Ubuntu 16.04.1 LTS Não foi possível encontrar nenhum dispositivo bluetooth (embora seja reconhecido) [duplicado]

2

Sou novo no Linux.

Quando tento usar meu chipset Bluetooth integrado no Huawei Matebook, o adaptador parece bem reconhecido, mas não foi possível encontrar nenhum dispositivo bluetooth.

Eu também tento usar o bluetooth com meu adaptador do tipo dongle e então ele está funcionando

aqui está meu hciconfig -a

~$ hciconfig -a
hci0:   Type: BR/EDR  Bus: USB
BD Address: FC:3F:7C:63:81:35  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING 
RX bytes:2068 acl:0 sco:0 events:116 errors:0
TX bytes:3865 acl:0 sco:0 commands:113 errors:0
Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
Link policy: RSWITCH SNIFF 
Link mode: SLAVE ACCEPT 
Name: 'yeomMate'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.1 (0x7)  Revision: 0x2000
LMP Version: 4.1 (0x7)  Subversion: 0x230f
Manufacturer: Broadcom Corporation (15)

Eu me pergunto por que dizer que o tipo de barramento é USB.

e dmesg |grep [bB]luetooth estão aqui

$ dmesg |grep [bB]luetooth
[    3.276981] Bluetooth: Core ver 2.21
[    3.277036] Bluetooth: HCI device and connection manager initialized
[    3.277040] Bluetooth: HCI socket layer initialized
[    3.277042] Bluetooth: L2CAP socket layer initialized
[    3.277063] Bluetooth: SCO socket layer initialized
[    3.300552] Bluetooth: hci0: BCM: chip id 101
[    3.316606] Bluetooth: hci0: BCM4354A2
[    3.317586] Bluetooth: hci0: BCM4354A2 (001.003.015) build 0000
[    3.317608] bluetooth hci0: Direct firmware load for brcm/BCM4354A2-0a5c-6419.hcd failed with error -2
[    3.317611] Bluetooth: hci0: BCM: Patch brcm/BCM4354A2-0a5c-6419.hcd not found
[    4.329100] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.329104] Bluetooth: BNEP filters: protocol multicast
[    4.329109] Bluetooth: BNEP socket layer initialized
[    8.713237] Bluetooth: RFCOMM TTY layer initialized
[    8.713246] Bluetooth: RFCOMM socket layer initialized
[    8.713254] Bluetooth: RFCOMM ver 1.11

meu bluetooth do tipo usb de trabalho também falha ao direcionar a carga do firmware. mas funciona.

nada está bloqueado em rfkill list

se você quiser alguma outra informação, Terei todo o gosto de acrescentar

    
por YeomHyeonSeop 08.02.2017 / 13:57

1 resposta

1

Você precisa baixar os drivers do Windows BT do site da Huawei

link

Você precisará pressionar "carregar mais" algumas vezes para vê-lo.

Em seguida, use esta resposta para converter e instalar o firmware.

O nome do seu arquivo .hcd deve ser BCM4354A2-0a5c-6419.hcd .

    
por Pilot6 08.02.2017 / 14:18