当前位置: 技术问答>linux和unix
arm linux 无线网卡没有running
来源: 互联网 发布时间:2016-07-31
本文导语: 如下,无线网卡中running 没有,怎么解决,是内核还是文件系统? [root@machine1 /sbin]#ifconfig wlan0 Link encap:Ethernet Hwaddr 52:54:AB:DD:6F:61 inet addr:210.34.6.89 Bcast:210.34.6.127 Mask:255.255.255.128 UP BROADCAST RUNNING MULTICAST MTU:1500 ...
如下,无线网卡中running 没有,怎么解决,是内核还是文件系统?
[root@machine1 /sbin]#ifconfig
wlan0 Link encap:Ethernet Hwaddr 52:54:AB:DD:6F:61
inet addr:210.34.6.89 Bcast:210.34.6.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:46299 errors:0 dropped:0 overruns:0 frame:189
TX packets:3057 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:5 Base address:0xece0
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:44 errors:0 dropped:0 overruns:0 frame:0
TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
[root@machine1 /sbin]#ifconfig
wlan0 Link encap:Ethernet Hwaddr 52:54:AB:DD:6F:61
inet addr:210.34.6.89 Bcast:210.34.6.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:46299 errors:0 dropped:0 overruns:0 frame:189
TX packets:3057 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:5 Base address:0xece0
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:44 errors:0 dropped:0 overruns:0 frame:0
TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
|
无线网卡用 iwconfig 而不是 ifconfig
http://blog.csdn.net/hansel/archive/2007/10/30/1858169.aspx
http://blog.csdn.net/hansel/archive/2007/10/30/1858169.aspx
|
无线网卡配置。
http://hi.baidu.com/_open_/blog/item/5345fb038d4ff78cd43f7ca2.html
http://hi.baidu.com/_open_/blog/item/5345fb038d4ff78cd43f7ca2.html
|
iwconfig
|
看看这个啦
http://lists.linux-wlan.com/pipermail/linux-wlan-user/2006-September/013758.html
http://lists.linux-wlan.com/pipermail/linux-wlan-user/2006-September/013758.html
|