Advertisement
fplanzer

HP rtl8723be Linux

Apr 6th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. sudo apt-get install build-essential git
  2.  
  3. git clone https://github.com/lwfinger/rtlwifi_new/
  4.  
  5. cd rtlwifi_new
  6.  
  7. make
  8.  
  9. make install
  10.  
  11. sudo modprobe -rv rtl8723be
  12. sudo modprobe -v rtl8723be ant_sel=2
  13. echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
  14.  
  15.  
  16. -----
  17.  
  18. echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
  19. echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement