|
You apparently got no output when you ran:
# lsmod | grep ndiswrapper
which would indicate ndiswrapper didn't load. Try running:
$ su -
[root password]
# modprobe ndiswrapper
If the above command gives an error message of any kind, copy and past it in full here. Also, rerun:
# lsmod | grep ndiswrapper
It should ouput a line with ndiswrapper in it if the module loaded with the modprobe command.
|