Erro de Bluetooth

0

Meu Bluetooth no Ubuntu 16.04 não consegue encontrar nenhum dispositivo.

>01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
    Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1025:0918]
    Kernel driver in use: r8169
    Kernel modules: r8169
02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 20)
    Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0804]
    Kernel driver in use: ath10k_pci
    Kernel modules: ath10k_pci, wl
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 04f2:b469 Chicony Electronics Co., Ltd 
Bus 001 Device 003: ID 04ca:3011 Lite-On Technology Corp. 
Bus 001 Device 002: ID 8087:8001 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 002: ID 04d9:a070 Holtek Semiconductor, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    3.585666] Bluetooth: Core ver 2.21
[    3.585679] Bluetooth: HCI device and connection manager initialized
[    3.585682] Bluetooth: HCI socket layer initialized
[    3.585684] Bluetooth: L2CAP socket layer initialized
[    3.585690] Bluetooth: SCO socket layer initialized
[    4.729392] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.729395] Bluetooth: BNEP filters: protocol multicast
[    4.729400] Bluetooth: BNEP socket layer initialized
[    7.487158] Bluetooth: RFCOMM TTY layer initialized
[    7.487165] Bluetooth: RFCOMM socket layer initialized
[    7.487169] Bluetooth: RFCOMM ver 1.11
[ 5026.726411] Bluetooth: hci0 urb ffff880251dbad80 failed to resubmit (2)
[    3.142155] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[    3.248765] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw2.1/board-2.bin failed with error -2
bluetooth             520192  40 bnep,ath3k,btbcm,btrtl,btusb,rfcomm,btintel
    
por Mirko 03.05.2016 / 17:28

2 respostas

0

Abra um terminal.

Recorte e cole os seguintes comandos (todos juntos) e pressione Enter:

pactl unload-module module-bluetooth-discover
pactl load-module module-bluetooth-discover
sudo systemctl restart bluetooth

Você deve ser solicitado a fornecer sua senha. Digite isso. Saia do terminal.

Deve estar ativo e funcionando novamente. Eu acho que isso é algum bug no bluetooth.

No entanto, toda vez que você reiniciar, você terá que executá-lo no Terminal.

Eu apenas coloco em uma nota na área de trabalho e executo-a após cada login.

    
por John Mills 06.06.2016 / 10:49
0

Graças ao Pilot6, o driver para este dispositivo Bluetooth:

Barramento 003 Dispositivo 004: ID 04ca: 3011 Lite-On Technology Corp.

Agora, no kernel proposto pela Yakkety, ele estará disponível nas atualizações da Yakkety quando a tarefa de verificação estiver concluída.

Antes disso, você pode ativar a atualização proposta no Yakkety para tentar.

Referência: link

    
por P.-H. Lin 25.11.2016 / 06:05