🤷♂️
【トラブルシューティング】UbuntuのBluetoothがConnection timed out (110)となって起動しない
背景
UbuntuにBluetoothアダプタを指してHCIを起動させようとすると,Can't init device hci0: Connection timed out (110)
となって上手く起動しない場合がある.その場合の対処法を記述する.
手順
以下のコマンドを順に実行.
対処のHCI名はhci0
と仮定する.
sudo hciconfig hci0 down
sudo rmmod btusb
sudo modprobe btusb
sudo hciconfig hci0 up
Discussion