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/04/2018, à 21:37

akaseltzer

Pas de détection bluetooth

Bonjour,

J'ai un HP x360 - 11-p101la (ENERGY STAR) avec Ubuntu tout fraîchement installé dessus

En bluettoth ça mouline et aucun périphérique n'est détecté, que puis-je faire ?

Hors ligne

#2 Le 04/04/2018, à 21:38

xubu1957

Re : Pas de détection bluetooth

Bonjour,

Il faut fournir, en te servant du Retour utilisable de commande :

uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
sudo service bluetooth status
dpkg -l | grep blue

et :

rfkill list all
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 04/04/2018, à 22:07

akaseltzer

Re : Pas de détection bluetooth

pounti@pounti-HP-Convertible-x360:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux pounti-HP-Convertible-x360 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)
	Subsystem: Hewlett-Packard Company BCM43142 802.11b/g/n [103c:2230]
	Kernel driver in use: wl
--
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
	Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:802b]
	Kernel driver in use: r8169
	Kernel modules: r8169
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0a5c:216c Broadcom Corp. BCM43142A0 Bluetooth Device
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 002: ID 0bda:57c4 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    5.171455] Bluetooth: Core ver 2.22
[    5.171481] Bluetooth: HCI device and connection manager initialized
[    5.171486] Bluetooth: HCI socket layer initialized
[    5.171493] Bluetooth: L2CAP socket layer initialized
[    5.171502] Bluetooth: SCO socket layer initialized
[    5.214553] Bluetooth: HCI UART driver ver 2.3
[    5.214556] Bluetooth: HCI UART protocol H4 registered
[    5.214557] Bluetooth: HCI UART protocol BCSP registered
[    5.214595] Bluetooth: HCI UART protocol LL registered
[    5.214597] Bluetooth: HCI UART protocol ATH3K registered
[    5.214598] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.214657] Bluetooth: HCI UART protocol Intel registered
[    5.214685] Bluetooth: HCI UART protocol Broadcom registered
[    5.214686] Bluetooth: HCI UART protocol QCA registered
[    5.214687] Bluetooth: HCI UART protocol AG6XX registered
[    5.214689] Bluetooth: HCI UART protocol Marvell registered
[    5.802561] Bluetooth: hci0: BCM: chip id 70
[    5.803510] Bluetooth: hci0: BCM: features 0x06
[    5.819643] Bluetooth: hci0: BCM43142A
[    5.819658] Bluetooth: hci0: BCM (001.001.011) build 0000
[    5.831589] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[    5.831595] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[    7.526064] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.526067] Bluetooth: BNEP filters: protocol multicast
[    7.526072] Bluetooth: BNEP socket layer initialized
[   27.903357] Bluetooth: RFCOMM TTY layer initialized
[   27.903368] Bluetooth: RFCOMM socket layer initialized
[   27.903381] Bluetooth: RFCOMM ver 1.11
[    1.138240] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    5.831589] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
bluetooth             544768  33 btrtl,hci_uart,btintel,btqca,bnep,btbcm,rfcomm,btusb
ecdh_generic           24576  1 bluetooth
pounti@pounti-HP-Convertible-x360:~$ sudo service bluetooth status
[sudo] Mot de passe de pounti : 
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth serv
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP serve
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth manageme
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth servi
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registere
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registere
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset:
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth servi
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth managemen
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth servic
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: ena
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service..
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management in
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: se
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: se
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabl
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management inte
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: send
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: send
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enable
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management inter
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sende
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sende
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interfac
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.14 ini
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.14 initia
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/Me
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/Me
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.14 initiali
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/Medi
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/Medi
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.14 initialized
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/MediaEndp
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/MediaEndp
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.14 initialized
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/MediaEndpoint/A2
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/MediaEndpoint/A2
~
~
~
~
~
~
lines 1-17/17 (END)
























● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-04 22:59:52 CEST; 6min ago
     Docs: man:bluetoothd(8)
 Main PID: 682 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─682 /usr/lib/bluetooth/bluetoothd

avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Starting Bluetooth service...
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth daemon 5.46
avril 04 22:59:52 pounti-HP-Convertible-x360 bluetoothd[682]: Starting SDP server
avril 04 22:59:53 pounti-HP-Convertible-x360 bluetoothd[682]: Bluetooth management interface 1.14 initialized
avril 04 22:59:52 pounti-HP-Convertible-x360 systemd[1]: Started Bluetooth service.
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/MediaEndpoint/A2DP
avril 04 23:00:13 pounti-HP-Convertible-x360 bluetoothd[682]: Endpoint registered: sender=:1.78 path=/MediaEndpoint/A2DP
~
~
~
~
~
~
lines 1-17/17 (END)

Dernière modification par akaseltzer (Le 04/04/2018, à 22:39)

Hors ligne

#4 Le 04/04/2018, à 22:10

akaseltzer

Re : Pas de détection bluetooth

pounti@pounti-HP-Convertible-x360:~$ dpkg -l | grep blue
ii  bluewho                                    0.1-2                                       all          notifies new discovered bluetooth devices
ii  bluez                                      5.46-0ubuntu3                               amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.46-0ubuntu3                               amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                5.46-0ubuntu3                               amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-1.0:amd64            3.26.1-1                                    amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.26.1-1                                    amd64        GNOME Bluetooth tools
ii  indicator-bluetooth                        0.0.6+17.10.20170605-0ubuntu3               amd64        System bluetooth indicator.
ii  libbluetooth3:amd64                        5.46-0ubuntu3                               amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth13:amd64                 3.26.1-1                                    amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:10.0-2ubuntu3.1                           amd64        Bluetooth module for PulseAudio sound server
ii  python-bluez                               0.22-1                                      amd64        Python wrappers around BlueZ for rapid bluetooth development

Dernière modification par akaseltzer (Le 04/04/2018, à 22:36)

Hors ligne

#5 Le 04/04/2018, à 22:12

akaseltzer

Re : Pas de détection bluetooth

pounti@pounti-HP-Convertible-x360:~$ rfkill list all
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Dernière modification par akaseltzer (Le 04/04/2018, à 22:36)

Hors ligne

#6 Le 05/04/2018, à 05:04

xubu1957

Re : Pas de détection bluetooth

Bonjour,

Vu le message d'erreur :

Direct firmware load for brcm/BCM.hcd failed 
Le 03/03/2017,putxe a écrit :

Bonsoir, je vous envoie ce message 4 mois après nos derniers échanges, car j'ai réussi à résoudre mon souci de bluetooth.
Tout d'abord je tiens à préciser que je suis passé à Ubuntu Gnome 16.04, mais je pense que cette solution aurait fonctionné pour mon ancien os (ubuntu 14.04).

Le souci venait du driver Broadcomm (Broadcom BCM43142A0 pour ma part), qui n'est pas installé sur linux.
Je suis donc tombé sur la discussion suivante : cliquez ici
Elle détaille toute la procédure à suivre pour installer le pilote bluetooth Broadcomm sur votre boot linux.
Après extinction et démarrage du pc, et non pas un simple redémarrage, mes périphériques bluetooth sont (enfin) reconnus par mon pc.

J'espère que ce lien aidera les personnes ayant rencontré le même problème que moi.

Bonne soirée,

Putxe


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#7 Le 08/04/2018, à 18:07

akaseltzer

Re : Pas de détection bluetooth

waie suis perdu sad

lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0a5c:216c Broadcom Corp. BCM43142A0 Bluetooth Device
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 002: ID 0bda:57c4 Realtek Semiconductor Corp. 
Bus 001 Device 005: ID 046d:c05b Logitech, Inc. M-U0004 810-001317 [B110 Optical USB Mouse]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

donc j'imagine que je dois choper le 0a5c:216c Broadcom Corp. BCM43142A0 Bluetooth Device non ?

plus de détail :

usb-devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 6
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=04.13
S:  Manufacturer=Linux 4.13.0-38-generic xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:00:14.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  5 Spd=1.5 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=046d ProdID=c05b Rev=54.00
S:  Manufacturer=Logitech
S:  Product=USB Optical Mouse
C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=98mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usbhid

T:  Bus=01 Lev=01 Prnt=01 Port=02 Cnt=02 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0bda ProdID=57c4 Rev=00.03
S:  Manufacturer=Generic
S:  Product=HP Truevision HD
S:  SerialNumber=DETGR019I9C2NM
C:  #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo
I:  If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo

