Clarification of Answer by
sycophant-ga
on
24 Jan 2003 15:56 PST
Yes, I did sort of fail to mention the driver situation, sorry about
that :)
Most of the drivers required for 802.11 wireless networking are
already part of the standard Linux kernel. Assuming you have the
source for your kernel, you should simply be able to update the
configuration with 'make menuconfig' within the /usr/src/linux
directory.
I would suggest the easiest way to proceed would then be to build
support for all the 802.11 chipsets as loadable modules, then you can
dynamically load the required drivers as needed when you install a
wireless adaptor, or change them if you change hardware.
In some cases, however, the drivers for certain network cards may only
be available as a binary kernel module, which maybe a little more
difficult to work with, as it can depend on a specific kernel
configuration.
This section of the Howto that I linked to in my answer details what
drivers are required for various cards, and where to get them or what
version of the Linux kernel they can be found in:
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.drivers.html
If you are not comfortable toying with your setup at a kernel level,
then I could suggest your local Linux User Group as a place to get
friendly and informed support. Here are some resources to locate LUGs:
http://lugww.counter.li.org/
http://www.ssc.com:8080/glue/groups/
I hope this clears things up for you.
Regards,
sycophant-ga