Originally posted by: sourceninja
Not always true with linux, sometimes the manufacture doesn't make drivers, so you have to find community made drivers. It really depends on the card. some use an ndiswrapper to use the windows drivers. The card I use has native linux drivers (but no wpa support, which is fine as I only use the wireless card for my neighboors lan anyways).
The drivers should come with information on installation.
Its a Asus WL-130G WiFi@ home PCI card. It uses a RaLink RT2500 chipset.Originally posted by: sourceninja
More info? Depending on the chipset and the card, you could have a few options.
Originally posted by: nweaver
not sure on RaLink. Think Nothinman or n0c have used those. I've only used Atheros based cards so far.
a. run 'cd STA/Module '
'cp ./2.6.x/Makefile .'
'cp ./2.6.x/load .'
Originally posted by: halfpower
The directions for the driver state:
a. run 'cd STA/Module '
'cp ./2.6.x/Makefile .'
'cp ./2.6.x/load .'
There are a two things here that don't make sense to me.
1. I know of no such directory as STA/Module
2. I am instructed to copy something, but it is not clear what is supposed to be copied, and where it is to be copied to.