modprobe ndiswrapper - not found

Posted by David on Super User See other posts from Super User or by David
Published on 2011-03-05T21:52:14Z Indexed on 2011/03/05 23:27 UTC
Read the original article Hit count: 248

Filed under:
|

I'm trying to use ndiswrapper on a Slackware 12 (I think) box, but I'm running into a problem with modprobe. Everything I find online says that it should be working, but for some unknown reason it isn't. Here's what I've done so far:

  • Installed ndiswrapper (latest tarball, make, make install)
  • Ran ndiswrapper -i on the WinXP driver for my USB wireless card
  • Ran ndiswrapper -l which tells me the driver is present and the device is present (lsusb also confirms the device is present)
  • Ran ndiswrapper -m which put an alias for wlan0 in /etc/modprobe.d/ndiswrapper.conf
  • Ran depmod -a
  • Ran modprobe ndiswrapper which tells me "FATAL: module ndiswrapper not found"
  • Ran modprobe -l which shows no listing for ndiswrapper

I even tossed in a reboot or two while trying various combinations of the above, still nothing. So naturally ifconfig wlan0 up isn't working because the device isn't being created, presumably because the module isn't loading the driver.

Does anybody have any suggestions? Everything points to the notion that this should work fine, but modprobe just isn't able to find what it needs. Have I missed an important step?

© Super User or respective owner

Related posts about slackware

Related posts about modprobe