linux下对于rtl系列的无线网卡,大多数网友都在吐槽,总是频繁的掉网,就此将自己在网上安装时的经验写下。

1.下载网卡驱动,其中包含rtl的大多数包

  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 rtl8723be

2.网卡安装好了,设置一下网络信号问题

  sudo vim /etc/modprobe.d/rtl8723be.conf

  options rtl8723be ant_sel=2   将这句添加在末尾

3.无线网总掉解决

  sudo vim /etc/modprobe.d/rtl8723be.conf

  在该文件添加以下语句:

       options rtl8723be ips=0

 

       options rtl8723be fwlps=0

 

       options rtl8723be swenc=1

4.重启系统解决

 

相关文章:

  • 2021-12-05
  • 2021-12-12
  • 2021-11-07
  • 2022-03-02
  • 2021-11-27
  • 2021-06-12
  • 2021-12-15
猜你喜欢
  • 2021-11-27
  • 2021-12-09
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案