I compared my working wpa_supplicant file with the config that
networkmanager generates (according to the log) like suggested in
comment 101. There are a lot of differences, but I was able to pinpoint
on the "phase2" property. My working wpa_supplicant file looks like this
(password changed):
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="NEWTEC_CORP"
mode=managed
proto=WPA
key_mgmt=WPA-EAP
auth_alg=OPEN
pairwise=TKIP
eap=PEAP
phase2="auth=EAP-GTC"
identity="jvb"
password="mypassword"
}
When I add the phase2 value like networkmanager generates it, it no
longer works:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="NEWTEC_CORP"
mode=managed
proto=WPA
key_mgmt=WPA-EAP
auth_alg=OPEN
pairwise=TKIP
eap=PEAP
phase2="auth=EAP-GTC"
identity="jvb"
password="mypassword"
phase2="auth=MSCHAPV2"
}
auth=MD5 doesn't work either.
Attached is the log of wpa_supplicant with the config file that doesn't
work (with phase2 parameter)
** Attachment added: "wpa_supplicant log with the failing config file"
http://launchpadlibrarian.net/19385632/wpa.log
--
[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs