| Did you get the drivers off of the adapter's cd?
It's typically the best way to figure out this problem if you know for sure you have the right drivers.
Anyway, does the name of the .inf file you currently have match the name of the .sys file?
As long as they match the following steps should work. Put the .inf and .sys file in the same directory, and move them to your linux harddrive by whatever method you choose. (and keep them in the same directory, somewhere in your home folder)
Then open a terminal (on the linux OS) and enter the command: sudo ndiswrapper -i /home/path/filename.inf
this should install the driver (.sys file) along with the .inf file.
Next, if you use the command ndiswrapper, you should be able to check the status of the driver and the hardware. It will tell if the file is invalid and if it is valid, it will tell you if it detects the hardware.
I had to figure this out myself recently, so if anyone else notices a mistake, please correct me. |