我运行 Arch 的树莓派 3 型号 B 遇到蓝牙问题。首先:
- 蓝牙以前可以完美运行
- AUR 的 pi-bluetooth 是最新的
- bluez 和 bluez-utils 是最新的
- 系统也是最新的(刚刚运行 pacman -Syu)
尽管如此,当我尝试使用蓝牙接口时,它还是不起作用。
bluetoothctl(以root身份),当我运行“扫描”时,告诉我
Failed to start discovery: org.bluez.Error.NotReady
wminput 找不到蓝牙接口:
No Bluetooth interface found
unable to connect
“systemctl status bluetooth”有以下输出:
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2019-03-23 21:32:47 CET; 9min ago
Docs: man:bluetoothd(8)
Main PID: 2005 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 1404)
CGroup: /system.slice/bluetooth.service
└─2005 /usr/lib/bluetooth/bluetoothd
Mar 23 21:32:47 media.lan systemd[1]: Starting Bluetooth service...
Mar 23 21:32:47 media.lan bluetoothd[2005]: Bluetooth daemon 5.50
Mar 23 21:32:47 media.lan systemd[1]: Started Bluetooth service.
Mar 23 21:32:47 media.lan bluetoothd[2005]: Starting SDP server
Mar 23 21:32:47 media.lan bluetoothd[2005]: Bluetooth management interface 1.14 initialized
我在这里不知所措,一切似乎都很好,但没有任何效果。这里发生了什么?