스피커에 연결되면 Bluetooth가 무작위로 다시 시작됩니다.

스피커에 연결되면 Bluetooth가 무작위로 다시 시작됩니다.

나는 내 Linux Mint가 더 이상 내 Bluetooth 스피커와 작동하지 않는 이유를 알아내려고 하루 종일 보냈습니다(몇 달 전에는 잘 작동했습니다). 이 질문의 좋은 점은 마침내 내 시스템을 업데이트할 수 있다는 것입니다(예: Linux Mint 19.3을 실행 중입니다).

felix@felix ~ $ bluetoothctl --version
bluetoothctl: 5.50

연결된 스피커는 제대로 작동하며 운이 좋으면 몇 초 동안 연결이 유지되고 소리가 들립니다. 그러나 어느 시점에서 연결이 중단됩니다. 로그를 보면 어떤 이유에서인지 전체 Bluetooth 서비스가 다시 시작되는 것 같습니다. 그 순간에 다음과 같이 표시되기 때문입니다.

Jun  1 22:42:43 felix kernel: [ 1358.725890] usb 3-7: USB disconnect, device number 11
Jun  1 22:42:43 felix acpid: input device has been disconnected, fd 18
Jun  1 22:42:43 felix bluetoothd[7507]: Endpoint unregistered: sender=:1.49 path=/MediaEndpoint/A2DPSource
Jun  1 22:42:43 felix bluetoothd[7507]: Endpoint unregistered: sender=:1.49 path=/MediaEndpoint/A2DPSink
Jun  1 22:42:44 felix NetworkManager[2472]: <info>  [1591044163.9861] bluez5: NAP: removed interface AD:E9:25:D1:52:37
Jun  1 22:42:44 felix systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun  1 22:42:44 felix systemd[1]: bluetooth.target: Unit not needed anymore. Stopping.
Jun  1 22:42:44 felix systemd[1]: Stopped target Bluetooth.
Jun  1 22:42:44 felix systemd-rfkill[7547]: Failed to open device rfkill9: No such device
Jun  1 22:42:44 felix systemd[1]: Started Load/Save RF Kill Switch Status.
Jun  1 22:42:44 felix kernel: [ 1359.001760] usb 3-7: new full-speed USB device number 12 using xhci_hcd
Jun  1 22:42:44 felix kernel: [ 1359.130692] usb 3-7: New USB device found, idVendor=8087, idProduct=07dc
Jun  1 22:42:44 felix kernel: [ 1359.130695] usb 3-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun  1 22:42:44 felix kernel: [ 1359.144660] Bluetooth: hci0: read Intel version: 3707100180012d0d2a
Jun  1 22:42:44 felix kernel: [ 1359.144662] Bluetooth: hci0: Intel device is already patched. patch num: 2a
Jun  1 22:42:44 felix laptop-mode: enabled, not active
Jun  1 22:42:44 felix NetworkManager[2472]: <info>  [1591044164.4263] bluez5: NAP: added interface AD:E9:25:D1:52:37
Jun  1 22:42:44 felix systemd[1]: Started Session c27 of user felix.
Jun  1 22:42:44 felix bluetoothd[7507]: Endpoint registered: sender=:1.49 path=/MediaEndpoint/A2DPSource
Jun  1 22:42:44 felix bluetoothd[7507]: Endpoint registered: sender=:1.49 path=/MediaEndpoint/A2DPSink

또한 이상한 점은 로그에 표시된 대로 USB 장치를 연결하거나 연결 해제하지 않는다는 것입니다.

Bluetooth도 rfkill에 의해 차단되지 않습니다.

felix@felix ~ $ rfkill list
0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
2: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no

어떤 아이디어가 있나요?

관련 정보