Jump to content

Ndiswrapper problem


Guest Orhs
 Share

Recommended Posts

Hello i got a problem with ndiswrapper. well so i made a log that shows the outcome of different commands.

 

[root@home root] Iwconfig 
lo      no wireless extensions. 

eth0    no wireless extensions. 

eth1    no wireless extensions. 

sit0    no wireless extensions. 

[root@home root] 
 
[root@home root] modprobe ndiswrapper 
FATAL: Module ndiswrapper not found. 
FATAL: Error running install command for ndiswrapper 
[root@home root] 

[root@home root] lsmod 

Module                  Size  Used by 
nls_cp850               5472  0  
vfat                   12704  0  
fat                    41952  1 vfat 
md5                     4576  1  
ipv6                  249412  16  
rfcomm                 34456  0  
l2cap                  22368  5 rfcomm 
bluetooth              42436  4 rfcomm,l2cap 
snd-seq-oss            33728  0  
snd-seq-midi-event      7328  1 snd-seq-oss 
snd-seq                52560  4 snd-seq-oss,snd-seq-midi-event 
snd-pcm-oss            51080  0  
snd-mixer-oss          18592  1 snd-pcm-oss 
snd-intel8x0           31660  1  
snd-ac97-codec         70736  1 snd-intel8x0 
snd-pcm                86948  3 snd-pcm-oss,snd-intel8x0 
snd-timer              22724  2 snd-seq,snd-pcm 
snd-page-alloc          8392  2 snd-intel8x0,snd-pcm 
gameport                4416  1 snd-intel8x0 
snd-mpu401-uart         7168  1 snd-intel8x0 
snd-rawmidi            21188  1 snd-mpu401-uart 
snd-seq-device          7336  3 snd-seq-oss,snd-seq,snd-rawmidi 
snd                    49028  12 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,
snd-mpu401-uart,snd-rawmidi,snd-seq-device 
soundcore               8288  1 snd 
af_packet              17864  4  
eth1394                18792  0  
8139too                22816  0  
mii                     5216  1 8139too 
ide-cd                 38528  0  
cdrom                  38844  1 ide-cd 
ohci1394               32676  0  
ieee1394              294872  2 eth1394,ohci1394 
loop                   13896  0  
nls_iso8859-1           4672  1  
ntfs                  149980  1  
sis-agp                 6788  1  
agpgart                29036  1 sis-agp 
sd_mod                 20320  0  
joydev                  9056  0  
evdev                   8672  0  
usb-storage            67040  0  
scsi_mod              107428  2 sd_mod,usb-storage 
tsdev                   6848  0  
usbhid                 43328  0  
ehci-hcd               27972  0  
ohci-hcd               19972  0  
usbcore               107396  6 usb-storage,usbhid,ehci-hcd,ohci-hcd 
genrtc                  9112  0  
reiserfs              266740  2  

[root@home root] 

[root@home root] lspci 

00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS 645xx (rev 51) 
00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device 0003 
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 14) 
00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller 
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] 
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0) 
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0) 
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 
00:0a.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03) 
00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4153 
01:00.1 Display controller: ATI Technologies Inc: Unknown device 4173 

[root@home root]  

[root@home root] loadndisdriver 

Usage: loadndisdriver [-a] [driver]  

[root@home root] loadndisdriver -a 
loadndisdriver: cannot find minor for kernel module. module loaded? 

[root@home root] ndiswrapper -l 
installed ndis drivers: 
bcmwl5 hadrware present 

End of log: 22.1.05 15:35

 

What is the problem here and what shal i do??

Thank you for your time reading this post

Link to comment
Share on other sites

Looks like you didn't install the Windows driver. Insert the windows driver CD that came with the NIC. The CD should automatically mount. I'll assume it mounts on /mnt/cdrom. Use the following commands:

 

ndiswrapper -i /mnt/cdrom/Drivers/bcmwl5.inf

modprobe ndiswrapper

 

From there you should be able to configure the NIC in the Mandrake Control Center.

 

Edit: I just remembered that your ndiswrapper -l output might be correct for the version in Mdk 10.1. I don't remember.

 

Here's my output:

 

# ndiswrapper -l
Installed ndis drivers:
bcmwl5  driver present, hardware present

Edited by Dyslexic
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...