GNOME Bugzilla – Bug 673717
nm doesn't check if a wireless network card (e.g. ipw2200) has any encryption capabilities advertised with nl80211
Last modified: 2012-04-12 10:49:19 UTC
A wirless network card with no encryption capabilities is next to useless for me so I think detecting this is a good reason to think that nl80211 is broken or not implemented or something like this and try if wext is available. See attached patch. I found this bug on ubuntu see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/973241 and https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/971628
I have similar problems with the same module, ipw2200 with BG2200 card, similar reporting problem. Can this get marked confirmed?
commit de3353d58c22ba9882784e9cf0653c7ac427eb9b
Thanks for incorporating that patch. Please note that this patch will not work anymore (for ipw2x00 drivers) when this patch (http://article.gmane.org/gmane.linux.kernel.wireless.general/88613) is incorporated into the kernel. This will make things work in principle but there might be other side effects (From my experience I assume no signal strength will be reported.).