NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
WUSB54gv2 is invalid driverHey guys, I need help installing the driver for the Linksys WUSB54GV2 driver. I have ndiswrapper-common and utils 1.9 installed, but I was wondering, do I need ndiswrapper-1.51? ndiswrapper -v gives: ver 1.28 debian:/home/david# ndiswrapper -i wusb54gv2.inf what else do i need to do? i have the .inf and .sys files on a flash drive |
WUSB54gv2 is invalid driver
I recently had success with ndiswrapper under Etch. The steps were:
iface wlan0 inet static
address 192.168.1.9
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
wireless-key open XXXXXXXXXX
wireless-essid XXXXX
I also found out that ndiswrapper works with kernel 2.6.18, but not with 2.6.22. Maybe some of this info is helpful to your situation.
how do i load them properly?
But how do I make sure the driver is loaded correctly? I have three sources with the needed files (been trying for a while): the Linksys CD (cdrom0), burned CD, and also USB
How do I "obtain" the files from CD? Do I enter the location of the files in the terminal? What? I'm just lost. Or am I just supposed to to it just like you said?
how do i load them properly?
The files might be located somewhere on the CD. In my case, that was only the case for the Vista drivers. The XP drivers were only created after installing the drivers on an XP computer. So I had to go into the installation directory on the windows XP machine and copy them over to my Debian machine before the "ndiswrapper -i driver.inf" command.
how do i load them properly?
I read your original post again. You have to copy the files to whichever directory you are installing them from (/home/david in your post). Otherwise, specify the full path to the files in the ndiswrapper -i command.