Bluetooth não inicia no Arch

Bluetooth não inicia no Arch

Estou sofrendo de um problema de bluetooth com um dongle CSR externo. Eu posso ver o dispositivo comlsusb

Tentando iniciar o daemon manualmente via:

sudo /usr/lib/bluetooth/bluetoothd -n

me dá:

bluetoothd[5103]: Bluetooth daemon 5.40
bluetoothd[5103]: Starting SDP server
bluetoothd[5103]: Bluetooth management interface 1.12 initialized
bluetoothd[5103]: Failed to obtain handles for "Service Changed" characteristic
bluetoothd[5103]: Sap driver initialization failed.
bluetoothd[5103]: sap-server: Operation not permitted (1)
bluetoothd[5103]: Failed to set mode: Blocked through rfkill (0x12)

Qualquer ajuda será apreciada.

Responder1

Parece que o rfkill está bloqueando. Para resolver isso você pode tentar:

rfkill unblock bluetooth

informação relacionada