Hello together,
at first excuse my bad english. The last time i wrote in english was in school ;).
Since i have done the update from 10.3 to 11.0 the encryption with wpa doesn’t work. With WEP there are no problems. I’ve a PCMCIA W-Lan Card (Netgear WG 511 made in Taiwan) running with ndiswrapper.
Here is the content of my wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid="Casino"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="12345678"
priority=2
}
The wpa_supplicant is load at boot. But he doesn’t connect to my card.
So i’ve tried to load wpa_supplicant manually. An then i get this output:
linux-s9p6:/etc/wpa_supplicant # wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
ioctl[SIOCSIWPMKSA]: Invalid argument
Trying to associate with 00:15:0c:be:c0:84 (SSID='Casino' freq=2437 MHz)
Associated with 00:00:00:00:00:00
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
ioctl[SIOCGIWSCAN]: Resource temporarily unavailable
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:15:0c:be:c0:84 (SSID='Casino' freq=2437 MHz)
Associated with 00:15:0c:be:c0:84
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
ioctl[SIOCGIWSCAN]: Resource temporarily unavailable
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:15:0c:be:c0:84 (SSID='Casino' freq=2437 MHz)
Associated with 00:00:00:00:00:00
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:15:0c:be:c0:84 (SSID='Casino' freq=2437 MHz)
Associated with 00:15:0c:be:c0:84
WPA: 4-Way Handshake failed - pre-shared key may be incorrect
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:15:0c:be:c0:84 (SSID='Casino' freq=2437 MHz)
Associated with 00:15:0c:be:c0:84
Do you have any ideas why opensuse 11.0 doesn’t connect with wpa?
I’m happy for every help i can get.