Didn't work with updates.  Didn't work with turning off avahi-daemon.
Anything below has indentifiable info replaced with " [ " and " ] ".

I tried to use the following script instead of nm-applet/networkmanager
to see if its isolated to networkmanager:

---
#!/bin/bash

sudo wpa_supplicant -iwlan1 -c/etc/wpa_supplicant/itwireless.conf –B
---

Which resulted in

---
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-SCAN-RESULTS                                 
Trying to associate with [AP MAC Address]  (SSID='My Wireless SSID' freq=2412 
MHz)
Associated with [AP MAC Address]                                              
CTRL-EVENT-EAP-STARTED EAP authentication started                              
CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected                   
OpenSSL: tls_connection_handshake - Failed to read possible Application Data 
error:00000000:lib(0):func(0):reason(0)
EAP-MSCHAPV2: Authentication succeeded                                          
                                    
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed                        
                                    
EAP-TLV: Earlier failure - force failed Phase 2                                 
                                    
CTRL-EVENT-EAP-FAILURE EAP authentication failed
---

So, I hope this possibly helps someone else further investigate
problems.

The itwireless.conf file is:
---
ctrl_interface=/var/run/wpasupplicant
ctrl_interface_group=[myGroup]
ap_scan=1
fast_reauth=1
network={
ssid="[MyWirelessSSID]"
scan_ssid=1
key_mgmt=WPA-EAP
identity=""
password=""
eap=PEAP
pairwise=CCMP
group=CCMP
phase2="auth=MSCHAPV2"
}
---

Hope that may find further insight if any.

-- 
wpa intrepid fails to autenticate
https://bugs.launchpad.net/bugs/263963
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

Reply via email to