从 Ubuntu 21.10 升级到 22.04 后,我的蓝牙耳机出现了问题——所有与声音相关的蓝牙设备都出现了问题,而这些设备也是我唯一使用的。它们都像往常一样连接/配对,但未被音响系统识别。总之:无法工作。
直觉上,我认为问题与 Pipewire 有关。我该怎么办?除了下面提供的信息外,请告诉我还应该分享什么,以便您在这里指导我。谢谢!
sudo dmesg |grep -i 蓝牙
[ 5.880568] Bluetooth: Core ver 2.22
[ 5.880590] NET: Registered PF_BLUETOOTH protocol family
[ 5.880591] Bluetooth: HCI device and connection manager initialized
[ 5.880593] Bluetooth: HCI socket layer initialized
[ 5.880595] Bluetooth: L2CAP socket layer initialized
[ 5.880597] Bluetooth: SCO socket layer initialized
[ 5.953632] Bluetooth: hci0: Legacy ROM 2.5 revision 1.0 build 3 week 17 2014
[ 5.953637] Bluetooth: hci0: Intel device is already patched. patch num: 32
[ 6.030451] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.030454] Bluetooth: BNEP filters: protocol multicast
[ 6.030457] Bluetooth: BNEP socket layer initialized
[ 6.136540] Bluetooth: RFCOMM TTY layer initialized
[ 6.136546] Bluetooth: RFCOMM socket layer initialized
[ 6.136550] Bluetooth: RFCOMM ver 1.11
sudo 服务蓝牙状态-l
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2022-04-26 16:03:37 -03; 18min ago
Docs: man:bluetoothd(8)
Main PID: 1237 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18853)
Memory: 2.6M
CPU: 780ms
CGroup: /system.slice/bluetooth.service
└─1237 /usr/lib/bluetooth/bluetoothd
Apr 26 16:03:49 legion-y530 bluetoothd[1237]: Endpoint registered: sender=:1.87 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Apr 26 16:03:49 legion-y530 bluetoothd[1237]: Endpoint registered: sender=:1.87 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Apr 26 16:03:49 legion-y530 bluetoothd[1237]: Endpoint registered: sender=:1.87 path=/MediaEndpoint/A2DPSource/faststream
Apr 26 16:03:49 legion-y530 bluetoothd[1237]: Endpoint registered: sender=:1.87 path=/MediaEndpoint/A2DPSource/faststream_duplex
Apr 26 16:04:45 legion-y530 bluetoothd[1237]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
Apr 26 16:05:28 legion-y530 bluetoothd[1237]: Endpoint registered: sender=:1.45 path=/org/bluez/hci0/A2DP/SBC/Source/3
Apr 26 16:09:12 legion-y530 bluetoothd[1237]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 04:52:C7:3C:3F:05: Host is down (112)
Apr 26 16:09:14 legion-y530 bluetoothd[1237]: profiles/audio/a2dp.c:connect_cb() HUP or ERR on socket: Connection reset by peer (104)
Apr 26 16:09:26 legion-y530 bluetoothd[1237]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 04:52:C7:3C:3F:05: Host is down (112)
Apr 26 16:09:28 legion-y530 bluetoothd[1237]: profiles/audio/a2dp.c:connect_cb() HUP or ERR on socket: Connection reset by peer (104)
``