Bluetooth ligado, mas não pode escanear nenhum dispositivo no Ubuntu 16.04

1

Acabei de fazer uma instalação limpa do Ubuntu 16.04 há algum tempo e tenho usado o meu fone de ouvido bluetooth perfeitamente. No entanto, após uma atualização recente do sistema, o bluetooth deu errado. Ele diz que está habilitado e visível (pode digitalizar e ver o laptop em outros dispositivos Bluetooth), mas quando tento adicionar um dispositivo bluetooth, nenhum dos dispositivos Bluetooth aparece na varredura.

Eu tentei reiniciar o laptop / reinstalar o bluez etc, mas ainda assim o problema persiste. Eu realmente aprecio se alguém puder me ajudar aqui.

Muito obrigado!

Athreya

Eu também presumo que tenho que incluir essa informação na pergunta:

lspci -nnk | grep -iA2 net; lsusb; lsmod | grep blue; rfkill list all; dmesg | egrep -i 'blue|firm'
03:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
    Subsystem: AzureWave AR9485 Wireless Network Adapter [1a3b:2c97]
    Kernel driver in use: ath9k
    Kernel modules: ath9k
--
04:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
    Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:1447]
    Kernel driver in use: r8169
    Kernel modules: r8169
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 13d3:5710 IMC Networks UVC VGA Webcam
Bus 001 Device 003: ID 13d3:3362 IMC Networks Atheros AR3012 Bluetooth 4.0 Adapter
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bluetooth             520192  40 bnep,ath3k,btbcm,btrtl,btusb,rfcomm,btintel
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
[    0.282831] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.979268] usb 1-1.1: Product: Bluetooth USB Host Controller
[    2.228981] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f02)
[   11.866226] Bluetooth: Core ver 2.21
[   11.866244] Bluetooth: HCI device and connection manager initialized
[   11.866248] Bluetooth: HCI socket layer initialized
[   11.866250] Bluetooth: L2CAP socket layer initialized
[   11.866255] Bluetooth: SCO socket layer initialized
[   25.674179] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.674183] Bluetooth: BNEP filters: protocol multicast
[   25.674187] Bluetooth: BNEP socket layer initialized
[   55.996025] Bluetooth: RFCOMM TTY layer initialized
[   55.996033] Bluetooth: RFCOMM socket layer initialized
[   55.996037] Bluetooth: RFCOMM ver 1.11
    
por Athreya Upadhya 08.06.2016 / 14:55

1 resposta

1

A correção é abrir o terminal e depois entrar

bluetoothctl
Isso abre o controle bluetooth no terminal e, em seguida, insira o comando para energizar o dispositivo bluetooth com
power on
E finalmente, ligue a digitalização
scan on

Se mais comandos forem necessários, digite help

    
por Jeremy31 11.06.2016 / 22:20