Results 1 to 3 of 3
I've been trying for probably 10 hours now to get the bcm4306 driver working on Debian. I finally got it installed using ndiswrapper... However, now ndiswrapper says that the hardware ...
- 01-16-2010 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 1
Broadcom 4306 Network Controller Not Recognized
I've been trying for probably 10 hours now to get the bcm4306 driver working on Debian. I finally got it installed using ndiswrapper... However, now ndiswrapper says that the hardware is not present! When I run lspci, though, it lists BCM4306 as the network controller. What is going on, and how do I fix it? It's on a Dell latitude D600.
- 01-16-2010 #2
Hello and Welcome.
Try starting off here and see what we can come up with.
http://www.linuxforums.org/forum/wir...tart-here.htmlI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-16-2010 #3
Post the info in the wireless sticky as suggested by MikeTbob, but assuming it is a bcm4306, there is a driver included, the b43, but it requires non-free firmware.
While connected to the internet do this
Select yes when it asks if you want to download the firmware.Code:su - apt-get install b43-fwcutter
b43-fwcutter is in the contrib section of the repos, which you may not have enabled. If not do
Find the line that looks likeCode:su - nano /etc/apt/sources.list
and change it toCode:deb http://http.us.debian.org/debian stable main
I threw in non-free as well. You can leave it off if you want.Code:deb http://http.us.debian.org/debian stable main contrib non-free
Then (still as root)
You will need to remove ndiswrapper or it will conflict with the native b43 driver. Afterwards it should work fine.Code:apt-get update && apt-get install b43-fwcutter


Reply With Quote
