Performancing Metrics

Pages Menu
TwitterRssFacebook
Categories Menu

Install Broadcom b43 and b43-legacy wireless driver in Ubuntu 13.04 / 12.10 / 12.04

Updated by on Apr 25, 2013 in How To Install | 8 comments

If you have LAN / Broadband connection or some kind internet access, then it is easy to install the Broadcom b43 and b43-legacy wireless driver in your Ubuntu Machine. This method supports Ubuntu 13.04 / 12.10 / 12.04 /11.10 / 11.04 /10.10 / 10.04.

Note

This Guide is for b43 and b43-legacy driver only, If you want to install the STA driver then follow my other guide on how to Install Broadcom STA wireless driver in Ubuntu 13.04 / 12.10 / 12.04. If the below driver doesn’t work then try STA driver.

To Install b43 driver

Run the following command in the terminal and type the password for the user when prompted.

sudo apt-get install b43-fwcutter firmware-b43-installer

To Install b43-legacy driver

If you have b43-legacy wireless card then you need to install the legacy driver using the below command.

sudo apt-get install firmware-b43legacy-installer

That’s it. Now Activate your driver using Additional driver and Restart your System.

If you don’t want to restart your system then run the below commands and wait for few seconds.

sudo modprobe -r b43 ssb wl

and

sudo modprobe wl

Hope this will be helpful for you!!!

Related Posts Plugin for WordPress, Blogger...