Linux下RTL8723BE无线网卡驱动问题解决方法

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

相关文章
相关标签/搜索