Ubuntu 18.04에서 Bluetooth가 작동하지 않음(Dell Inspirion 11 3148)

Ubuntu 18.04에서 Bluetooth가 작동하지 않음(Dell Inspirion 11 3148)

최근에 Windows 10 및 Ubuntu 18.04로 이중 부팅을 수행했지만 Bluetooth가 장치를 검색하지 못하는 문제가 있습니다. 계속해서 장치를 검색하고 있습니다. 그러나 Bluetooth는 다른 장치에서 볼 수 있습니다.

나는 내가 찾은 거의 모든 것을 시도했습니다. 나는 이것을 시도했다:

  1. 우분투 18.04 LTS 블루투스 [0cf3:3004] 검색이 작동하지 않습니다.
  2. https://www.devmanuals.net/install/ubuntu/ubuntu-16-04-LTS-Xenial-Xerus/how-to-install-bluetooth.html

달리기:

lspci -nnk | grep -iA3 net; lsusb; rfkill list; uname -r; dmesg | egrep -i 'blue|firm'

다음을 제공합니다:

01:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)
    Subsystem: Dell BCM43142 802.11b/g/n [1028:0018]
    Kernel driver in use: wl
    Kernel modules: bcma, wl
Bus 001 Device 003: ID 0a5c:216a Broadcom Corp. 
Bus 001 Device 002: ID 8087:8000 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 004: ID 04f3:0396 Elan Microelectronics Corp. 
Bus 002 Device 003: ID 0c45:64cb Microdia 
Bus 002 Device 002: ID 0483:91d1 STMicroelectronics Sensor Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
5.4.0-74-generic
[    0.010558] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.059276] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    4.629272] Bluetooth: Core ver 2.22
[    4.629302] Bluetooth: HCI device and connection manager initialized
[    4.629307] Bluetooth: HCI socket layer initialized
[    4.629310] Bluetooth: L2CAP socket layer initialized
[    4.629314] Bluetooth: SCO socket layer initialized
[    4.848235] Bluetooth: hci0: BCM: chip id 70
[    4.849239] Bluetooth: hci0: BCM: features 0x06
[    4.963369] Bluetooth: hci0: VANP-Inspiron-11-3148
[    4.964282] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[    4.969977] bluetooth hci0: Direct firmware load for brcm/BCM43142A0-0a5c-216a.hcd failed with error -2
[    4.969981] Bluetooth: hci0: BCM: Patch brcm/BCM43142A0-0a5c-216a.hcd not found
[    6.805812] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.805815] Bluetooth: BNEP filters: protocol multicast
[    6.805822] Bluetooth: BNEP socket layer initialized
[    6.984108] Bluetooth: hci0: command 0x1003 tx timeout
[    6.986230] Bluetooth: hci0: unexpected event for opcode 0x1003
[   21.246799] Bluetooth: RFCOMM TTY layer initialized
[   21.246805] Bluetooth: RFCOMM socket layer initialized
[   21.246811] Bluetooth: RFCOMM ver 1.11

Bluetooth 창은 이 스크린샷과 같이 고정되어 있으며 절대 변경되지 않습니다.

블루투스 창

저는 Linux를 처음 사용하므로 제안할 수 있는 명령에 대해 조금 더 자세히 설명해 보십시오.

관련 정보