I've just switched from Mandrake 10.0 to the latest Ubuntu (5.04) and I'm having difficulty getting my wireless card working again. Its a
Linksys WMP54G PCI card. I eventually had it working under Mandrake using ndiswrapper, but I haven't been able to get it working under Ubuntu.
I've installed ndiswrapper.
tells me the driver and hardware are present
I can set the WEP key and mode with iwconfig, but it won't accept the ESSID. I type
Code:
iwconfig wlan0 essid evergreenterrace
, but when I type
it still says "any". If I change the mode from "managed" to "auto" it lets me set the ESSID but it switches to ad-hoc.
gives me no results when the mode is "managed" and gives me a single result when the mode is "auto". The single result doesn't match the router or any other machine in the building. I get the impression that leaving it on "auto" lets it set up its own little network of just this one machine. Needless to say that's useless.
A couple of threads indicate that the power could be off. The only way to fix this that I've seen is to change the RadioState in /etc/ndiswrapper/
driver/
some-conf-file.conf. I've tried RadioState|1 and RadioState|0 (which it was initially and everyone says it should be).
I've also seen some references to running lspci. I don't know what those people were looking for but... lspci has a line representing the card.
Any suggestions?