Takin

Takin

1个粉丝

41

问答

0

专栏

0

资料

Takin  发布于  2016-12-19 16:17:45
采纳率 0%
41个问答
4465

在海思平台外加一个usb wifi模块,mt7601 加载ok,配置网络ok,但不能ping通?

 
请教下:我用mt7601 usb wifi模块
加载驱动 配置网络后经常打印
PeerBeaconAtJoinAction(): Set CentralChannel=1
PeerBeaconAtJoinAction(): HT-CtrlChannel=5, CentralChannel=>5
PeerBeaconAtJoinAction(): Set CentralChannel=5
PeerBeaconAtJoinAction(): HT-CtrlChannel=12, CentralChannel=>12
PeerBeaconAtJoinAction(): Set CentralChannel=12
PeerBeaconAtJoinAction(): HT-CtrlChannel=1, CentralChannel=>1
PeerBeaconAtJoinAction(): Set CentralChannel=1
PeerBeaconAtJoinAction(): HT-CtrlChannel=5, CentralChannel=>5
PeerBeaconAtJoinAction(): Set CentralChannel=5
PeerBeaconAtJoinAction(): HT-CtrlChannel=12, CentralChannel=>12
PeerBeaconAtJoinAction(): Set CentralChannel=12
PeerBeaconAtJoinAction(): HT-CtrlChannel=5, CentralChannel=>5
PeerBeaconAtJoinAction(): Set CentralChannel=5
PeerBeaconAtJoinAction(): HT-CtrlChannel=12, CentralChannel=>12
PeerBeaconAtJoinAction(): Set CentralChannel=12
PeerBeaconAtJoinAction(): HT-CtrlChannel=12, CentralChannel=>12
PeerBeaconAtJoinAction(): Set CentralChannel=12
PeerBeaconAtJoinAction(): HT-CtrlChannel=1, CentralChannel=>1
PeerBeaconAtJoinAction(): Set CentralChannel=1
PeerBeaconAtJoinAction(): HT-CtrlChannel=9, CentralChannel=>9
PeerBeaconAtJoinAction(): Set CentralChannel=9
PeerBeaconAtJoinAction(): HT-CtrlChannel=5, CentralChannel=>5
PeerBeaconAtJoinAction(): Set CentralChannel=5
PeerBeaconAtJoinAction(): HT-CtrlChannel=12, CentralChannel=>12
PeerBeaconAtJoinAction(): Set CentralChannel=12
PeerBeaconAtJoinAction(): HT-CtrlChannel=9, CentralChannel=>9
PeerBeaconAtJoinAction(): Set CentralChannel=9
PeerBeaconAtJoinAction(): HT-CtrlChannel=5, CentralChannel=>5
PeerBeaconAtJoinAction(): Set CentralChannel=5
PeerBeaconAtJoinAction(): HT-CtrlChannel=12, CentralChannel=>12
PeerBeaconAtJoinAction(): Set CentralChannel=12
PeerBeaconAtJoinAction(): HT-CtrlChannel=5, CentralChannel=>5
不知是什么原因?
现像是能获取网络ip,但别人不能ping通他

我来回答
回答10个
时间排序
认可量排序

ecomsbz

1个粉丝

22

问答

0

专栏

36

资料

ecomsbz 2016-12-19 17:24:23
认可0
不通跟网关设置有关系

drafour

1个粉丝

7

问答

0

专栏

1

资料

drafour 2016-12-20 08:41:17
认可0
ifconfig的log看看。是STA模式还是AP模式?
STA的话,wpa_supplicant用没用?

Takin

1个粉丝

41

问答

0

专栏

0

资料

Takin 2016-12-20 14:15:19
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=43084&ptid=13716]ecomsbz 发表于 2016-12-19 17:24[/url]
不通跟网关设置有关系[/quote]

网关没有设,我是这样设的,
insmod /home/wifi/sta/mtutil7601Usta.ko
insmod /home/wifi/sta/mt7601Usta.ko
insmod /home/wifi/sta/mtnet7601Usta.ko

ifconfig ra0 up
ifconfig lo up
iwpriv ra0 set NetworkType=Infra
iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=AES
iwpriv ra0 set SSID="E-EYE"
iwpriv ra0 set WPAPSK="25923380"
killall -9 udhcpc
udhcpc -i ra0

Takin

1个粉丝

41

问答

0

专栏

0

资料

Takin 2016-12-20 14:16:05
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=43089&ptid=13716]drafour 发表于 2016-12-20 08:41[/url]
ifconfig的log看看。是STA模式还是AP模式?
STA的话,wpa_supplicant用没用?[/quote]

wpa_supplicant 没有用,
/home/wifi # ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:11 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:880 (880.0 B)  TX bytes:880 (880.0 B)

ra0       Link encap:Ethernet  HWaddr E0:B9:4D:6C:95:28  
          inet addr:192.168.200.50  Bcast:192.168.200.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2202 errors:0 dropped:43 overruns:0 frame:0
          TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:461983 (451.1 KiB)  TX bytes:6597 (6.4 KiB)

drafour

1个粉丝

7

问答

0

专栏

1

资料

drafour 2016-12-20 16:25:30
认可0
iw我没用过,应该和wpa_supplicant一样。
你可以试试
1,板子ping 网关能ping通不;
2,或者把E-EYE的网段200改小,例如1试试

Takin

1个粉丝

41

问答

0

专栏

0

资料

Takin 2016-12-22 09:36:05
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=43125&ptid=13716]drafour 发表于 2016-12-20 16:25[/url]
iw我没用过,应该和wpa_supplicant一样。
你可以试试
1,板子ping 网关能ping通不;
[/quote]

谢谢,
昨天没有看消息,
试试看

fancong

0个粉丝

15

问答

0

专栏

2

资料

fancong 2016-12-26 08:38:30
认可0
首先明确一点,你的STA模式用的是哪一种工具进行配置的,wpa_supplicant还是iw_xxx系列,配置好了网络之后,通过对应的命令查看你的连接状态,然后看看网关和路由有没有什么问题,一般就可以解决。

Takin

1个粉丝

41

问答

0

专栏

0

资料

Takin 2016-12-26 10:33:21
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=43309&ptid=13716]fancong 发表于 2016-12-26 08:38[/url]
首先明确一点,你的STA模式用的是哪一种工具进行配置的,wpa_supplicant还是iw_xxx系列,配置好了网络之后 ...[/quote]

谢谢,
后面换了一个独立的路由测试没有出现上面现像,

qn1513058821

0个粉丝

1

问答

0

专栏

0

资料

qn1513058821 2017-12-12 17:21:09
认可0
你好,能不能问下,添加wifi-usb内核编译需要打开那些模块呀

lzts

0个粉丝

0

问答

0

专栏

0

资料

lzts 2018-03-12 16:30:28
认可0
学习下,谢谢分享
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区