JBL LIVE PRO 2 TWS-LE 對,但未顯示為輸入/輸出

JBL LIVE PRO 2 TWS-LE 對,但未顯示為輸入/輸出

我的 Ubuntu 22.04LTS 筆記型電腦(Precision 7670 帶英特爾藍牙裝置)在連接和使用藍牙裝置時沒有出現任何問題,直到我嘗試將最新的 JBL LIVE PRO 2 TWS-LE 耳塞與它配對。 Blueman 連接並將裝置顯示為耳機,但 Ubuntu 的音訊堆疊僅顯示我筆記型電腦的內建揚聲器可供選擇。我嘗試了另一組藍牙耳塞,它們工作得很好,所以我懷疑這是 Intel BT 的問題,而 Ubuntu 的音訊堆疊與 JBL 的最新耳塞有關,因為 bluetoothctl 顯示了該裝置。還有其他想法嗎?

# bluetoothctl
Agent registered
[JBL LIVE PRO 2 TWS-LE]# 
[JBL LIVE PRO 2 TWS-LE]# info
Device 28:6F:40:A9:BC:79 (public)
    Name: JBL LIVE PRO 2 TWS-LE
    Alias: JBL LIVE PRO 2 TWS-LE
    Class: 0x00240404
    Icon: audio-headset
    Paired: yes
    Trusted: yes
    Blocked: no
    Connected: yes
    LegacyPairing: no
    UUID: Serial Port               (00001101-0000-1000-8000-00805f9b34fb)
    UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
    UUID: Handsfree                 (0000111e-0000-1000-8000-00805f9b34fb)
    UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
    UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
    UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
    UUID: Amazon.com Services, Inc. (0000fe03-0000-1000-8000-00805f9b34fb)
    UUID: Google                    (0000fe2c-0000-1000-8000-00805f9b34fb)
    UUID: Vendor specific           (11111111-1111-1111-1111-111111111111)
    UUID: Vendor specific           (33333333-3333-3333-3333-333333333333)
    UUID: Vendor specific           (65786365-6c70-6f69-6e74-2e636f6d0000)
    UUID: Vendor specific           (66666666-6666-6666-6666-666666666666)
    UUID: Vendor specific           (81c2e72a-0591-443e-a1ff-05f988593351)
    UUID: Vendor specific           (931c7e8a-540f-4686-b798-e8df0a2ad9f7)
    UUID: Vendor specific           (df21fe2c-2515-4fdb-8886-f12c4d67927c)
    UUID: Vendor specific           (f8d1fbe4-7966-4334-8024-ff96c9330e15)
    Modalias: bluetooth:v0ECBp2058d001F
[JBL LIVE PRO 2 TWS-LE]# export
SHELL=0x565330edd8d0
HISTORY=0x565330c5d390
DBUS_CONNECTION=0x565330f14700
/org/bluez/hci0=0x565330f1a2c0
/org/bluez/hci0/dev_00_6A_8E_17_0F_BB=0x565330f1cef0
/org/bluez/hci0/dev_04_5D_4B_98_A7_AE=0x565330f1f0d0
/org/bluez/hci0/dev_98_09_CF_62_EE_1C=0x565330f212e0
/org/bluez/hci0/dev_34_81_F4_9B_64_76=0x565330f26b00
/org/bluez/hci0/dev_28_6F_40_A9_BC_79=0x565330f28590
[JBL LIVE PRO 2 TWS-LE]#

答案1

這裡的另一個線程幫助我解決了同樣的問題。

Ubuntu 22.04 無法將藍牙耳機辨識為音訊設備

首先關閉筆記型電腦的藍牙。然後,您必須快速單擊一下,然後按住右耳塞 5 秒鐘。這將使耳機進入配對模式。

然後你打開藍牙。就我而言,與“JBL LIVE PRO 2 TWS-LE”配對不起作用。當耳機顯示為“JBL LIVE PRO 2 TWS”時,我必須與它配對。

我必須重複此過程幾次,直到它在清單中顯示為“JBL LIVE PRO 2 TWS”。

藍牙裝置清單圖:

在此輸入影像描述

答案2

  1. 在 下關閉筆記型電腦的藍牙Settings -> Bluetooth

  2. 若要進入配對模式,請快速按一下,然後按住右耳塞 5 秒鐘。當耳機進入配對模式時,您將在耳機中聽到“配對”一詞。

  3. 從 開啟藍牙Settings -> Bluetooth

  4. 打開終端並bluetoothctl從 bluetoothctl shell run 中運行scan on

  5. 切換回設定頁面Settings -> Bluetooth並觀察您的裝置是否顯示。

$ bluetoothctl 
Waiting to connect to bluetoothd...[bluetooth]# Agent registered
[bluetooth]# scan on
...
[bluetooth]# <- lots of devices might show up depending on how many bluetooth devices are nearby
...
[bluetooth]# [NEW] Device 28:6D:40:A9:BA:CD JBL LIVE PRO 2 TWS
[CHG] Device 28:6D:40:A9:BA:CD Connected: yes

相關內容