web-dev-qa-db-ja.com

Bluezへの接続に失敗しました

Bluetooth Managerを起動すると、これが表示されます

Connection to Bluez failed.
bluez daemon is not running, blueman-manager cannot continue...

Bluezとbluemanを再インストールしてみました。

トラブルシューティングしようとしているドングルがいくつかあります。

Sudo /etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:bluetoothd(8)

Sudo rfkill list
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3
fixit7

最近、FitBitドングルを追加しました。それを抜くことにしました。

エラーメッセージなしでBluetoothマネージャが起動しました。

2
fixit7

Bluetoothが無効になっているときにBluetooth Managerを起動すると、このエラーメッセージが表示されます。

Connection to BlueZ failed

修正は、以下のコマンドでターミナルを介してBluetoothサービスを起動することです:

注:以下のコマンドに$を入力しないでください。これは、ターミナルプロンプトを表示するために使用されますその下の端末応答は、Bluetoothサービスが正常に開始されたことを示しています。

$ Sudo /etc/init.d/bluetooth start
[ ok ] Starting bluetooth (via systemctl): bluetooth.service.

Bluetoothサービスが開始されたら、Bluetooth Managerを再度開始すると、次のウィンドウが表示されます。

Bluetooth turned off

その場合は、Enable Bluetoothボタンを押してBluetoothを有効にし、以下のようにメインウィンドウを起動します。

Bluetooth Manager main window

最後に、左上隅のSearchボタンを使用して、Bluetoothデバイスを検索して追加します。

1
Parto