无法开机:org.bluez.Error.Blocked 问题

Jas*_*zyk 19 archlinux

最近我尝试在 arch linux 上使用蓝牙。我正在使用 WM,因此在安装以下软件包后:bluezbluez-utils运行了一个命令bluetoothctl。然后我尝试运行power on但出现错误Failed to set power on: org.bluez.Error.Blocked。我在互联网上搜索但只找到了Failed to set power on: org.bluez.Error.Failed解决方案,所以这不是我想要的。

Enz*_*ert 44

尝试:

rfkill block bluetooth
rfkill unblock bluetooth
Run Code Online (Sandbox Code Playgroud)

然后再次打开bluetoothctl。如果它不起作用我会尝试:

systemctl stop bluetooth.service
systemctl start bluetooth.service
Run Code Online (Sandbox Code Playgroud)


2A-*_*-42 11

就我而言,驱动程序卡在某个地方(Linux 5.16.10 x86_64),解决方案是:

# rmmod btusb
# modprobe btusb
# systemctl restart bluetooth
Run Code Online (Sandbox Code Playgroud)