1、安裝:
sudo apt-get install linux-headers-generic build-essential Git
git clone https://github.com/lwfinger/rtlwifi_new
cd rtlwifi_new
sudo make install
sudo modprobe rtl8723belinux
2、無線信號強度:
sudo vim /etc/modprobe.d/rtl8723be.conf
在該文件添加一句:
options rtl8723be ant_sel=2git
3、無線不穩定容易掉線:
sudo vim /etc/modprobe.d/rtl8723be.conf
在該文件添加如下語句:
options rtl8723be ips=0
options rtl8723be fwlps=0
options rtl8723be swenc=1github