硬體

硬體

硬體

也許不完全是這些模型。

設定

我試著跟隨一些 指南,這是我到目前為止所做的:

安裝軟體:

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

我相信您的(舊)藍牙適配器與您的耳機不相容,因為它只是藍牙 v1.1,而您的耳機是 v2.0+。這是基於您在連結中提供的資訊。

因此,首先嘗試使用另一個加密狗。

相關內容