我正在尝试将我的 Sony WF-L900 LinkBuds 连接到装有 Ubuntu 的笔记本电脑作为蓝牙耳机。设备已找到,我可以毫无问题地配对,但是,它并未显示为可供选择的音频设备。Ubuntu 21.10 和即将推出的 ubuntu 22.04 的当前每日版本都出现这种情况。
我一直在检查以下内容:
- PulseAudio 和所有必需的蓝牙模块均已安装
module-bluetooth-discovery
- 该设备可以配对(通过
bluetoothctl
)
对我来说,该设备似乎没有通过连接时列出的 GATT 服务宣传其音频功能:
$ bluetoothctl connect E3:47:4C:CF:CA:23
Attempting to connect to E3:47:4C:CF:CA:23
[CHG] Device E3:47:4C:CF:CA:23 Connected: yes
Connection successful
$ bluetoothctl info E3:47:4C:CF:CA:23
Device E3:47:4C:CF:CA:23 (random)
Name: LE_LinkBuds
Alias: LE_LinkBuds
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
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 (45c93e07-d90d-4b93-a9db-91e5dd734e35)
UUID: Vendor specific (55f80aef-d89f-41a4-9e36-0ffc88dc81ce)
UUID: Vendor specific (5b833e05-6bc7-4802-8e9a-723ceca4bd8f)
UUID: Vendor specific (5b833e06-6bc7-4802-8e9a-723ceca4bd8f)
UUID: Vendor specific (5b833e0a-6bc7-4802-8e9a-723ceca4bd8f)
UUID: Vendor specific (67a846ad-de3e-451b-a6d8-7b2899ca2370)
UUID: Vendor specific (91c10d9c-aaef-42bd-b6d6-8a648c19213d)
UUID: Vendor specific (dc405470-a351-4a59-97d8-2e2e3b207fbb)
UUID: Vendor specific (fe59bfa8-7fe3-4a05-9d94-99fadc69faff)
我的蓝牙控制器如下所示:
$ bluetoothctl show
Controller E4:A7:A0:C6:B3:52 (public)
Name: sosa5001-laptop
Alias: sosa5001-laptop
Class: 0x003c010c
Powered: yes
Discoverable: yes
DiscoverableTimeout: 0x00000000
Pairable: yes
UUID: Message Notification Se.. (00001133-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: OBEX Object Push (00001105-0000-1000-8000-00805f9b34fb)
UUID: Message Access Server (00001132-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: IrMC Sync (00001104-0000-1000-8000-00805f9b34fb)
UUID: Vendor specific (00005005-0000-1000-8000-0002ee000001)
UUID: Headset AG (00001112-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Phonebook Access Server (0000112f-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: Headset (00001108-0000-1000-8000-00805f9b34fb)
UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)
UUID: OBEX File Transfer (00001106-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d053C
Discovering: no
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x05 (5)
SupportedIncludes: tx-power
SupportedIncludes: appearance
SupportedIncludes: local-name
这是 Bluez 5.60:
$ bluetoothctl version
Version 5.60
为了能够将我的 Sony WF-L900 LinkBuds 用作 Ubuntu 21.10 或更高版本的耳机,我还缺少什么?
答案1
我查看了索尼针对 Windows/Mac 的设置步骤,其中提到使用外壳进行配对(参见源链接)。我在 Linux Mint 上执行了此操作,成功配对(设备显示为 LinkBuds,不连接到 LE_LinkBuds),现在可用作音频输入(麦克风)和输出(系统声音)。我不明白为什么它不能在 Ubuntu 上正常工作。希望这对您有所帮助,因为我也遇到了问题,不明白为什么我遇到的问题和您一样。
(来源:https://helpguide.sony.net/mdr/linkbuds/v1/en/contents/TP1000448418.html)