|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Wireless Networking Questions specific to wireless networking using SUSE Linux |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am trying to blacklist the bcm43xx wireless card driver in SuSE 10.3 so that I can use Ndiswrapper because even after applying the bcm43xx-fwcutter package my wireless card is still not working. I edited /etc/modprobe.d/blacklist and added the entry "blacklist bcm43xx" (no quotes), but after I reboot and run the command modprobe -l bcm* I still see that driver in the list. What am I missing? Any help is greatly appreciated. Thanks! Mike
Code:
mikem-mininote:~ # modprobe -l bcm* /lib/modules/2.6.22.17-0.1-default/kernel/drivers/net/wireless/bcm43xx/bcm43xx.ko /lib/modules/2.6.22.17-0.1-default/kernel/drivers/media/dvb/frontends/bcm3510.ko /lib/modules/2.6.22.17-0.1-default/kernel/drivers/bluetooth/bcm203x.ko mikem-mininote:~ # |
|
|||
|
Quote:
Swerdna |
|
|||
|
What model of notebook/pc are you using?
I have a dell notebook and had to use ndiswrapper to get the wireless up and running. when I did a "ndiswrapper -l" it would output "bcm43xx" I downloaded the dell drivers for my notebook to install the "bcmwl5" ftp.us.dell.com/network/R129083.EXE after downloading the R129083.EXE I downloaded the winedoors and installed winrar from the list. I used winrar to extract R129083.EXE (there may be a different way but that is how I did it) After the exe extracted, there was a folder called Drivers. In the Drivers folder there is 3 files "bcm43xx.cat" "bcmwl5.inf" "bcmwl5.sys" Then I used the following. # to remove the driver ndiswrapper -e bcm43xx # Go to the driver folder with the 3 files ndiswrapper -i bcmwl5.inf ndiswrapper -m # to make sure the bcmwl5 is used and not bcm43xx ndiswrapper -l # Then do the modprobe modprobe ndiswrapper I hope this helps. |
|
|||
|
Quote:
Thanks! Mike |
|
|||
|
BTW, To have ndiswrapper load at start up, you will need to follow these steps. Launch Yast and click on "System" then click on "/etc/sysconfig Editor" then click on the + symbol next to "system" and scroll down to "Kernel" click on the + and locate, "MODULES_LOADED_ON_BOOT" in the blank box enter "ndiswrapper" and click finish. Reboot, and you should not have to modprobe ndiswrapper to bring up the wireless, it should now load at start up. |
|
|||
|
Quote:
Mike |
|
|||
|
Quote:
|
|
|||
|
Quote:
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|