Last active
March 6, 2019 21:59
-
-
Save anuragteapot/498374bba02fe7b1091e7bf9f1bfd432 to your computer and use it in GitHub Desktop.
How to solve Realtek RTL8723BE weak wifi signal problem in ubuntu
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
1. Go. https://github.com/lwfinger/rtlwifi_new | |
2. Download Master Branch | |
3. make | |
4. sudo make install | |
5. sudo modprobe -rv rtl8723be | |
6. sudo modprobe -v rtl8723be ant_sel=2 | |
7. echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf | |
Done! | |
Source :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
The rock.new_btcoex branch hasn't been updated in years, use the master branch instead