ハードウェア

ハードウェア

ハードウェア

おそらく、これらのモデルとまったく同じではないでしょう。

設定

私は従おうとしたいくつかの ガイドこれまで私がやってきたことは次のとおりです。

ソフトウェアをインストールする:

sudo apt-get install bluez-utils bluez-alsa

再起動します(念のため):

$ dmesg | grep -i bluetooth
[   20.268212] Bluetooth: Core ver 2.16
[   20.268230] Bluetooth: HCI device and connection manager initialized
[   20.268233] Bluetooth: HCI socket layer initialized
[   20.268235] Bluetooth: L2CAP socket layer initialized
[   20.268239] Bluetooth: SCO socket layer initialized
[   20.284685] Bluetooth: RFCOMM TTY layer initialized
[   20.284692] Bluetooth: RFCOMM socket layer initialized
[   20.284693] Bluetooth: RFCOMM ver 1.11
[   20.335375] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.335378] Bluetooth: BNEP filters: protocol multicast

デーモンは実行中です:

$ /etc/init.d/bluetooth status
[ ok ] bluetooth is running.

ドングルを接続します:

$ dmesg | tail
[...]
[23108.352034] usb 5-2: new full-speed USB device number 2 using ohci_hcd
[23108.571131] usb 5-2: New USB device found, idVendor=0a12, idProduct=0001
[23108.571136] usb 5-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[23108.629042] usbcore: registered new interface driver btusb

ヘッドフォンをペアリングモードにして、スキャンを試してください。

$ hcitool scan
Scanning ...

何も見つかりません。次は何ですか? 何を試せばいいですか? ヒントをいただければすぐにこの回答を更新します。

答え1

あなたの (古い) Bluetooth ドングルは、ヘッドセットと互換性がないと思われます。それは、Bluetooth v1.1 であるのに対し、あなたのヘッドセットは v2.0+ だからです。これは、リンクで提供された情報に基づいています。

したがって、まず別のドングルを使用してみてください。

関連情報