T:  Bus=01 Lev=01 Prnt=01 Port=03 Cnt=03 Dev#=  3 Spd=480 MxCh= 4
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1a40 ProdID=0101 Rev=01.11
S:  Product=USB 2.0 Hub
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=02 Prnt=03 Port=02 Cnt=01 Dev#=  4 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0a5c ProdID=216c Rev=01.12
S:  Manufacturer=Broadcom Corp
S:  Product=BCM43142A0
S:  SerialNumber=D85DE2A3BDAC
C:  #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
I:  If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
I:  If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=btusb
I:  If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=5000 MxCh= 1
D:  Ver= 3.00 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
P:  Vendor=1d6b ProdID=0003 Rev=04.13
S:  Manufacturer=Linux 4.13.0-38-generic xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=0000:00:14.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

Hors ligne

#8 Le 08/04/2018, à 18:22

xubu1957

Re : Pas de détection bluetooth

Bonjour,

Pour :

ID 0a5c:216c Broadcom Corp. BCM43142A0 Bluetooth Device

Le pilote est dans la liste > github.com/winterheart/broadcom-bt-firmware

Listes des pilotes a écrit :

...
BCM43142A0-0a5c-216a.hcd    Version 12.0.1.940    a year ago
BCM43142A0-0a5c-216c.hcd    Version 12.0.1.940    a year ago
BCM43142A0-0a5c-216d.hcd    Version 12.0.1.940    a year ago


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#9 Le 08/04/2018, à 19:39

akaseltzer

Re : Pas de détection bluetooth

ok je l'ai

dans le post que tu as déterré je dois ensuite : Place the firmware file to your home folder

Je dois le benner ou du coup ?

Hors ligne

#10 Le 08/04/2018, à 19:58

xubu1957

Re : Pas de détection bluetooth

Tu est allé sur cette page > github.com/winterheart ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#11 Le 09/04/2018, à 21:38

akaseltzer

Re : Pas de détection bluetooth

Bonsoir,
Non je n'y étais pas allé, mais je viens de lire et je suis tout autant perdu et ne sait pas quoi faire du firmware téléchargé !

Hors ligne

#12 Le 09/04/2018, à 21:54

xubu1957

Re : Pas de détection bluetooth

Bonsoir,

Je n'ai jamais pratiqué ces commandes. Il faut attendre l'aide d'un expert.
_ _ _

traduction a écrit :

Entrez la commande suivante pour découvrir le nom du pilote que le noyau recherche lors du chargement des lecteurs lors du démarrage:

dmesg | grep -i 'firmware load'

Essayez celui-ci s'il ne trouve rien:

dmesg | grep -i 'bluetooth'

Le résultat devrait être quelque chose comme ceci:

bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2

Explication: dans mon cas, le noyau recherche le fichier BCM.hcd sous le répertoire /lib/firmware/brcm où les pilotes Broadcom sont supposés être. Si le noyau cherche un autre nom de pilote, vous devez renommer le fichier du pilote ( BCM43142A0-0a5c-216c.hcd dans mon cas pour le BCM43142 (0a5c: 216d)) au nom requis par le noyau.

Déplacez le pilote renommé (BCM.hcd) dans votre répertoire personnel (/ home / YourUsername /) et exécutez la commande suivante afin de le déplacer vers le dossier que le noyau recherche pendant le démarrage:

sudo mv ~/BCM.hcd /lib/firmware/brcm

Vous devez utiliser le pilote correspondant en fonction de votre périphérique et le renommer si nécessaire pour le noyau.

Redémarrez votre ordinateur et cela devrait fonctionner! * (Vous pouvez entrer

 dmesg | grep -i 'bluetooth'

une fois de plus pour voir si le pilote a été chargé)

dans > bluetooth-broadcom-43142-isnt-working

Dernière modification par xubu1957 (Le 09/04/2018, à 22:13)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#13 Le 09/04/2018, à 22:07

akaseltzer

Re : Pas de détection bluetooth

dmesg | grep -i 'firmware load'
[    6.021755] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2

Hors ligne

#14 Le 09/04/2018, à 22:31

akaseltzer

Re : Pas de détection bluetooth

désolé je n'arrive pas à aller plus loin, j'ai trouvé sur mon ordi un répertoire /lib/firmware/brcm mais y'a que des .bim dedans sad

Hors ligne

