Bugzilla – Bug 261588
networkmanager fails to set up WPA (broadcom/ndiswrapper)
Last modified: 2008-03-29 17:11:28 UTC
I tried to set WPA TKIP with knetworkmanager but I never get a connection. My notebook is an ASUS A6KT with a broadcom wifi card. I use ndiswrapper (1.10) as a driver. WEP encryption with a 128 key works with knetworkmanager! WPA does not. I got WPA working, following the instructions on this page : http://ndiswrapper.sourceforge.net/mediawiki/index.php/WPA Note: -I replaced the wpa_* in /usr/sbin with the new ones -I used the "wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd" litteraly. Why isn't it working with knetworkmanager. Is there a possibility to make knetworkmanager verbose or make a log of it's actions so I can see what it's doing?
/var/log/NetworkManager is what we need to see here.
Created attachment 130213 [details] log of failed WPA connect
Adjusting summary and reassigning.
The problem is that using ap_scan=2 (what networkmanager does) requires specification of the used ciphers (what networkmanager does not, at least not necessarily). You can try this by selecting "Connect to other wireless network" from knetworkmanager, enter SSID and other values, and then select TKIP or CCMP from the "WPA protocol" drop-down box. The connection should get established then. *** This bug has been marked as a duplicate of bug 218842 ***
Excerpt from e-mail correspondence with Tom: his access point is not hidden, so besides the fact, that NM does not enforce cipher settings when using ap_scan=2, NM uses ap_scan=2 superfluously. IIRC this is not intended.
*** This bug has been marked as a duplicate of bug 164394 ***