How to install the Wireless NIC driver after ubuntu12.04 is installed

Source: Internet
Author: User
After Ubuntu is installed, the wireless network card is unavailable. you can use the following methods to solve this problem. For more information, see Ubuntu.

1. run the following command on the terminal to reinstall all drivers and firmware related to b43:


Copy codeThe code is as follows:
Sudo apt-get install bcmwl-kernel-source # Broadcom 802.11 Linux STA wireless driver source
Sudo apt-get install broadcom-sta-common
Sudo apt-get install broadcom-sta-source
Sudo apt-get install b43-fwcutter # Broadcom 43xx firmware extraction tool
Sudo apt-get install firmware-b43-installer

2. run the following command to activate the wireless network card:

Copy codeThe code is as follows:
Sudo modprobe-r b43 ssb
Sudo modprobe b43

3. perform the following operations to add the wireless network adapter to the startup so that the Wi-Fi network can be automatically scanned every time the system is started:
Add the sudo modprobe b43 command to the/etc/rc. local file before exit.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.