#15 Le 10/04/2018, à 06:46

xubu1957

Re : Pas de détection bluetooth

Bonjour,

Autre méthode :

JeremyB a écrit :

Try
Essaye :

wget https://www.dropbox.com/s/olqnqevf698lddo/fw-0a5c_216d.hcd
sudo cp fw-0a5c_216d.hcd /lib/firmware/brcm/BCM43142A0-0a5c-216d.hcd

> Broadcom 43142 bluetooth not working

Dernière modification par xubu1957 (Le 10/04/2018, à 06:47)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#16 Le 10/04/2018, à 17:48

Nuliel

Re : Pas de détection bluetooth

Bonjour,

Juste pour l'explication: au post 6, xubu1957 a indiqué un lien qui explique comment à partir du pilote bluetooth adapté pour windows on peut récupérer le fichier hcd qui permettra de faire fonctionner le bluetooth sur linux.
Winterheart a gentillement regroupé les fichiers hcd sur son github afin qu'on n'ait plus besoin d'extraire ce fichier des pilotes windows.
Donc du coup, ce qu'il faut faire, c'est mettre le fichier hcd dans le dossier /lib/firmware/brcm .
Pour voir où on en est, tu peux donner le retour de

ls /lib/firmware/brcm

Dernière modification par Nuliel (Le 10/04/2018, à 17:48)

Hors ligne

#17 Le 16/04/2018, à 18:21

akaseltzer

Re : Pas de détection bluetooth

Bonjour Xubu1957

Voici pour la première commande, la seconde du sudo ne fonctionne pas :

pounti@pounti-HP-Convertible-x360:~$ wget https://www.dropbox.com/s/olqnqevf698lddo/fw-0a5c_216d.hcd
--2018-04-16 19:17:29--  https://www.dropbox.com/s/olqnqevf698lddo/fw-0a5c_216d.hcd
Résolution de www.dropbox.com (www.dropbox.com)… 2620:100:6023:1::a27d:4301, 162.125.67.1
Connexion à www.dropbox.com (www.dropbox.com)|2620:100:6023:1::a27d:4301|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : non indiqué [text/html]
Enregistre : «fw-0a5c_216d.hcd»

fw-0a5c_216d.hcd        [       <=>          ] 186,59K  80,3KB/s    ds 2,3s    

2018-04-16 19:17:33 (80,3 KB/s) - «fw-0a5c_216d.hcd» enregistré [191067]

pounti@pounti-HP-Convertible-x360:~$ sudo cp fw-0a5c_216d.hcd /lib/firmware/brcm/BCM43142A0-0a5c-216d.hcd
[sudo] Mot de passe de pounti : 

Hors ligne

#18 Le 16/04/2018, à 18:23

akaseltzer

Re : Pas de détection bluetooth

Bonjour Naziel, merci pour ton aide

voici la commande :

pounti@pounti-HP-Convertible-x360:~$ ls /lib/firmware/brcm
BCM43142A0-0a5c-216d.hcd  brcmfmac4329-sdio.bin    brcmfmac4354-sdio.bin
bcm4329-fullmac-4.bin     brcmfmac4330-sdio.bin    brcmfmac43569.bin
bcm43xx-0.fw              brcmfmac43340-sdio.bin   brcmfmac4356-pcie.bin
bcm43xx_hdr-0.fw          brcmfmac4334-sdio.bin    brcmfmac4356-sdio.bin
brcmfmac43143.bin         brcmfmac4335-sdio.bin    brcmfmac43570-pcie.bin
brcmfmac43143-sdio.bin    brcmfmac43362-sdio.bin   brcmfmac4358-pcie.bin
brcmfmac43236b.bin        brcmfmac4339-sdio.bin    brcmfmac43602-pcie.ap.bin
brcmfmac43241b0-sdio.bin  brcmfmac43430-sdio.bin   brcmfmac43602-pcie.bin
brcmfmac43241b4-sdio.bin  brcmfmac43455-sdio.bin   brcmfmac4366b-pcie.bin
brcmfmac43241b5-sdio.bin  brcmfmac4350c2-pcie.bin  brcmfmac4371-pcie.bin
brcmfmac43242a.bin        brcmfmac4350-pcie.bin

Hors ligne

#19 Le 16/04/2018, à 21:33

xubu1957

