meu raspberry pi 3 modelo B, executando o Arch, tem um problema com o bluetooth. Em primeiro lugar:
- O Bluetooth funcionou perfeitamente anteriormente
- pi-bluetooth do AUR está atualizado
- bluez e bluez-utils estão atualizados
- O sistema também está atualizado (apenas executei pacman -Syu)
Ainda assim, quando tento usar a interface bluetooth, não funciona.
bluetoothctl (como root), quando eu executo "scan on", me diz
Failed to start discovery: org.bluez.Error.NotReady
wminput não consegue encontrar a interface bluetooth:
No Bluetooth interface found
unable to connect
"systemctl status bluetooth" tem a seguinte saída:
● 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
Estou no meu juízo final aqui, tudo parece estar bem, mas nada funciona. O que está acontecendo aqui?