侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

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

2023-12-05 星期二 / 0 评论 / 0 点赞 / 87 阅读 / 600 字

一、安装: sudo apt-get install linux-headers-generic build-essential Git git clone https://github.com/lw

一、安装:
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

二、无线信号强度:
sudo vim /etc/modprobe.d/rtl8723be.conf
在该文件添加一句:
options rtl8723be ant_sel=2

三、无线不稳定容易掉线:
sudo vim /etc/modprobe.d/rtl8723be.conf
在该文件添加以下语句:
options rtl8723be ips=0
options rtl8723be fwlps=0
options rtl8723be swenc=1

广告 广告

评论区