Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. echo "options rtl8723be fwlps=N ips=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
  2.  
  3. sudo modprobe -r rtl8723be
  4. sudo modprobe rtl8723be
  5.  
  6. sudo apt-get install linux-headers-generic build-essential git
  7. git clone http://github.com/lwfinger/rtlwifi_new
  8. cd rtlwifi_new
  9. make
  10. sudo make install
  11.  
  12. sudo apt-get install git linux-headers-generic build essential
  13. git clone git://github.com/lwfinger/rtlwifi_new.git
  14. cd rtlwifi_new
  15. git checkout rock.new_btcoex
  16. make
  17. sudo make install
  18.  
  19. sudo modprobe -rv rtl8723be
  20. sudo modprobe -v rtl8723be ant_sel=1
  21.  
  22. iwlist scan | egrep -i 'ssid|signal'
  23.  
  24. sudo modprobe -rv rtl8723be
  25. sudo modprobe -v rtl8723be ant_sel=2
  26.  
  27. iwlist scan | egrep -i 'ssid|signal'
  28.  
  29. echo "options rtl8723be ant_sel=X" | sudo tee /etc/modprobe.d/rtl-ant-sel.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement