Last active
June 30, 2022 05:49
-
-
Save w4ilun/68d032b82993812a0a883ae992b6e696 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 |
I was going through the same trouble and this solution worked for me.
https://connectwww.com/how-to-solve-realtek-rtl8723be-weak-wifi-signal-problem-in-ubuntu/4625/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo git clone https://github.com/lwfinger/rtlwifi_new.git
Cloning into 'rtlwifi_new'...
Username for 'https://github.com':
I am getting this result and I entered my credensials og git then also it is not taking