0

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?

Zanna
  • 70,465
  • 1
    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? – pomsky Oct 24 '18 at 06:00

1 Answers1

1

https://github.com/roopansh/rtl8723be_wifi

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

HDK Bouma
  • 157