View Single Post
Old 07-22-2009, 01:50 PM   #17
kilgoretrout
Member (11 bit)
 
Join Date: Apr 2003
Posts: 1,524
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.
kilgoretrout is offline   Reply With Quote