|
|
问题:
* Starting wlan0
* Starting wpa_supplicant on wlan0 ...
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported [ ok ]th param 5 value 0x1 -
* Starting wpa_cli on wlan0 ... [ ok ]
* Backgrounding ..
我的配置/etc/conf.d/net
modules=( "wpa_supplicant" "dhcpcd" )
wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
config_eth0=( "dhcp" )
dhcp_eth0="nontp nonis"
config_wlan0=( "dhcp" )
dhcp_wlan0="nontp nonis"
wpa_supplicant应该没有问题,之前用ipw3945的时候都是好好的,可以连接 |
|