Comment 7 for bug 191185

Revision history for this message
Martin Emrich (emme) wrote :

Sorry for not commenting for some time, I had problems with #199802, too. Now as n-m is fixed again, I still have this problem here. Whenever my wireless network doesn't find the networks, I get one of these messages if I use wpa_supplicant from the command line:

Either I get this, over and over again very fast (ca. 2-3 cycles per second):

WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:30:bd:93:2e:1f
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:30:bd:93:2e:1f
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:30:bd:93:2e:1f
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:30:bd:93:2e:1f
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:30:bd:93:2e:1f
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
WPA: CCMP is used, but EAPOL-Key descriptor version (1) is not 2.
CTRL-EVENT-TERMINATING - signal 2 received
martin@gwaihir:~$

Or it just does not connect:

Trying to associate with 00:30:bd:93:2e:1f (SSID='emrich-og' freq=2462 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:30:bd:93:2e:1f (SSID='emrich-og' freq=2462 MHz)
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:30:bd:93:2e:1f (SSID='emrich-og' freq=2462 MHz)
Authentication with 00:00:00:00:00:00 timed out.

With gutsy, it worked fine without reloading ath_pci, so it is a regression and I don't like the idea of "fixing" it by automatically reloading the module after suspend (if there's no viable alternative, I will do it of course).

Ciao

Martin