Re : Pas de détection bluetooth

Bonsoir,

Montre :

 dmesg | grep -i 'bluetooth'

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#20 Le 16/04/2018, à 21:35

akaseltzer

Re : Pas de détection bluetooth

pounti@pounti-HP-Convertible-x360:~$  dmesg | grep -i 'bluetooth'
[    5.297875] Bluetooth: Core ver 2.22
[    5.297903] Bluetooth: HCI device and connection manager initialized
[    5.297911] Bluetooth: HCI socket layer initialized
[    5.297914] Bluetooth: L2CAP socket layer initialized
[    5.297923] Bluetooth: SCO socket layer initialized
[    5.322732] Bluetooth: HCI UART driver ver 2.3
[    5.322734] Bluetooth: HCI UART protocol H4 registered
[    5.322735] Bluetooth: HCI UART protocol BCSP registered
[    5.322772] Bluetooth: HCI UART protocol LL registered
[    5.322774] Bluetooth: HCI UART protocol ATH3K registered
[    5.322775] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.322836] Bluetooth: HCI UART protocol Intel registered
[    5.322862] Bluetooth: HCI UART protocol Broadcom registered
[    5.322863] Bluetooth: HCI UART protocol QCA registered
[    5.322864] Bluetooth: HCI UART protocol AG6XX registered
[    5.322865] Bluetooth: HCI UART protocol Marvell registered
[    5.949971] Bluetooth: hci0: BCM: chip id 70
[    5.950972] Bluetooth: hci0: BCM: features 0x06
[    5.966948] Bluetooth: hci0: BCM43142A
[    5.966954] Bluetooth: hci0: BCM (001.001.011) build 0000
[    5.976798] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[    5.976804] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[    7.784646] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.784648] Bluetooth: BNEP filters: protocol multicast
[    7.784654] Bluetooth: BNEP socket layer initialized
[    7.996417] Bluetooth: hci0 command 0x1003 tx timeout
[  601.377181] Bluetooth: RFCOMM TTY layer initialized
[  601.377191] Bluetooth: RFCOMM socket layer initialized
[  601.377202] Bluetooth: RFCOMM ver 1.11
[ 2750.880543] Bluetooth: hci0: BCM: chip id 70
[ 2750.881535] Bluetooth: hci0: BCM: features 0x06
[ 2750.897559] Bluetooth: hci0: BCM43142A
[ 2750.897570] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 2751.265246] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[ 2751.265253] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[ 2753.291643] Bluetooth: hci0 command 0x1003 tx timeout
[ 4903.824451] [  669]     0   669     9620        0      21       3      116             0 bluetoothd

Hors ligne

#21 Le 16/04/2018, à 21:42

Nuliel

Re : Pas de détection bluetooth

Tu peux essayer

sudo cp /lib/firmware/brcm/BCM43142A0-0a5c-216d.hcd /lib/firmware/brcm/BCM.hcd

et redémarrer
(j'ai changé la commande)

Dernière modification par Nuliel (Le 16/04/2018, à 21:43)

Hors ligne

#22 Le 16/04/2018, à 21:45

xubu1957

Re : Pas de détection bluetooth

Vu :

[ 2750.880543] Bluetooth: hci0: BCM: chip id 70
[ 2750.881535] Bluetooth: hci0: BCM: features 0x06
[ 2750.897559] Bluetooth: hci0: BCM43142A
[ 2750.897570] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 2751.265246] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[ 2751.265253] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found

Je trouve un bug > bugs.launchpad.net/ubuntu/+source/bluez/+bug/1737103 (retours similaires au #3)

Dernière modification par xubu1957 (Le 16/04/2018, à 21:55)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#23 Le 16/04/2018, à 21:58

akaseltzer

Re : Pas de détection bluetooth

Bonsoir,

J'ai testé la commande de Naziel, rien de mieux sauf que maintenant sur Paramètres le bluetooth est signalé comme désactivé et je ne vois même pas comment le relancer sad

Hors ligne

#24 Le 16/04/2018, à 22:01

xubu1957

Re : Pas de détection bluetooth

Tente :

sudo /etc/init.d/bluetooth restart

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#25 Le 16/04/2018, à 22:16

akaseltzer

Re : Pas de détection bluetooth

non, pas mieux, toujours pas activable

Hors ligne