![Linux Mint 18.2에서 Bluetooth가 작동하지 않습니다.](https://linux55.com/image/11101/Linux%20Mint%2018.2%EC%97%90%EC%84%9C%20Bluetooth%EA%B0%80%20%EC%9E%91%EB%8F%99%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
Linux
이전에는 시스템에서 Bluetooth를 사용해 본 적이 없었지만 지금은 사용하고 싶습니다. 사용해 보았는데 전혀 작동하지 않습니다. 다음은 몇 가지 정보입니다.
dmesg | grep -i bluetooth
[ 21.787508] Bluetooth: Core ver 2.22
[ 21.787528] Bluetooth: HCI device and connection manager initialized
[ 21.787530] Bluetooth: HCI socket layer initialized
[ 21.787532] Bluetooth: L2CAP socket layer initialized
[ 21.787535] Bluetooth: SCO socket layer initialized
[ 21.961854] Bluetooth: hci0: BCM: chip id 70
[ 21.962852] Bluetooth: hci0: BCM: features 0x06
[ 21.978852] Bluetooth: hci0: BCM43142A
[ 21.978855] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 24.604038] Bluetooth: hci0: command 0x0a0a tx timeout
[ 26.844010] Bluetooth: hci0: BCM: Patch command 0a0a failed (-19)
[ 28.956044] Bluetooth: hci0: command 0x1001 tx timeout
[ 37.084103] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 39.420553] Bluetooth: hci0: command 0x1001 tx timeout
[ 47.583855] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 47.998349] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 47.998351] Bluetooth: BNEP filters: protocol multicast
[ 47.998355] Bluetooth: BNEP socket layer initialized
또한:
hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:318 acl:0 sco:0 events:8 errors:0
TX bytes:43 acl:0 sco:0 commands:11 errors:0
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
uname -a
Linux xena-HP-Notebook 4.15.0-34-generic #37~16.04.1-Ubuntu SMP Tue Aug 28 10:44:06 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
아래 Goro 사용자가 제안한 대로 .config 파일을 편집해 보았습니다. 또한 Blueberry를 제거하고 Blueman을 설치하여 작동하기를 바랐습니다. Google에서 광범위하게 검색한 결과 많은 사용자가 재부팅 후 스스로 해결되는 유사한 문제에 직면하고 있음을 발견했습니다. 내 경우에는 이런 일이 발생하지 않았습니다. 내 커널이 소프트웨어 관리자에서 사용 가능한 최신 버전으로 업데이트되었습니다.
편집: 커널 4.15 이상에서는 블루투스 사용이 중단된 것 같습니다. 어딘가에서 읽었습니다. 어쨌든 여전히 작동하지 않아 지금은 포기했습니다.
답변1
제안대로리눅스 민트 포럼, 다음을 시도해 볼 수 있습니다.
-Change #AutoEnable=false to AutoEnable=true in the /etc/bluetooth/main.conf (notice new line is un-commented)
-Unpair the headset
-Restart the bluetooth service sudo /etc/init.d/bluetooth restart
-Pair your headset again and connect it
-Go to sound settings. From the output device tab you should now see the headset listed along with other output device like internal speakers
-Choose it as the sound output device.