Linux-Noob Forums

Full Version: Ndiswrapper Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Hi,

 

I am trying to install ndiswrapper

 

I followed the installation guide for Redhat/Fedora, and I think covered all the bases.

 

I installed the kernel with the 16k stack, and booted it.

I did a make install on ndiswrapper, it made and installed, no problems.

 

Next step is to modprobe ndiswrapper

this is what happens:

[root@localhost sbin]# ./modprobe ndiswrapper

FATAL: Error inserting ndiswrapper (/lib/modules/2.6.9-1.667.stk16/misc/ndiswrapper.ko): Unknown symbol in module, or unknown parameter (see dmesg)

 

dmesg says:

ndiswrapper: Unknown symbol get_user_size

 

 

People tell me to search on google, i got 4 results, 2 of which were peepz asking the same Q.

Does anyone know what I can do?