Getting a Lucent Technologies XXX Wireless Card to Work With the Linux 2.6 Kernel ----------------------------------------------------------------------------- This isn't meant to be exhaustive, it's mostly for my own use so i don't forget how i got this thing to work in the first place... Took hours to figure out The name of the module you need is 'orinoco_cs'; confusingly also referred to as 'Hermes' for some reason. In the kernel's .config file: CONFIG_HERMES=m CONFIG_PCMCIA_HERMES=m I don't believe the Hermes options are available in 'make menuconfig', which makes this a little tough. Obviously you also need generic wireless support also, but this is easy. then just: make modules modules_install and you should see, among other things 'orinoco.ko' and 'orinoco_cs.ko' generated and installed