小弟卡在一個問題
想請各位前輩當小弟看一下
- 代碼: 選擇全部
debian47:/etc/wpa_supplicant# wpa_supplicant -BDwext -i ra0 -c /etc/wpa_supplicant/wireless.conf
ioctl[SIOCSIWMODE]: Network is down
Could not configure driver to use managed mode
debian47:/etc/wpa_supplicant# cat /etc/wpa_supplicant/wireless.conf
network={
ssid="4FAP1"
key_mgmt=NONE
wep_key0=0147258369
wep_tx_keyidx=0
priority=5
}
debian47:/etc/wpa_supplicant# ifconfig ra0
ra0 Link encap:Ethernet HWaddr 00:12:0E:88:E6:C3
inet6 addr: fe80::212:eff:fe88:e6c3/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:21034 errors:0 dropped:0 overruns:0 frame:0
TX packets:9743 errors:13 dropped:13 overruns:0 carrier:0
collisions:14 txqueuelen:1000
RX bytes:1917150 (1.8 MiB) TX bytes:3734 (3.6 KiB)
Interrupt:185
debian47:/etc/wpa_supplicant#
Dirver編譯也OK,rt61.ko檔案也有insmod,nm-applet也有scanning 到AP,但是給了essid & key 就是連不上去,
不知道還有哪裡沒有做到????