Bluetooth startet auf Arch nicht

Bluetooth startet auf Arch nicht

Ich habe ein Bluetooth-Problem mit einem externen CSR-Dongle. Ich kann das Gerät mitlsusb

Versuch, den Daemon manuell zu starten über:

sudo /usr/lib/bluetooth/bluetoothd -n

gibt mir:

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)

Jede Hilfe wird geschätzt.

Antwort1

Es sieht so aus, als ob rfkill es blockiert. Um das Problem zu beheben, können Sie Folgendes versuchen:

rfkill unblock bluetooth

verwandte Informationen