Page 1 of 1

How Do I add Ndiswrapper?

Posted: Fri Jan 14, 2011 1:10 am
by inktitan
I have done this before but can't remember how to put ndiswrapper in the module list/kernel. I use a netgear wifi card that needs it and the windows wireless drivers will add the .inf file but I have no ndiswrapper in lsmod. I get the missing ndiswrapper message after Win. Wireless Drivers finishes. I have recently moved to the 2.6.36-3.dmz.1-liquorix-686 kernel. From the 2.6.32-5

Re: How Do I add Ndiswrapper?

Posted: Fri Jan 14, 2011 4:17 am
by vincent

Code: Select all

gksudo gedit /etc/modules
This config file lets you specify additional kernel modules that are automatically loaded when booting up. Just boot "ndiswrapper" on a new line, save the file, and then reboot to test it out.

Re: How Do I add Ndiswrapper?

Posted: Sat Jan 15, 2011 12:13 am
by inktitan
I did that last night and it didn't work. But I will do it again jsut in case.

Code: Select all

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
ndiswrapper
loop

How I did it before was using modprobe, I think. The links I have viewed about modprobe all say I need to first compile the module before I can add it but the module is already configured and ready to go I just don't remember where to put it or how.

Thanks for your input.

Re: How Do I add Ndiswrapper?

Posted: Sat Jan 15, 2011 12:16 am
by vincent
You can load modules manually whenever you want by:

Code: Select all

sudo modprobe ndiswrapper
Does that work for you? If so, adding it to /etc/modules should work as well...

Re: How Do I add Ndiswrapper?

Posted: Sat Jan 15, 2011 12:22 am
by inktitan
"ndiswrapper not found". I tried Ndiswrapper as well. I have a /etc/ndiswrapper folder. Is this the wrong place to have it? Is it possible I can just move that to the right place?

Re: How Do I add Ndiswrapper?

Posted: Sat Jan 15, 2011 1:20 am
by inktitan
Well, I uninstalled all of the ndis stuff including mintwifi. They were all configured and built for the 2.6.32-5 kernel. I then re-installed via synaptic and they were then configured and built for the 2.6.36 kernel I am currently using. Then I ran modprobe ndiswrapper same result. Also the gksudo gedit /etc/modules and am in the same spot.