"Linux Dilettante" <(E-Mail Removed)> writes:
>Hi,
>Sorry to keep posting- but following old King Bruce's principle...
>So if iwconfig doesn't sense the presence of my USB adapter (MA111)
>what could be wrong?
It means that the driver never loaded.
Do
modprobe ndiswrapper, and look in /var/log/messages for possible error
messages which may give you a clue.
>Specifics
>Knoppix 3.9 (from Live CD)
>MA111 USB adapter (led is on)
Not sure what that means.
>Downloaded the XP drivers, did the ndiswrapper thing.
>I used the ndiswrapper that came with the Knoppix.
>iwconfig
>gives
>"no wireless extensions"
That says that iwconfig cannot find any ethernet port which supports
wireless. See above.
>ifconfig wlan0 up
>gives
>Error while getting interface flags: no such device
This says that wlan0 does not exist. Again consistant with no driver
loaded.
So first you have to make sure your driver loads without error and finds
your wireless card. Then worry about iwconfig etc.
|