rfkill 無法開啟 /dev/rfkill 權限被拒絕 ubuntu 20.04

rfkill 無法開啟 /dev/rfkill 權限被拒絕 ubuntu 20.04

經過一晚的折騰,rfkill透過清除藍牙同時解決問題來修復 WiFi(RTL8221CE) 中斷。一些配置已更改,現在在啟動時顯示,我沒有引用:

rfkill 無法開啟 /dev/rfkill 權限被拒絕,請盡快修復。

rfkill list bluetooth沒有顯示任何內容,

sudo systemctl status bluetooth節目不活躍(死亡),無法再開機了。

bluez gui 也無法開始說未檢測到驅動程序,重新安裝後,它不再顯示在選單中,bluez命令也不再運行任何內容。

問題:我們如何修復 rfkill 警報並重新開啟藍牙?

編輯:這些是我們在問題出現之前使用的命令,

sudo gedit /etc/bluetooth/main.conf

sudo systemctl disable bluetooth.service

echo "rfkill block bluetooth" >> ~/.profile

gsettings set org.blueman.plugins.powermanager auto-power-on false

sudo rfkill block bluetooth

Disabling power-save settings

相關內容