Jump to content

Module ndiswrapper not found


MadKAT
 Share

Recommended Posts

Hi,

 

I just installed MDK 10.1 Community on an HP Pavilion zx5000 notebook which has a Broadcom 94306 wireless.

 

I installed ndiswrapper included in the distro, which installed fine. And the I installed the Windows driver using ndiswrapper which was also successful. So now I have:

 

[root@kochanski]# ndiswrapper -l
Installed ndis drivers:
bcmwl5  hardware present

 

Now, the next step according to the ndiswrapper site is to modprobe ndiswrapper, but the module can't be found!

 

[root@kochanski]# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.

 

I don't know what to do from here. Can anybody help?

 

:thanks:

MadKAT

Link to comment
Share on other sites

  • 2 months later...
what is in /etc/ndiswrapper directory?  There should be a sub-directory and driver files in that.  Are they there?

Hai..

 

I have the same problem. An yes the driver are in the sub-directory.

 

thx for help.

Edited by devman
Link to comment
Share on other sites

Hi, (and welcome to the board)

 

it'll be helpfull if you can let us know the contents of the ndiswrapper rpm

 

rpm -qa | grep -i ndiswrapper

 

from a terminal should return the package name, then

 

rpm -ql nameofpackage

 

will list all the files supplied by the package. If you paste the list of files here (hopefully not too big :) ) we can try and spot any problems.

Link to comment
Share on other sites

oh, thx

 

ok, what he give me back after the

> rpm -ql .....

/etc/ndiswrapper

/sbin/loadndisdriver

/usr/sbin/ndiswrapper

/usr/sbin/ndiswrapper-buginfo

/usr/share/doc/ndiswrapper-0.11

/usr/share/doc/ndiswrapper-0.11/AUTHORS

/usr/share/doc/ndiswrapper-0.11/ChangeLog

/usr/share/doc/ndiswrapper-0.11/INSTALL

/usr/share/doc/ndiswrapper-0.11/README

 

So i think that can not be all :unsure:

 

i work with Mandrakelinux 10.1 Official

 

thx. for feedback

Edited by devman
Link to comment
Share on other sites

I had the same problem with that rpm with mdk10.1. To make a long story short, it simply doesn't work. Uninstall it and delete your /etc/ndiswrapper directory. Install your kernel source and get the ndiswrapper tarball and install from that:

 

http://sourceforge.net/projects/ndiswrapper/

 

It compiled and installed in seconds w/o a hitch and worked perfectly; I have the same wireless card by the way.

 

That rpm was compiled for a different kernel(mdk10) and won't work on mdk10.1.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...