Hey so first thing, I also tried installing the packages from the Jaunty repo that were suggested but that didn't help at all. Mine is a WPA PEAP wireless lan. I can connect instantly with wpa_supplicant but not with network manager.
my wpa_supplicant.conf looks like this (I've tried to remove everything that isn't absolutely necessary):
I'm attaching the wpa_supplicant output from a failed connection. It seems the problems are happening around line 389. I'll also attach a successful one just for the heck of it.
Hey so first thing, I also tried installing the packages from the Jaunty repo that were suggested but that didn't help at all. Mine is a WPA PEAP wireless lan. I can connect instantly with wpa_supplicant but not with network manager.
my wpa_supplicant.conf looks like this (I've tried to remove everything that isn't absolutely necessary):
ctrl_interface= /var/run/ wpa_supplicant "peaplabel= 0" "auth=MSCHAPV2"
network={
ssid="WLAN-TWDC"
proto=WPA
key_mgmt=WPA-EAP
eap=PEAP
identity="xxx"
password="xxx"
phase1=
# phase2=
}
I think the problem I'm seeing is pretty much exactly what Jan above described (https:/ /bugs.launchpad .net/ubuntu/ +source/ network- manager/ +bug/272185/ comments/ 131). Including the phase2 line prevents me from connecting, but when I leave it out I connect pretty much instantly.
I'm attaching the wpa_supplicant output from a failed connection. It seems the problems are happening around line 389. I'll also attach a successful one just for the heck of it.