I see the exact same thing on my Dell D630 laptop at work with an Intel Wireless 4965AGN (on Gutsy 64-bit). I can connect to wireless access points that use 802.11n (5.2 GHz - 5.8 GHz) and either WAP-Enterprise or WAP2-Enterprise with EAP-TLS security settings. When I try to connect to the wireless access points that use IEEE8021X, however, I get the EXACT same errors as reported above in the original bug report. Here is an excerpt from my /var/log/messages followed by more specific information on my wpa_supplicant configurations:
Nov 6 22:08:51 [ 26.177770] iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.1.0 Nov 6 22:08:51 [ 26.177884] iwl4965: Copyright(c) 2003-2007 Intel Corporation Nov 6 22:08:51 [ 26.178136] ACPI: PCI Interrupt 0000:0c:00.0[A] -> GSI 17 (level, low) -> IRQ 17 Nov 6 22:08:51 [ 26.179791] iwl4965: Detected Intel Wireless WiFi Link 4965AGN Here are two wireless configurations I've tested that produce the errors reported in the original bug report: NOTE: Also, for reference, I popped in a cheap Linksys pcmcia wireless adapter and verified that these two configurations DO work on different wireless hardware. Config #1 that produces the errors (wpa_supplicant.conf): ctrl_interface=/var/run/wpa_supplicant network={ ssid="MYSSID" scan_ssid=1 key_mgmt=IEEE8021X eap=TLS identity="myusername" password="mypassword" ca_cert="/etc/ssl/certs/myrootcert.pem" client_cert="/home/user/certificates/mymachinecert.pem" private_key="/home/user/certificates/mymachinecert.key" private_key_passwd="mypassword" eapol_flags=3 } Config #2 that produces the errors (wpa_supplicant.conf): ctrl_interface=/var/run/wpa_supplicant network={ ssid="MYSSID" scan_ssid=1 key_mgmt=IEEE8021X eap=PEAP phase2="auth=MSCHAPV2" identity="myusername" password="mypassword" ca_cert="/etc/ssl/certs/myrootcert.pem" } In contrast two the previous two configurations, the following configuration is the only one that works on my Intel Wireless 4965AGN: network={ ssid="MYSSID2" scan_ssid=1 key_mgmt=WPA-EAP proto=WPA2 eap=TLS identity="myusername" password="mypassword" ca_cert="/etc/ssl/certs/myrootcert.pem" client_cert="/home/crawling/certificates/mymachinecert.pem" private_key="/home/crawling/certificates/mymachinecert.key" private_key_passwd="mypassword" } -- [iwl4965] Can't connect to network with IEEE8021X security https://bugs.launchpad.net/bugs/162415 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs