Linux Mint 18에서 블루투스가 작동하지 않습니다

Linux Mint 18에서 블루투스가 작동하지 않습니다

Linux Mint 18을 사용하고 있는데 블루투스 아이콘이 표시되지만 검색할 때 장치를 찾을 수 없습니다. 출력은 다음과 같습니다dmesg |grep -i blue

[   12.730623] Bluetooth: Core ver 2.21
[   12.730638] Bluetooth: HCI device and connection manager initialized
[   12.730641] Bluetooth: HCI socket layer initialized
[   12.730642] Bluetooth: L2CAP socket layer initialized
[   12.730647] Bluetooth: SCO socket layer initialized
[   13.001534] Bluetooth: hci0: BCM: chip id 70
[   13.017244] Bluetooth: hci0: BCM43142A
[   13.017250] Bluetooth: hci0: BCM (001.001.011) build 0000
[   13.109889] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[   13.109895] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[   15.115993] Bluetooth: hci0 command 0x1003 tx timeout
[   21.870946] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.870950] Bluetooth: BNEP filters: protocol multicast
[   21.870954] Bluetooth: BNEP socket layer initialized
[   56.510615] Bluetooth: RFCOMM TTY layer initialized
[   56.510623] Bluetooth: RFCOMM socket layer initialized
[   56.510628] Bluetooth: RFCOMM ver 1.11

보시다시피 출력에는 BCM.hcd패치를 찾을 수 없다고 표시되고 hci0 명령은 시간 초과를 표시합니다.

[   13.109889] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[   13.109895] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[   15.115993] Bluetooth: hci0 command 0x1003 tx timeout` 

답변1

방금 Linux Mint 18.1을 설치했습니다. Bluetooth 스피커를 페어링할 수 없습니다.

소프트웨어 관리자로 이동하여 패키지를 설치하십시오."블루먼그런 다음 "메뉴"에서 "모든 앱"으로 이동하여 "Bluetooth"를 마우스 오른쪽 버튼으로 클릭하고 "제거"를 클릭합니다.

Blueman 아이콘이 패널에 나타나 클릭하고 매우 직관적인 메뉴를 따르자 약 1분 안에 Bluetooth 스피커가 작동하게 되었습니다. 사운드 설정으로 이동하여 스피커를 선택하십시오.

매우 간단합니다.

답변2

그냥 설치하세요블루먼기본 패키지 대신 패키지블루베리

sudo apt-get remove blueberry
sudo apt-get install blueman

관련 정보