Ubuntu Install RTL8723BE Wireless Card driver

Source: Internet
Author: User
Tags git clone

Problem Description: After Ubuntu installed, the wireless connection is not stable, can be connected to the network when booting, but after a period of time, unable to connect

Reason: Check the wireless network card model for RTL8723BE, to find out that Ubuntu is not integrated with the driver of this NIC, need to install their own

Solve:

1. Install First:

sudo apt-get install linux-headers-generic build-essential git

2.git Clone https://github.com/lwfinger/rtlwifi_new

3.CD rtlwifi_new

4. Make

sudo make install

sudo modprobe rtl8723be

5. Note that Ubuntu will still be unable to find the driver after reboot, so to set the driver to start and load, execute the following command

sudo modprobe-r rtl8723be

sudo modprobe rtl8723be

Ubuntu Install RTL8723BE Wireless Card driver

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.