Arch で Bluetooth が起動しない

Arch で Bluetooth が起動しない

外付けCSRドングルのBluetoothの問題に悩まされています。デバイスは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

関連情報