Skip to content

Instantly share code, notes, and snippets.

@Nelsonmwaura
Forked from w4ilun/install.sh
Created February 1, 2022 15:57
Show Gist options
  • Save Nelsonmwaura/6429d8a9ec6675cfc91dae0883ee1725 to your computer and use it in GitHub Desktop.
Save Nelsonmwaura/6429d8a9ec6675cfc91dae0883ee1725 to your computer and use it in GitHub Desktop.
RealTek WiFi rtl8723be driver installation
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