详细过程如下,请各位大侠分析分析。
插入USB无线网卡:
[root@FriendlyARM /]# usb 1-1.3: new full speed USB device using s3c2410-ohci an
d address 6
usb 1-1.3: New USB device found, idVendor=18e8, idProduct=6238
usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1.3: Product: 802.11 bg WLAN
usb 1-1.3: Manufacturer: Ralink
usb 1-1.3: configuration #1 chosen from 1 choice
停止有线网卡
[root@FriendlyARM /]# ifconfig eth0 down
加载无线网卡
[root@FriendlyARM /]# ifconfig wlan0 up
rt73usb 1-1.3:1.0: firmware: requesting rt73.bin
查找可用的无线网络
[root@FriendlyARM /]# iwlist scanning | grep ESSID
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
ESSID:"BuffaloS"
接入无线网络
[root@FriendlyARM /]# iwconfig wlan0 essid "BuffaloS"
输入无线网络密码
[root@FriendlyARM /]# iwconfig wlan0 key s:123456
连接无线网络
[root@FriendlyARM /]# iwconfig wlan0 ap auto
设定无线IP(无线网关IP:192.168.11.1,手提使用时可上网)
[root@FriendlyARM /]# ifconfig wlan0 192.168.11.8
测试连接网关
[root@FriendlyARM /]# ping 192.168.11.1
PING 192.168.11.1 (192.168.11.1): 56 data bytes
没有应答
全程没有任何出错信息,请问为何不能ping通网关呢?
当然也不能ping通同一无线网络的其他机器,
也不能上网。