Results 11 to 18 of 18
I had to plug it in to download a program. How do I disable wl and run b43? Sorry, I am new to Linux....
- 05-18-2009 #11Just Joined!
- Join Date
- May 2009
- Posts
- 28
I had to plug it in to download a program. How do I disable wl and run b43? Sorry, I am new to Linux.
- 05-18-2009 #12Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
See reed9 post earlier. Add wl driver to blacklist and comment out the blacklist for b43 driver by putting # in front of it. Then run sudo modprobe b43. That should load the module and (hopefully) wireless should work.
Registered Linux User #420832
- 05-18-2009 #13
The wireless is a BCM4312, and it is actually supported by both the b43 and wl drivers. The b43 only partially supports this chip, so I think that the wl driver is the better one, in this case.
This may be a network configuration issue.
If you are going to try the b43 driver, you will need to install the firmware too. Ubuntu/Kububtu makes this rather easy, if you have a wired internet connection, enter this command.
When you are asked "Fetch and install firmware?", answer "Yes" (press enter).Code:sudo apt-get install b43-fwcutter
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 05-18-2009 #14
I think that I may know why the wl driver wasn't working, There is a module named ssb that loads for Broadcom network devices. It is loading because of the b44 module needed for the wired network device.
If you haven't already gone too far, you could remove the b44 and ssb module and reload the wl module. If you loaded the b43 module, remove that too.
Code:sudo modprobe -r b44
Code:sudo modprobe -r b43
Code:sudo modprobe -r ssb
Now reload the wl module.Code:sudo modprobe -r wl
Now see if the wireless works. With this method, the wired connection will not work. If you don't need it, then we could blacklist the b43/b44 drivers instead of the wl driver.Code:sudo modprobe wl
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 05-19-2009 #15Just Joined!
- Join Date
- May 2009
- Posts
- 28
Thanks for the help, but I managed to find a method that worked and kept my wired connection.
Running these:
I rebooted, then it worked perfectly.Code:sudo apt-get update sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9 cabextract echo 'blacklist wl' | sudo tee -a /etc/modprobe.d/blacklist.conf echo 'blacklist b43' | sudo tee -a /etc/modprobe.d/blacklist.conf mkdir wifi cd wifi wget h__p://ftp.us.dell.c_m/network/R140747.EXE unzip R140747.EXE sudo ndiswrapper -i DRIVER/bcmwl5.inf echo ndiswrapper | sudo tee -a /etc/modules
Thanks for the help, everyone.
- 05-19-2009 #16Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-25-2011 #17Just Joined!
- Join Date
- Jan 2011
- Posts
- 1
- 01-25-2011 #18forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!




