Ubuntu 17.10 - 업그레이드 후 블루투스 장치를 선택하지 못함

Ubuntu 17.10 - 업그레이드 후 블루투스 장치를 선택하지 못함

내 쿠분투를 17.04에서 17.10으로 업그레이드한 후 더 이상 bt 장치를 선택할 수 없습니다.

bt 키보드, bt 마우스, bt 스피커, 안드로이드 폰을 bt하려고 합니다. 아래 창에는 아무것도 표시되지 않습니다.

여기에 이미지 설명을 입력하세요

나는 시도했다:

$ lspci -nnk | grep -iA2 net; lsusb; hciconfig -a; dmesg | egrep -i 'blue|firm'

나는 얻다:

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7] (rev 31)
        Subsystem: Intel Corporation Ethernet Connection (2) I219-LM [8086:2064]
        Kernel driver in use: e1000e
        Kernel modules: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
        Subsystem: Intel Corporation Wireless 8260 [8086:9010]
        Kernel driver in use: iwlwifi
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
hci0:   Type: Primary  Bus: USB
        BD Address: A0:C5:89:53:76:62  ACL MTU: 1021:4  SCO MTU: 96:6
        UP RUNNING PSCAN ISCAN 
        RX bytes:29930 acl:0 sco:0 events:362 errors:0
        TX bytes:5214 acl:0 sco:0 commands:74 errors:0
        Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
        Link policy: RSWITCH SNIFF 
        Link mode: SLAVE ACCEPT 
        Name: 'Bluemoon Universal Bluetooth Host Controller'
        Class: 0x000000
        Service Classes: Unspecified
        Device Class: Miscellaneous, 
        HCI Version: 4.2 (0x8)  Revision: 0x100
        LMP Version: 4.2 (0x8)  Subversion: 0x100
        Manufacturer: Intel Corp. (2)

[    0.114205] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.602781] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
[    2.341734] Bluetooth: Core ver 2.22
[    2.341744] Bluetooth: HCI device and connection manager initialized
[    2.341746] Bluetooth: HCI socket layer initialized
[    2.341748] Bluetooth: L2CAP socket layer initialized
[    2.341752] Bluetooth: SCO socket layer initialized
[    2.349179] Bluetooth: HCI UART driver ver 2.3
[    2.349180] Bluetooth: HCI UART protocol H4 registered
[    2.349181] Bluetooth: HCI UART protocol BCSP registered
[    2.349194] Bluetooth: HCI UART protocol LL registered
[    2.349194] Bluetooth: HCI UART protocol ATH3K registered
[    2.349195] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.349212] Bluetooth: HCI UART protocol Intel registered
[    2.349224] Bluetooth: HCI UART protocol Broadcom registered
[    2.349224] Bluetooth: HCI UART protocol QCA registered
[    2.349225] Bluetooth: HCI UART protocol AG6XX registered
[    2.349225] Bluetooth: HCI UART protocol Marvell registered
[    2.352194] Bluetooth: hci0: Firmware revision 0.0 build 118 week 50 2016
[    2.417815] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8000C-33.ucode failed with error -2
[    2.417946] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8000C-32.ucode failed with error -2
[    2.421670] iwlwifi 0000:03:00.0: loaded firmware version 31.532993.0 op_mode iwlmvm
[    2.523935] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.523936] Bluetooth: BNEP filters: protocol multicast
[    2.523938] Bluetooth: BNEP socket layer initialized
[    4.595293] Bluetooth: RFCOMM TTY layer initialized
[    4.595298] Bluetooth: RFCOMM socket layer initialized
[    4.595301] Bluetooth: RFCOMM ver 1.11
[   29.148960] Bluetooth: Failed to disable LE scan: status 0x0c

무슨 일이 일어나고 있는지 아이디어가 있습니까? 이 문제를 어떻게 해결할 수 있나요?

답변1

커널 4.13.0-16-generic을 사용하는 Ubuntu 17.10에서 이 문제가 발생했습니다.

Bluetooth 어댑터 "8087:0a2b Intel Corp."이 있는데 출력에서 ​​동일한 오류가 나타납니다.

$ dmesg | grep -i Blue

Ubuntu Bluetooth 8087 0a2b Intel Failed to disable LE scan status 0x0c

다음은 문제를 해결한 해결 방법입니다.

  1. 편집하다iwlwifi.conf

    sudo gedit /etc/modprobe.d/iwlwifi.conf
    
  2. 이 파일 끝에 다음 줄을 추가하고 저장합니다.

    options iwlwifi bt_coex_active=0
    
  3. 그런 다음 재부팅하십시오.

이는 회귀 커널 4.13일 수 있습니다.버그 #1729389. 이 버그가 자신에게 영향을 미친다고 생각되면 자신을 영향을 받은 것으로 표시하여 해결되도록 해야 합니다.

동일한 버그 보고서에서 제안된 대체 솔루션은 커널 4.10으로 다운그레이드하는 것일 수 있지만 위의 방법을 먼저 시도하는 것이 더 쉬울 것입니다.

관련 정보