First the details: This works on 32-bit machines, and is for getting your Belkin Pre-N card to work with ndiswrapper. The Pre-N cards (and possibly others in the N line) aren't being picked up automatically. They can work with the current ndiswrapper that's available in the repositories.
Thanks to Danni, who first showed how to get your Belkin Pre-N working on Dapper.
I won't be supporting this actively, but will check in on occasion. It should work; I have some middle-aged hardware, and it's working for me without a hitch. I do suggest using "aptitude install" as opposed to apt-get or synaptic, just to keep things tidy.
So: here's how to get the standard Feisty ndiswrapper working:
First, if you have a previous version, remove it. If you used aptitude, no problem. if you compiled ndiswrapper from sourceforge, you may want to remove everything, just to be safe. See the instructions here. If you installed via apt-get or synaptic, the previous instructions will show you where to check for leftover files.
Second, at the command line, do the following:
Code:sudo aptitude install ndiswrapper-common ndiswrapper-utils-1.9
Grab the drivers if you don't have them. Then install:
Check to see if it installed:Code:sudo ndiswrapper -i NETANI.INF
You should see something like:Code:ndiswrapper -l
Load up the module:Code:netani : driver installed device (17CB:0001) present
NOW: To get modprobe to work, need to use module-assistant:Code:sudo depmod -a
Make sure you have ndiswrapper in /etc/modulesCode:sudo module-assistant prepare sudo module-assistant auto-install ndiswrapper sudo modprobe ndiswrapper
Reboot and enjoy your wireless.
Note: I tried the latest version on sourceforge, to no avail. That was 1.41. The Feisty one is 1.38, which works perfectly well. In fact, it seems to be working better on Feisty than it did on Edgy (when I compiled it).



Adv Reply




Bookmarks