Ubuntu 16.04에서 스트리밍할 때 Bluetooth 충돌

Ubuntu 16.04에서 스트리밍할 때 Bluetooth 충돌

Ubuntu 16.04 시스템의 Bluetooth 드라이버에 문제가 있습니다. 처음 OS를 로드하면 블루투스 트레이 아이콘이 보이고 블루투스 헤드셋에 연결할 수도 있습니다. 헤드셋으로 무언가를 스트리밍하려고 하는 순간 Bluetooth가 충돌하고 컴퓨터를 다시 시작하는 것 외에는 어떤 방법으로도 다시 활성화할 수 없습니다.

일부 로그:

 # dmesg | grep -i bluetooth
[    4.223998] Bluetooth: Core ver 2.21
[    4.224011] Bluetooth: HCI device and connection manager initialized
[    4.224013] Bluetooth: HCI socket layer initialized
[    4.224015] Bluetooth: L2CAP socket layer initialized
[    4.224021] Bluetooth: SCO socket layer initialized
[    4.317038] Bluetooth: hci0: read Intel version: 370810011002270d39
[    4.317039] Bluetooth: hci0: Intel device is already patched. patch num: 39
[    4.393310] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.393311] Bluetooth: BNEP filters: protocol multicast
[    4.393313] Bluetooth: BNEP socket layer initialized
[    7.552520] Bluetooth: RFCOMM TTY layer initialized
[    7.552528] Bluetooth: RFCOMM socket layer initialized
[    7.552532] Bluetooth: RFCOMM ver 1.11
[  238.609823] Bluetooth: hci0 setting interface failed (19)
[  241.041785] Bluetooth: hci0 command 0xfc05 tx timeout
[  241.041786] Bluetooth: hci0: Reading Intel version information failed (-110)
[  241.068201] Bluetooth: hci0: read Intel version: 370810011002270d39
[  241.068202] Bluetooth: hci0: Intel device is already patched. patch num: 39

 # lspci -nnk | grep -iA2 net; lsusb; lsmod | grep blue
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
DeviceName:  Onboard LAN
    Subsystem: Dell Ethernet Connection (3) I218-LM [1028:062e]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 3b)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5510]
    Kernel driver in use: iwlwifi
Bus 001 Device 005: ID 0a5c:5804 Broadcom Corp. BCM5880 Secure Applications Processor with fingerprint swipe sensor
Bus 001 Device 004: ID 1bcf:2b8d Sunplus Innovation Technology Inc. 
Bus 001 Device 006: ID 8087:0a2a Intel Corp. 
Bus 001 Device 002: ID 8087:8001 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
Bus 002 Device 002: ID 045e:07a5 Microsoft Corp. Wireless Receiver 1461C
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bluetooth             557056  15 btrtl,btintel,bnep,btbcm,rfcomm,btusb
 # rfkill list all
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: dell-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

이 문제는 이미 2개의 다른 헤드셋에서 발생했기 때문에 이 헤드셋과 관련이 있는지 의심됩니다.

블루투스가 충돌한 후 블루투스 관리자는 다음과 같습니다.

블루투스 관리자

보시다시피 블루투스를 활성화했는데도 비활성화되어 있습니다. 그리고 "메뉴 표시줄에 블루투스 상태 표시"를 체크했는데도 아무 것도 보이지 않습니다.

변경 사항 없이 bluez를 다시 설치하려고 했습니다.

도와 주셔서 감사합니다!

답변1

사용블루맨 애플릿 1.23우분투 소프트웨어 센터에서. Bluetooth 충돌 문제를 해결하는 방법

관련 정보