[INFO] ndiswrapper WEP key problems with iwconfig

From: Jeffrey Merkey
Date: Sat Nov 13 2010 - 15:06:24 EST


This email is for informational purposes. Lot's of folks have
problems with ndiswrapper when using WEP if you configure from the
command line or are using Fedora. If you try to use iwconfig manually,
i.e.

iwconfig wlan0 essid "SOMEID"

it does not display the essid in iwconfig. Also the default is to set
the security mode is always "restricted" which does not work with WEP
by default, even if you change the security mode manually. So a
sequence like:

iwconfig wlan0 key 0123456789
iwconfig essid SOMEID

usually does not work correctly on some versions of Fedora.

The fix is to set all the iwconfig params in a single command and be
aware the default security mode of "restricted" does not work with
ndiswrapper.

Try using iwconfig in the following manner and it will usually work:

iwconfig wlan0 key open 0123456789 essid SOMEID

Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/