Results 1 to 6 of 6
can someone please help me find a Broadcom BCM4311 driver that has a .inf file extension. im in severe need of one, as i cannot find one anywhere. please help. ...
- 03-25-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
getting my wireless to work in ubuntu
can someone please help me find a Broadcom BCM4311 driver that has a .inf file extension. im in severe need of one, as i cannot find one anywhere. please help. i really need it to get my wireless working again.
- 03-25-2010 #2
The BCM4311 is supported by two different native linux drivers, both the b43 driver and the wl. The b43 is included by default (wl is mixed-proprietary), and just needs firmware to work. To install the firmware (assuming a wired connection)
Code:sudo apt-get install b43-fwcutter
- 03-25-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
thank you for that, i have it downloaded it. how get the driver to work so i can use my wireless?
- 03-25-2010 #4Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
Just Joined!
Join Date: Mar 2010
Posts: 2
thank you for that, i have it downloaded it. how get the driver to work so i can use my wireless?
- 03-25-2010 #5
Once the firmware is installed, it should be working.
What is the output of
Assuming is shows a wireless interface, does this show local networks?Code:iwconfig
If not, post the output ofCode:sudo iwlist wlan0 scan
Code:lshw -C network lsmod dmesg | grep firmware
- 03-25-2010 #6Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
thank you so much for telling me that, i think it wouldve taken me forever to figure that out on my own, your truly my hero right now lol.
thank you


Reply With Quote