Bluetooth no se inicia en Arch

Bluetooth no se inicia en Arch

Tengo un problema de bluetooth con un dongle CSR externo. Puedo ver el dispositivo conlsusb

Intentando iniciar el demonio manualmente a través de:

sudo /usr/lib/bluetooth/bluetoothd -n

me da:

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)

Cualquier ayuda será apreciada.

Respuesta1

Parece que rfkill lo está bloqueando. Para resolver esto puedes intentar:

rfkill unblock bluetooth

información relacionada