LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 03-14-2006, 08:11 AM   #1
jimjamjahaa
Member
 
Registered: Jan 2005
Distribution: (X)Ubuntu Dapper
Posts: 127

Rep: Reputation: 15
modprobe ndiswrapper: module not found


or some simmilar kind of error is returned. cant locate module, module not found, something like that. what is the cause of this?

as soon as i can get my wireless network to connect on boot, i can start hopefully using arch as my main OS
 
Old 03-16-2006, 09:13 AM   #2
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
did you
Code:
pacman -S ndiswrapper
???
regards,
slackie1000
 
Old 03-16-2006, 02:36 PM   #3
jimjamjahaa
Member
 
Registered: Jan 2005
Distribution: (X)Ubuntu Dapper
Posts: 127

Original Poster
Rep: Reputation: 15
yes

ndiswrapper -i <driver> worked fine
ndiswrapper -m wrote the driver aliases

modprobe ndiswapper game me an error
 
Old 03-17-2006, 01:26 AM   #4
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
can you please post the error?
i also suggest a look here.
regards,
slackie1000
 
Old 03-19-2006, 06:43 AM   #5
con
Member
 
Registered: Jul 2005
Location: Finland
Distribution: Slackware
Posts: 213

Rep: Reputation: 30
Running `depmod -a` as root was the solution for me.
 
Old 03-28-2006, 06:31 PM   #6
dengar81
LQ Newbie
 
Registered: Dec 2005
Location: London
Distribution: Ubuntu
Posts: 5

Rep: Reputation: 0
Tried this all. Apparently it is better to use a different version of the ndis, but I can't install any.
Quote:
dengar:/home/dengar/windrive/linux tools/ndiswrapper-1.11 # modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
dengar:/home/dengar/windrive/linux tools/ndiswrapper-1.11 # make install
make -C driver install
make[1]: Entering directory `/home/dengar/windrive/linux tools/ndiswrapper-1.11/driver'
make -C /lib/modules/2.6.13-15.8-default/build SUBDIRS=/home/dengar/windrive/linux tools/ndiswrapper-1.11/driver \
DRIVER_VERSION=1.11
make[2]: Entering directory `/usr/src/linux-2.6.13-15.8-obj/x86_64/default'
make -C ../../../linux-2.6.13-15.8 O=../linux-2.6.13-15.8-obj/x86_64/default tools/ndiswrapper-1.11/driver
make[4]: *** No rule to make target `tools/ndiswrapper-1.11/driver'. Stop.
make[3]: *** [tools/ndiswrapper-1.11/driver] Error 2
make[2]: *** [tools/ndiswrapper-1.11/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.8-obj/x86_64/default'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/dengar/windrive/linux tools/ndiswrapper-1.11/driver'
make: *** [install] Error 2
dengar:/home/dengar/windrive/linux tools/ndiswrapper-1.11 #
Please advise, the error message I get is that the module ndiswrapper is not found which is a result of the ndiswrapper.ko missing - that's what I've heard
 
Old 03-28-2006, 10:14 PM   #7
con
Member
 
Registered: Jul 2005
Location: Finland
Distribution: Slackware
Posts: 213

Rep: Reputation: 30
have you got the kernel sources installed
 
Old 03-29-2006, 02:47 AM   #8
dengar81
LQ Newbie
 
Registered: Dec 2005
Location: London
Distribution: Ubuntu
Posts: 5

Rep: Reputation: 0
Kernel Source for ndiswrapper

Yes, I got the kernel source installed.

As I mentioned (and something tells me I shouldn't have done this), I used suse watcher and auto-updated and I think it modified the kernel source.

Is there a way to uninstall these changes?

I only did this because Amarok wasn't working properly and I knew there was a hotfix! Now Amarok is working better, still can't use the iPod with it (at least not to copy files on!) and Internet doesn't work either.

Never change a running system, I will never learn it! And all just because I wanted to use Amarok!

So let's think the kernel source is there and it's working OK, what else could I try?
Also, as I said, it was working before, so the ndiswrapper.ko should have been ther (never checked since it was working), now it is gone! How could this happen?

Would you recommend uninstalling the kernel source and reinstalling it from DVD? Why can't I just make install the newer version of ndsiwrapper?

Let me know your thoughts, any post appreciated!
 
Old 04-08-2006, 03:11 PM   #9
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Rep: Reputation: 17
"pacman -S ndiswrapper" wont work on some machines , dunt know why but yea it'll just not , heard it from somewhere and tried myself as well and got the same error :
"FATAL ERROR: module not found"

but if you are sure that the module is present and it is installed , try :
"modinfo ndiswrapper"
this will tell you that the module is present or not.

did you try ndiswrapper-1.10 , i was unable to build the 1.11 version from source, try 1.10 (build it from source i.e ./configure , make , sudo make install)
then try to load the module after doing depmod -a

hope that'll help...
 
Old 04-11-2006, 10:54 PM   #10
desertViking
Member
 
Registered: Aug 2005
Location: Arizona
Distribution: Slackware 13, Arch Linux
Posts: 85

Rep: Reputation: 15
I don't use the ndiswrapper in extra, and keep the source code around to rebuild when the kernel is upgraded. When I think of it, I upgrade the source first from source forge. Sometimes I forget and have to burn a CD from another machine. These systems do not have a wired option so wireless must always work.

Don't forget to "make uninstall", and "make distclean" before building and reinstalling ndiswrapper. Hasn't failed me yet, and I regularly stay current with "testing".
 
  


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
Prob w/ modprobe: FATAL: Module some_module not found Mechanic Linux - General 2 02-13-2006 06:09 AM
modprobe:FATAL: Module /dev/usb/tts/22 not found vkrishn1 Linux - Newbie 0 08-11-2004 11:12 AM
modprobe scanner : module not found. qwijibow Linux - Software 2 05-26-2004 06:45 AM
Modprobe FATAL: Module net_pf_10 not found Hcman Linux - General 2 07-28-2003 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 01:30 PM.

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