Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 04/10/2017, à 00:47

nautilus12

Problème bluetooth [résolu]

Comme dit dans le titre, le bluetooth semble être fonctionnel à première vue mais il m'est impossible de détecter quoi que ce soit avec (iphone, jbl flip3).
J'ai bien entendu cherché sur les forums avant mais aucune solution ne semble correspondre.
Je pense que le problème vient des 2 erreurs ci-dessous. Je suis sous Xubuntu 16.04 lts.
Merci d'avance les gars.

florian@florian-HP-Pavilion-Notebook:~$ dmesg | grep -i bluetooth
[   18.634854] Bluetooth: Core ver 2.22
[   18.634870] Bluetooth: HCI device and connection manager initialized
[   18.634873] Bluetooth: HCI socket layer initialized
[   18.634875] Bluetooth: L2CAP socket layer initialized
[   18.634879] Bluetooth: SCO socket layer initialized
[   18.753070] Bluetooth: hci0: BCM: chip id 70
[   18.769119] Bluetooth: hci0: BCM43142A
[   18.769132] Bluetooth: hci0: BCM (001.001.011) build 0000
[   18.814996] bluetooth hci0: loading /lib/firmware/brcm/BCM.hcd failed with error -22
[   18.814997] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -22
[   18.814999] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[   20.851446] Bluetooth: hci0 command 0x1003 tx timeout
[   23.664805] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   23.664806] Bluetooth: BNEP filters: protocol multicast
[   23.664809] Bluetooth: BNEP socket layer initialized
[   23.686607] Bluetooth: RFCOMM TTY layer initialized
[   23.686611] Bluetooth: RFCOMM socket layer initialized
[   23.686615] Bluetooth: RFCOMM ver 1.11
florian@florian-HP-Pavilion-Notebook:~$ 
florian@florian-HP-Pavilion-Notebook:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0a5c:216d Broadcom Corp. 
Bus 001 Device 002: ID 1bcf:2c87 Sunplus Innovation Technology Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
florian@florian-HP-Pavilion-Notebook:~$ 

Dernière modification par nautilus12 (Le 04/10/2017, à 02:43)

Hors ligne

#2 Le 04/10/2017, à 02:36

nautilus12

Re : Problème bluetooth [résolu]

J'ai trouvé la solution !
Ouvrir un terminal :
1)apt-get install git
2)git clone git://github.com/jessesung/hex2hcd.git
cd hex2hcd
make (puis entrée avant l'autre commande)
3)./hex2hcd BCM43142A0_001.001.011.0277.0280.hex BCM.hcd
4)sudo cp BCM.hcd /lib/firmware/brcm
5)eteindre et enjoy

! se procurer les drivers windows correspondant à sa carte reseau avant !

Dernière modification par nautilus12 (Le 04/10/2017, à 02:41)

Hors ligne