Linux 系統 網卡RTL8723BE 信號差不穩定的解決辦法

網卡RTL8723BE 信號差不穩定的解決辦法這個是個通病,主要仍是因爲驅動問題 解決辦法以下: 一、下載驅動程序git

git clone https://github.com/lwfinger/rtlwifi_new.git

編譯安裝github

cd rtlwifi_new
make && make isntall

注:若是報錯:*** 沒有規則可製做目標「modules」。 中止 ,能夠參考 https://my.oschina.net/itlangz/blog/1928982 解決vim

二、編輯網卡的配置bash

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

加入以下內容.net

options rtl8723be ant_sel=2
options rtl8723be ips=0
options rtl7823be fwlps=0
options rtl8723b3 swenc=1

詳細參數可用命令查看 modinfo rtl8723be 這裏寫圖片描述code

三、重啓blog

sudo modprobe -r rtl8723be
sudo modprobe rtl8723be

通過一番折騰你會發現信號會好不少,並且也很穩定圖片

相關文章
相關標籤/搜索