Skip to content

Instantly share code, notes, and snippets.

@peanutbutterandcrackers
Last active September 27, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peanutbutterandcrackers/4d780f8c8a262467cd07a8673cecda31 to your computer and use it in GitHub Desktop.
Save peanutbutterandcrackers/4d780f8c8a262467cd07a8673cecda31 to your computer and use it in GitHub Desktop.
A method that fixed rtl8723be wireless adaptor weak signal issue on my computer
  1. $ git clone https://github.com/lwfinger/rtlwifi_new.git
  2. $ sudo modprobe -r rtl8723be
  3. $ cd rtlwifi_new
  4. $ sudo make install
  5. $ sudo modprobe rtl8723be
  6. $ sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be ant_sel=2" (ant_sel=1 is another possible value)
  7. $ sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment