Trying to associate with 00:1b:11:91:20:4e (SSID='dlink' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:1b:11:91:20:4e
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
WPA: 4-Way Handshake failed - pre-shared key may be incorrect
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
X99 ~ # /etc/init.d/net.eth1 start
* Caching service dependencies ... [ ok ]
* Starting eth1
* Wireless radio has been killed for interface eth1
* wpa_supplicant will launch, but not associate until
* wireles radio is re-enabled for interface eth1
* Starting wpa_supplicant on eth1 ...
ioctl[SIOCSIWMODE]: Resource temporarily unavailable
Could not configure driver to use managed mode
ioctl[SIOCGIWRANGE]: Resource temporarily unavailable
ioctl[SIOCSIWAUTH]: Resource temporarily unavailable
这个:Could not configure driver to use managed mode是不是说驱动不能被配置为managed mode?
按照手册的说法:Note: If you're using the host-ap driver you will need to put the card in Managed mode before it can be used with wpa_supplicant correctly. You can use iwconfig_eth0="mode managed" to achieve this in /etc/conf.d/net.
是不是要在net文件中加入iwconfig_eth0="mode managed"?
可是我加入以后,提示
/etc/init.d/net.eth1 start
* Starting eth1
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; Resource temporarily unavailable.
* eth1 does not support the following configuration commands
* mode managed
* Wireless radio has been killed for interface eth1
* wpa_supplicant will launch, but not associate until
* wireles radio is re-enabled for interface eth1
* Starting wpa_supplicant on eth1 ...
ioctl[SIOCSIWMODE]: Resource temporarily unavailable
Could not configure driver to use managed mode
ioctl[SIOCGIWRANGE]: Resource temporarily unavailable
ioctl[SIOCSIWAUTH]: Resource temporarily unavailable