-
-
Save Nelsonmwaura/6429d8a9ec6675cfc91dae0883ee1725 to your computer and use it in GitHub Desktop.
RealTek WiFi rtl8723be driver installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install linux-headers-generic build-essential git | |
git clone https://github.com/lwfinger/rtlwifi_new.git | |
cd rtlwifi_new | |
make | |
sudo make install | |
sudo modprobe rtl8723be | |
ifconfig wlp2s0 up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment