내 컴퓨터를 Ubuntu 18.04에서 Ubuntu 20.04로 업그레이드했습니다. 업그레이드 후 Bluetooth 헤드폰의 오디오 재생이 중지되었습니다. 브라우저의 모든 스트리밍 비디오는 자동으로 차단됩니다.
상태를 확인해보니-
anton@anton-X510UNR:~$ sudo /etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-05-23 11:39:55 IST; 1h 25min ago
Docs: man:bluetoothd(8)
Main PID: 1076 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9350)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─1076 /usr/lib/bluetooth/bluetoothd
May 23 11:39:55 anton-X510UNR bluetoothd[1076]: Bluetooth daemon 5.53
May 23 11:39:55 anton-X510UNR systemd[1]: Started Bluetooth service.
May 23 11:39:55 anton-X510UNR bluetoothd[1076]: Starting SDP server
May 23 11:39:55 anton-X510UNR bluetoothd[1076]: Bluetooth management interface 1.14 initialized
May 23 11:40:15 anton-X510UNR bluetoothd[1076]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSink/sbc
May 23 11:40:15 anton-X510UNR bluetoothd[1076]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource/sbc
May 23 11:40:42 anton-X510UNR bluetoothd[1076]: Endpoint registered: sender=:1.139 path=/MediaEndpoint/A2DPSink/sbc
May 23 11:40:42 anton-X510UNR bluetoothd[1076]: Endpoint registered: sender=:1.139 path=/MediaEndpoint/A2DPSource/sbc
May 23 11:40:42 anton-X510UNR bluetoothd[1076]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
May 23 11:40:42 anton-X510UNR bluetoothd[1076]: RFCOMM server failed for :1.139/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)
오류 로그를 보면 오디오 펄스 문제와 더 비슷해 보입니다. 나는 이것을 수정하려고 노력했습니다.
snap install pulseaudio
그러나 이것은 나에게 도움이 되지 않습니다. 여기 로그가 있습니다 -
anton@anton-X510UNR:~$ snap install pulseaudio
pulseaudio 8.0-3 from Canonical* installed
anton@anton-X510UNR:~$ snap interfaces pulseaudio
Slot Plug
:home pulseaudio
:network pulseaudio
pulseaudio:service pulseaudio:client
'snap interfaces' is deprecated; use 'snap connections'.
anton@anton-X510UNR:~$ sudo /etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-05-23 13:27:48 IST; 1h 32min ago
Docs: man:bluetoothd(8)
Main PID: 1097 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9350)
Memory: 3.1M
CGroup: /system.slice/bluetooth.service
└─1097 /usr/lib/bluetooth/bluetoothd
May 23 14:52:03 anton-X510UNR bluetoothd[1097]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSink/sbc
May 23 14:52:03 anton-X510UNR bluetoothd[1097]: Endpoint unregistered: sender=:1.139 path=/MediaEndpoint/A2DPSource/sbc
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: RFCOMM server failed for :1.139/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: Failed to set mode: Blocked through rfkill (0x12)
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: Endpoint registered: sender=:1.80 path=/MediaEndpoint/A2DPSink/sbc
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: Endpoint registered: sender=:1.80 path=/MediaEndpoint/A2DPSource/sbc
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: Endpoint registered: sender=:1.139 path=/MediaEndpoint/A2DPSink/sbc
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: Endpoint registered: sender=:1.139 path=/MediaEndpoint/A2DPSource/sbc
May 23 14:52:05 anton-X510UNR bluetoothd[1097]: Failed to set mode: Blocked through rfkill (0x12)
내 컴퓨터의 Bluetooth 관련 패키지입니다.
anton@anton-X510UNR:~$ dpkg -l | grep -i blue
ii bluez 5.53-0ubuntu3 amd64 Bluetooth tools and daemons
ii bluez-cups 5.53-0ubuntu3 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.53-0ubuntu3 amd64 bluez obex daemon
ii gir1.2-gnomebluetooth-1.0:amd64 3.34.1-1 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.34.1-1 amd64 GNOME Bluetooth tools
ii libbluetooth3:amd64 5.53-0ubuntu3 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.34.1-1 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:13.99.1-1ubuntu3.2 amd64 Bluetooth module for PulseAudio sound server
이 문제를 해결하는 데 도움을 줄 수 있는 사람이 있나요?