Comment 182 for bug 272185

Revision history for this message
rmcd (rmcd1024) wrote :

Network-manager still does not connect. With a connection set up as described above (wpa2, peapv0, mschapv2) I still get the dialog box asking if I want to select a certificate, followed by no connection. The log (/var/log/wpa_supplicant.log) contains an endless string of the following:

CTRL-EVENT-SCAN-RESULTS
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys

etc.

However, I am now able to connect using wpa_supplicant. I run this on the command line:

sudo wpa_supplicant -c wpa_supplicant_nu.conf -d -iwlan0 -Dwext -B

once it connects I run dhclient3

Here is the config file wpa_supplicant_nu.conf

ctrl_interface=/var/run/wpa_supplicant
update_config=1

network={
 ssid="Northwestern"
 scan_ssid=1
 proto=WPA2
 key_mgmt=WPA-EAP
 pairwise=CCMP TKIP
       group=CCMP TKIP
 eap=PEAP
 identity="myidentity"
 password="xxxxx"
 phase1="peaplabel=0"
 phase2="auth=MSCHAPV2"
}

So given this result I am guessing that this is *not* a driver problem and that there is still some error in the way that network-manager is interacting with wpa_supplicant.