Tutorial on installing bcm43142 wireless network card driver in Ubuntu, javastubcm43142

Source: Internet
Author: User

Tutorial on installing bcm43142 wireless network card driver in Ubuntu, javastubcm43142

Due to learning needs, I installed Ubuntu dual-system, but various configuration problems also followed. The most speechless is the bcm43142 NIC Driver Installation.

This is an old network card, and its driver cannot be found on the official website !!! Therefore, you can only collect various tutorials online. In general, you can use the following two methods.

First: Use Ubuntu software and updates

The Ubuntu Desktop version has software and updates for this application. Here we can install the driver we need, as shown in. Select the driver in the Broadcom column, and click application change. The driver will be ready for a while. Then you can see that you can connect to the Wi-Fi network. If not, restart your computer.

Method 2: Use the command line

For Ubuntu systems without a desktop, or users who cannot find the above software, you can directly use the following command to install the NIC Driver, which is very simple.

Sudo apt-get install linux-headers-generic build-essential dkms

Sudo apt-get update (optional maybe)

Sudo apt-get install linux-source

Sudo apt-get install -- reinstall bcmwl-kernel-source

Sudo modprobe wl

After running the preceding command, you can connect to the Wi-Fi network. If not, you can restart your computer.

The above are two simple ways to install the BCM43142 NIC Driver.

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.