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.

-- 
[Intrepid] iwl3945 + iwlagn -- network-manager will not connect to a WPA EAP 
(Enterprise) network (disassociating by local choice (reason=3) )
https://bugs.launchpad.net/bugs/272185
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to