I have Ubuntu 12.10 and whenever I run sudo modprobe ndiswrapper, I get the following error.
FATAL: Module ndiswrapper not found.
The command dkms status returns with...
ndiswrapper, 1.57, 3.2.0-32-generic, i686: installed
When I run ndiswrapper -v I am returned with this...
jason@jason:~$ ndiswrapper -v
utils version: '1.9', utils version needed by module: '1.9'
module details:
filename: /lib/modules/3.5.0-18-generic/updates/dkms/ndiswrapper.ko
version: 1.58rc1
vermagic: 3.5.0-18-generic SMP mod_unload modversions 686
I have installed commons, utils-1.9, dkms, source but it's still returning this error. How do I fix this?
dkms statusto check whether the ndiswrapper module has been built... – Will Daniels Nov 07 '12 at 22:54sudo modprobe ndiswrapperit returns withFATAL: Module ndiswrapper not found, using both ways. – thank_you Nov 08 '12 at 02:53