#1 Le 05/11/2017, à 23:01
- Typp
Bluetooth : Actif mais ne trouve pas de périphériques
Bonjour,
cela fait déjà un petit moment que je cherche pourquoi je ne détecte aucun périphérique avec mon bluetooth, sans avoir vraiment pris le temps de demander de l'aide. Je n'avais pas trop besoin de l'utiliser mais maintenant j'aimerais pouvoir travailler avec, du coup je viens en espérant que vous ayez une idée.
Je vous expose mon problème :
J'arrive à activer le bluetooth sur mon ordi et mon téléphone pour faire un test. Mais mon téléphone ne détecte pas mon ordi, et mon ordi ne détecte pas mon téléphone. J'ai testé sur un autre ordinateur (windows) et ça marche bien. J'ai donc soit un problème matériel soit un problème de configuration.
Pour information je suis passé en ubuntu 17.10 et ça ne fonctionnait déjà pas en 17.04.
Quelqu'un a une idée de ce que je pourrais faire ? Je n'ai rien trouvé en français ou en anglais.
Hors ligne
#2 Le 05/11/2017, à 23:07
- xubu1957
Re : Bluetooth : Actif mais ne trouve pas de périphériques
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
et :
dpkg -l | grep blue
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éso|u] 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 07/11/2017, à 07:22
- Typp
Re : Bluetooth : Actif mais ne trouve pas de périphériques
Bonjour,
merci pour ta réponse, je te donne le résultat des 3 commandes :
$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux typo-X550JX 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
03:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lite-On Communications Inc BCM43142 802.11b/g/n [11ad:6605]
Kernel driver in use: wl
--
04:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
Kernel driver in use: r8169
Kernel modules: r8169
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
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 004: ID 0bda:57b4 Realtek Semiconductor Corp.
Bus 003 Device 003: ID 04ca:2006 Lite-On Technology Corp. Broadcom BCM43142A0 Bluetooth Device
Bus 003 Device 002: ID 12c9:1001
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 9.738362] Bluetooth: Core ver 2.22
[ 9.738376] Bluetooth: HCI device and connection manager initialized
[ 9.738378] Bluetooth: HCI socket layer initialized
[ 9.738379] Bluetooth: L2CAP socket layer initialized
[ 9.738382] Bluetooth: SCO socket layer initialized
[ 9.933981] Bluetooth: hci0: BCM: chip id 70
[ 9.934981] Bluetooth: hci0: BCM: features 0x06
[ 9.950991] Bluetooth: hci0: BCM43142A
[ 9.950994] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 9.964014] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
[ 9.964017] Bluetooth: hci0: BCM: Patch brcm/BCM.hcd not found
[ 11.995960] Bluetooth: hci0 command 0x1003 tx timeout
[ 19.509082] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.509084] Bluetooth: BNEP filters: protocol multicast
[ 19.509086] Bluetooth: BNEP socket layer initialized
[ 21.563954] Bluetooth: hci0 command 0x1003 tx timeout
[ 77.869669] Bluetooth: RFCOMM TTY layer initialized
[ 77.869675] Bluetooth: RFCOMM socket layer initialized
[ 77.869680] Bluetooth: RFCOMM ver 1.11
[ 0.073889] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.367201] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 9.964014] bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
bluetooth 540672 41 btrtl,btintel,bnep,btbcm,rfcomm,btusb
ecdh_generic 24576 1 bluetooth
$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Tue 2017-11-07 06:55:40 CET; 21min ago
Docs: man:bluetoothd(8)
Main PID: 700 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─700 /usr/lib/bluetooth/bluetoothd
nov. 07 06:55:39 typo-X550JX systemd[1]: Starting Bluetooth service...
nov. 07 06:55:39 typo-X550JX bluetoothd[700]: Bluetooth daemon 5.46
nov. 07 06:55:40 typo-X550JX systemd[1]: Started Bluetooth service.
nov. 07 06:55:41 typo-X550JX bluetoothd[700]: Starting SDP server
nov. 07 06:55:41 typo-X550JX bluetoothd[700]: Bluetooth management interface 1.1
nov. 07 06:56:38 typo-X550JX bluetoothd[700]: Endpoint registered: sender=:1.77
nov. 07 06:56:38 typo-X550JX bluetoothd[700]: Endpoint registered: sender=:1.77
et
$ dpkg -l | grep blue
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 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 amd64 Bluetooth module for PulseAudio sound server
Voilà, j'espère que ça peut-être utile. Je viens de remarquer d'ailleurs que dans le résultat de la première commande y a un failed.
Hors ligne
#4 Le 07/11/2017, à 07:46
- xubu1957
Re : Bluetooth : Actif mais ne trouve pas de périphériques
Bonjour,
Vu :
[ 9.950991] Bluetooth: hci0: BCM43142A
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#5 Le 07/11/2017, à 22:21
- Typp
Re : Bluetooth : Actif mais ne trouve pas de périphériques
Merci beaucoup, dommage que je ne sois pas tombé sur ce sujet plus tôt. Problème résolu.
Dernière modification par Typp (Le 07/11/2017, à 22:22)
Hors ligne
#6 Le 07/11/2017, à 22:23
- xubu1957
Re : Bluetooth : Actif mais ne trouve pas de périphériques
Il est jamais trop tard pour bien faire.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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