LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-02-2005, 11:44 AM   #1
nanomiter
LQ Newbie
 
Registered: Mar 2005
Location: Montreal
Distribution: Suse 9.1
Posts: 4

Rep: Reputation: 0
modprobe could not open ndiswrapper.ko?


All,
After many forums and searches, big smile, finally ndiswrapper -l states bcmwl5 (or bcmwl5a) hardware present. Saddly modprobe ndiswrapper fails to load. The response I receive is:
"Could not open '/lib/modules/uname -r/extra/ndiswrapper.ko: No such file or directory."
I deleted this file a couple of days ago as numerous LQ and wiki threads spoke of its evil nature.
I am running Suse 9.1 pro, Ndiswrapper 0.10-1.6, wlan drivers bcmwl5 and bcmwl5a .inf & .sys are from my installed xp home drivers file, copied over to Suse. Broadcom BCM94306 wlan integrated on an Emachines M2350. Kernel 2.6.5-7.151 and source loaded.
Some threads mentioned conflicts with eth0 so I ifdowned them and ifuped wlan0 producing no joy, iwconfig shows no wireless extensions and dmesg has no references to ndiswrapper at all.
These comands were all used I hope in the correct sequence

modprobe -r ndiswrapper

ndiswrapper -i /inf&sys/file/located/here

ndiswrapper -l
Installed ndis drivers:
bcmwl5 hardware present
modprobe ndiswrapper
Failure as noted above!

I am totally stumped as to how to modprobe this installation.
Thanks in advance
Regards
Bob
 
Old 04-02-2005, 07:00 PM   #2
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
Threads said that that file shouldn't be there?!
Ndiswrapper is made up of two parts, a "userspace" part, and a kernel part. That file is required by the kernel part for ndiswrapper in 2.6* kernels. The only case where you wouldn't want that file would be if you had a 2.4* kernel, which uses *.so module extensions instead (ie: ndiswrapper.so).
 
Old 04-02-2005, 09:03 PM   #3
nanomiter
LQ Newbie
 
Registered: Mar 2005
Location: Montreal
Distribution: Suse 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
UH OH!
Guess I'll reinstall the ndiswrapper and hope for the best. Thank-you for the info on the kernel differences. The posts must have been old and I though it was relevant.
Regards
Bob
 
Old 04-02-2005, 10:45 PM   #4
nanomiter
LQ Newbie
 
Registered: Mar 2005
Location: Montreal
Distribution: Suse 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
Reloaded kernel, source, ndiswrapper. All else is well except modprobe now reports the following at dmesg.

ndiswrapper (wrapper_init:2286): loadndiswrapper failed (1536);check utils version mismatch

I've been at this since tuesday and frustration is setting in.
 
Old 04-03-2005, 10:00 PM   #5
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
I don't run suse, so I may be off base here, but it looks like you may need to reinstall the "module-init-tools", which I'm guessing may be a package on the suse system?

Here is a quick dumping of things I found relating to your problem. The links are to google cache entries so you can better find what I searched for. You may find them useful. The first one talks about the "module-init-tools" (quite a ways down the thread).

http://64.233.161.104/search?q=cache...match%22&hl=en
http://64.233.161.104/search?q=cache...mismatch&hl=en

Good luck.
 
Old 04-07-2005, 05:10 AM   #6
Delusions
LQ Newbie
 
Registered: Oct 2004
Location: Tampa, FL
Distribution: Slack 10.2
Posts: 26

Rep: Reputation: 16
Re: modprobe could not open ndiswrapper.ko?

Quote:
Originally posted by nanomiter
All,
After many forums and searches, big smile, finally ndiswrapper -l states bcmwl5 (or bcmwl5a) hardware present. Saddly modprobe ndiswrapper fails to load. The response I receive is:
"Could not open '/lib/modules/uname -r/extra/ndiswrapper.ko: No such file or directory."
I deleted this file a couple of days ago as numerous LQ and wiki threads spoke of its evil nature.
I am running Suse 9.1 pro, Ndiswrapper 0.10-1.6, wlan drivers bcmwl5 and bcmwl5a .inf & .sys are from my installed xp home drivers file, copied over to Suse. Broadcom BCM94306 wlan integrated on an Emachines M2350. Kernel 2.6.5-7.151 and source loaded.
Some threads mentioned conflicts with eth0 so I ifdowned them and ifuped wlan0 producing no joy, iwconfig shows no wireless extensions and dmesg has no references to ndiswrapper at all.
These comands were all used I hope in the correct sequence

modprobe -r ndiswrapper

ndiswrapper -i /inf&sys/file/located/here

ndiswrapper -l
Installed ndis drivers:
bcmwl5 hardware present
modprobe ndiswrapper
Failure as noted above!

I am totally stumped as to how to modprobe this installation.
Thanks in advance
Regards
Bob

Quote:
"Could not open '/lib/modules/uname -r/extra/ndiswrapper.ko: No such file or directory."
What this is trying to say here is the the .ko file is not your current Kernal Directory. So you may have run suse update and a new kernal patch came down. No biggy if You are using the version of NDISwrapper that comes with suse 9.1 Go into yast and search for ndiswrapper and uncheck it (You Might beable to reload). Hit ok and let suse go threw it thing. Then go back into yast and reinstall it. This should work.

If not Check out the NDISwrapper Wiki on how to do a manual uninstall.

If you are running a version LATER then NDISwrapper 1.0 you can go into the directory (example /root/ndiswrapper1.1) and type make uninstall
 
Old 04-09-2005, 09:09 PM   #7
nanomiter
LQ Newbie
 
Registered: Mar 2005
Location: Montreal
Distribution: Suse 9.1
Posts: 4

Original Poster
Rep: Reputation: 0
ndiswrapper

Thank-you all. Have reloaded the 9.1 and used the provided version, 0.6 of ndiswrapper that came with Suse. The responses from this site have helped me understand the "wrapping" and function of the software. It was the kernal that had to be reloaded not ndiswrapper!!! (Read the thread Bob) The broadcom is now operating correctly. In the last seven days have loaded multiple instances of linux on my desktop machine. Found Ubuntu to be fairly user friendly and may stick with that on this machine but will use Suse on the laptop because of the great multi boot loader. Still have not got the sound working on the laptop.........but that's another story for another day. Again I would like to thank-you all for the help.
Regards
Bob
 
Old 07-18-2005, 10:10 PM   #8
Sting2001
LQ Newbie
 
Registered: Jul 2005
Location: Oakland the War Zone
Distribution: Debian/SuSE/DeadHat
Posts: 6

Rep: Reputation: 0
Wink Sound?

Sound should work. Ali5451 and to get the speakers working turn off the external amp in the mixer. I still trying to get it wireless to work with debian but I may need to recopile the Kernel. I just can't get iwconfig to accept anything, the module loads fine. All the configuration tools can't configure it.

Stephen
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to load module "ndiswrapper" with modprobe; modprobe ndiswrapper doesn't work! Benjamin Linux - Wireless Networking 30 05-25-2008 07:04 AM
ndiswrapper modprobe help barrythai SUSE / openSUSE 30 06-17-2006 02:44 PM
modprobe ndiswrapper Oral_Christie Linux - Wireless Networking 3 09-03-2005 02:36 PM
modprobe ndiswrapper hvtopiwala Linux - Wireless Networking 3 05-12-2005 02:08 PM
modprobe ndiswrapper esher2292 Linux - Newbie 2 05-31-2004 07:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 12:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration