Fedora Linux Support Community & Resources Center
  #1  
Old 24th August 2007, 12:35 PM
wiscados Offline
Registered User
 
Join Date: Aug 2007
Age: 23
Posts: 15
modprobe ndiswrapper

Hi, I just got NDISWrapper installed(thanks to some great prople on this forum ), and now I need to install it.

If I type
Code:
ndiswrapper -l
it says:
Code:
mrv8335 : driver installed
          device (11AB:1FAA) present
But when I type the command:
Code:
modprobe ndiswrapper
it says there is no ndiswrapper.

What am I doing wrong?
Is there some special thing about either modprobe or ndiswrapper that I don't know about?
Reply With Quote
  #2  
Old 24th August 2007, 12:40 PM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847
modprobe as far as i know can only run in a su - terminal
Quote:
su -
modprobe ndiswrapper
Reply With Quote
  #3  
Old 24th August 2007, 01:26 PM
wiscados Offline
Registered User
 
Join Date: Aug 2007
Age: 23
Posts: 15
yeah, I did that. If I don't su - it doesn't even find ndiswrapper
Reply With Quote
  #4  
Old 24th August 2007, 02:59 PM
ppesci's Avatar
ppesci Offline
Registered User
 
Join Date: May 2006
Location: Caracas, Venezuela
Posts: 1,828
May be ndiswrapper had problems to install as module.

As root type:

dmesg

and see in the last lines if there are some message

HTH
__________________
Pietro Pesci Feltri

PowerBook 15" G4 and
MacBook Pro 17" Intel Core 2 Duo
Intel I5 Desktop
Reply With Quote
  #5  
Old 26th August 2007, 11:41 AM
wiscados Offline
Registered User
 
Join Date: Aug 2007
Age: 23
Posts: 15
I just figured out why I got my own computer...

I have the dmsg here taken just after I "modprobe ndiswrapper"'d:
Code:
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
eth1: link down
ADDRCONF(NETDEV_UP): eth1: link is not ready
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized radeon 1.25.0 20060524 on minor 0
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] writeback test succeeded in 1 usecs
APIC error on CPU0: 00(40)
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
eth1: link down
ADDRCONF(NETDEV_UP): eth1: link is not ready
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized radeon 1.25.0 20060524 on minor 0
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] writeback test succeeded in 1 usecs
APIC error on CPU0: 00(40)
Hope this wil give some answers..

Last edited by wiscados; 26th August 2007 at 11:41 AM. Reason: posted too soon
Reply With Quote
  #6  
Old 26th August 2007, 08:40 PM
ppesci's Avatar
ppesci Offline
Registered User
 
Join Date: May 2006
Location: Caracas, Venezuela
Posts: 1,828
No ndiswrapper messages

Try this (as root):

rmmod ndiswrapper

and then

modprobe ndiswrapper

and put last lines here of:

dmesg
__________________
Pietro Pesci Feltri

PowerBook 15" G4 and
MacBook Pro 17" Intel Core 2 Duo
Intel I5 Desktop
Reply With Quote
  #7  
Old 29th August 2007, 07:28 PM
wiscados Offline
Registered User
 
Join Date: Aug 2007
Age: 23
Posts: 15
I tried rmmod, didn't work, then I tried depmod it worked but I don't really know what it did...
Reply With Quote
  #8  
Old 29th August 2007, 11:22 PM
ppesci's Avatar
ppesci Offline
Registered User
 
Join Date: May 2006
Location: Caracas, Venezuela
Posts: 1,828
depmod is depluy module, does almost the same thing than modprobe.

If rmmnod failed, then ndiswrapper is not installed as a module because there is an error maybe.

Restart your computer, and use

modprobe ndiswrapper

and then type

dmesg

or if not ndiswrapper message appear, use the command:

tail /var/log/messages -n20

and see if there are a messages.

HTH
__________________
Pietro Pesci Feltri

PowerBook 15" G4 and
MacBook Pro 17" Intel Core 2 Duo
Intel I5 Desktop
Reply With Quote
Reply

Tags
modprobe, ndiswrapper

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
modprobe ndiswrapper slvrsrfr Servers & Networking 1 17th March 2007 06:33 PM
help with ndiswrapper modprobe, please shenry8N4Y Servers & Networking 0 14th October 2006 03:55 AM
ModProbe Ndiswrapper Chr1831 Servers & Networking 1 13th August 2006 05:59 PM
NdisWrapper error on #modprobe ndiswrapper VerbalVenom Installation and Live Media 2 10th June 2005 05:03 PM
modprobe ndiswrapper Ab3n Hardware & Laptops 5 4th May 2005 02:42 PM


Current GMT-time: 08:49 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat