Ubuntu12.04 install RTL8723BE wireless NIC Driver

Source: Internet
Author: User
I bought a new toshibasatellitem50-A. I installed Ubuntu12.04, but the system did not find the NIC. Lspci-vnn: Check the NIC model. It is Realtek's [10ec: b723]. google it, corresponding to rtl8723be. Then make driver sudoapt-getinstalllinux-headers-genericbuild-essential tialgit

I bought a new toshiba satellite m50-A.

Ubuntu 12.04 is installed, but no Nic is found.

Lspci-vnn: Check the NIC model. It is Realtek's [10ec: b723]. google it, corresponding to rtl8723be.

Then make driver

Sudo apt-get install linux-headers-generic build-essential git
Git clone http://github.com/lwfinger/rtl8723be
Cd rtl8723be
Make
Sudo make install
Sudo modprobe rtl8723be

Result compilation error, found http://askubuntu.com/questions/428873/errors-running-make-on-wifi-kernel-module

This is a problem with the kernel version.

The most recent version has been modified to correctly compile on kernel version 3.14; you are using 3.8.0-36. it is necessary to get an earlier version of the package. please open a terminal and try:


Cd rtl8723be
Make clean
Git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9
Make
Sudo make install
Sudo modprobe rtl8723be

Restart. OK

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

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.