Advertisement
fueanta

realtek-rtl8723be fix for ubuntu

Sep 14th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.62 KB | None | 0 0
  1. 01. Command Terminal:
  2.  
  3. -iwconfig
  4. : Collect wlp2s0
  5.  
  6. 02. Copy the package into desktop then extract there.  
  7.     (http://connectwww.com/how-to-solve-realtek-rtl8723be-weak-wifi-signal-problem-in-ubuntu/4625/)
  8.  
  9. 03. Command Terminal:
  10.  
  11. -cd Desktop
  12. -cd rtlwifi_new-rock.new_btcoex
  13. -make (then wait for a while)
  14. -sudo make install (give the pass)
  15. -sudo modprobe -rv rtl8723be
  16. -sudo modprobe -v rtl8723be ant_sel=2
  17. -sudo ip link set wlp2s0 up
  18. -sudo iw dev wlp2s0 scan (it'll scan all networks with signal strengths)
  19. -echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
  20.     (to make things permanent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement