> You bring up a good point here. How would I know what driver I'm supposed
> to use? And what's the easiest way to load a new driver or unload an
> existing driver? Is trial and error my best bet for finding a driver that
> works?
>
> Thanks again for the help,
>
> Jeff
That can be a challenge! What's the make and model of your wireless
card? Oh wait, you said that - Linksys WMP11. I looked at the web pages
and wasn't able to find any information on the chipset it uses. You
might want to try out the Prism2 and Orinico drivers, just in case. Most
of the cards I've looked at have used either the Prism or Hermes chipsets.
You might want to take a look at
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ - there's a lot of
good information there.
http://www.linux-wlan.org/ can also be very
helpful.
If you've got the proper drivers built on your system, there's a good
chance that the system will see it when you plug in the card. Otherwise,
you might have to "modprobe module-name" to cause it to load.
If you want to see what modules are loaded, use "lsmod". If you see a
module loaded that you want to unload, use "rmmod module_name".