Bluetooth não funciona no Linux Mint 18.2 [fechado]

2

Eu não usei o bluetooth em um sistema Linux antes, mas gostaria de usá-lo agora. Eu tentei usá-lo e não funcionou. Aqui estão algumas informações:

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

Além disso:

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

Você poderia me ajudar? Eu tentei editar o arquivo .config como sugerido pelo usuário Goro abaixo. Eu também desinstalei o Blueberry e instalei o Blueman na esperança de que ele pudesse funcionar. Eu pesquisei extensivamente e descobri que muitos usuários enfrentam problemas semelhantes que se corrigem após uma reinicialização. Isso não aconteceu no meu caso. Meu kernel é atualizado para o mais recente oferecido no Gerenciador de Software.

EDIT: Eu acho que o bluetooth foi descontinuado para o kernel 4.15 e mais recente. Eu li em algum lugar. De qualquer forma, ainda não funciona e estou desistindo agora.

    
por Neetika Bishwas 16.09.2018 / 10:31

1 resposta

1

Como sugerido no fórum Linux Mint , você pode tentar o seguinte:

-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.
    
por 16.09.2018 / 12:03