-
Help with ndiswrapper
I have KNOPPIX installed on my HDD, I got all of the windows drivers for my wireless network adapter from the linksys website. There are 4 different ones, there is a version 1, 2 and 4 driver on there. I have tried all the different ones, but none seem to work. I start up the ndiswrapper and load them up and it says that no new device is found. Am I doing something wrong? Any help is appreciated, I've been trying to get this to work for a LONG time..
-
What is the model of your card?
-
-
find the usbid with the command (as root) lspci then find exact match on this site and download driver sometimes all drivers don't work if you get them on your own for example from a disc provided with card
http://ndiswrapper.sourceforge.net/m...dex.php/List#L
-
Ok well I got something to work, but I still can't do anything online. I have configured and reconfigured the card many times and the last time I did it this is what iwconfig came up with:
Code:
Wlan0: IEEE 802.11g ESSID: off/any
mode:managed Frequency: 2.462 GHz access point: 00:00:00:00:00:00
bit rate: 2 MB/s RTS thr: 2432 B fragment Thr: 2346 B power management: off link quality: 100/100 signal level: -64 dBm Noise level: -256 dBm Rx invalid nwid: 0 Rx invalid crypt: 0 Rx invalid frag: 0
Tx excessive retried: 5 invalid misc: 27 missed beacon: 0
That is all copied work for work right from a paper that I wrote it all on, so it doesn't all appear just like that on the screen but all the info is there..
-
try this command as root:
Code:
iwconfig wlan0 essid my_essid
-
it looks like your card is fine you just need to tell it what access point to connect to. Use the iwconfig command like posted above. Then dhcpcd wlan0
that should do it. Unless you have a WEP address you you do: iwconfig wlan0 key XXXXXXX where X is your key.
-
Before I can get to doing those things, I have another problem. I had to reboot my computer, and it undid everything I had done with ndiswrapper and iwconfig, so I reloaded the exact same driver as I did last night when I got it to work. It doesn't work. WHY?! and how do I fix it?! This is truly maddening, and I won't give up, I'm not going back to winblows..
-
just run # modprobe ndiswrapper as root when you reboot. Then at some point you need to tell your system to automatically load ndiswrapper at boot. I'm not sure with your distro how to do this but you could easily google it or someone else can tell you. Once you modprobe ndiswrapper then you should be all set to.
ifconfig wlan0 up
iwconfig wlan "nameofessid"
iwconfig wlan key "key"
dhcpcd wlan0
ok
-
Nevermind this post. I seem to have gotten back to where I was before and i am trying those codes. Thanks for the help, lets hope this works.