Skip to content

Instantly share code, notes, and snippets.

@anuragteapot
Last active March 6, 2019 21:59
Show Gist options
  • Save anuragteapot/498374bba02fe7b1091e7bf9f1bfd432 to your computer and use it in GitHub Desktop.
Save anuragteapot/498374bba02fe7b1091e7bf9f1bfd432 to your computer and use it in GitHub Desktop.
How to solve Realtek RTL8723BE weak wifi signal problem in ubuntu
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/
@jeremyb31
Copy link

The rock.new_btcoex branch hasn't been updated in years, use the master branch instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment