How can I install a wifi driver for RTL8723BE on Ubuntu 18.04?

8,221

https://github.com/roopansh/rtl8723be_wifi

How to install is explaned in the README.I only hope you can reach the internet.

Share:
8,221
user8736814
Author by

user8736814

Updated on September 18, 2022

Comments

  • user8736814
    user8736814 over 1 year

    When I run this command

    lspci | grep "Wireless\|WiFi"
    

    I got this result:

    05:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
    

    How can I install a wifi driver for this chip?

    • pomsky
      pomsky over 5 years
      Why do you need to install a driver for this device? This device is supposed to be supported by default. What exact problem(s) are you facing?