Arch에서 Bluetooth가 시작되지 않음

Arch에서 Bluetooth가 시작되지 않음

외부 CSR 동글에 블루투스 문제가 있습니다. 나는 장치를 볼 수 있습니다lsusb

다음을 통해 수동으로 데몬을 시작하려고 합니다.

sudo /usr/lib/bluetooth/bluetoothd -n

나에게 제공 :

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)

도움을 주시면 감사하겠습니다.

답변1

rfkill이 이를 차단하고 있는 것 같습니다. 이 문제를 해결하려면 다음을 시도해 보세요.

rfkill unblock bluetooth

관련 정보