Bugzilla – Bug 115237
wireless cards not accepting configuration
Last modified: 2007-06-05 10:04:58 UTC
I have an old cisco and a newer D-Link (ndiswrapper). I have used both cards in other Linux installs. When I set my essid and wep key, the configuration is saved but the output of iwconfig does not reflect the settings. How to reproduce: access point requires key, essid broadcast turned off. Enter essid and wep key in YaST2. Run iwconfig to verify key and essid are not set and access point is not known.
Created attachment 48733 [details] hwinfo output
Please attach /var/log/messages and /etc/sysconfig/network/ifcfg-wlan-* (you can disguise you WEP key).
Adjusting priority to `Critical'.
Forget /var/log/messages, ifup does not log to it by default on beta4. Please attach 'rcnetwork status' ouput instead.
Created attachment 48870 [details] cisco wireless card config
Created attachment 48871 [details] d-link network card config
Created attachment 48872 [details] output of 'rcnetwork status'
Created attachment 48873 [details] output of 'iwconfig'
Reducing severity to `major'.
Please add PREFER_WPA_SUPPLICANT='no' to the ifcfg-file for your D-Link, this should fix it. RC1 already has the fix.
Yes, that fixed it for me. Thanks!