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 26/04/2018, à 10:16

boutou49

[Résolu] Problème Bluetooth

Bonjour
je suis sous Xubuntu 16.04 avec un pc portable noname équipé de bluetooth.
J'arrive à associer des périphériques mais j'ai toujours un message d'erreur "Echec de la connexion"
J'utise blueman-applet
Merci pour votre aide

Dernière modification par enebre (Le 30/04/2018, à 15:51)


Sous Ubuntu depuis Hardy Heron et Xubuntu depuis Xenial Xerus

Hors ligne

#2 Le 26/04/2018, à 10:37

xubu1957

Re : [Résolu] Problème 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 26/04/2018, à 10:59

boutou49

Re : [Résolu] Problème Bluetooth

Bonjour et merci pour ton aide
Pour uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
réponse :

etienne@portienne:~/Bureau$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux portienne 4.4.0-121-generic #145-Ubuntu SMP Fri Apr 13 13:47:23 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
01:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
	Subsystem: CLEVO/KAPOK Computer RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1558:0945]
	Kernel driver in use: r8169
	Kernel modules: r8169
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
	Subsystem: Intel Corporation Wireless 8260 [8086:1010]
	Kernel driver in use: iwlwifi
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 177f:1400 Sweex 
Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 04f2:b54e Chicony Electronics Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[   10.517923] Bluetooth: Core ver 2.21
[   10.517955] Bluetooth: HCI device and connection manager initialized
[   10.517962] Bluetooth: HCI socket layer initialized
[   10.517968] Bluetooth: L2CAP socket layer initialized
[   10.517977] Bluetooth: SCO socket layer initialized
[   10.755905] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[   10.763793] Bluetooth: hci0: Device revision is 5
[   10.763800] Bluetooth: hci0: Secure boot is enabled
[   10.763802] Bluetooth: hci0: OTP lock is enabled
[   10.763804] Bluetooth: hci0: API lock is enabled
[   10.763806] Bluetooth: hci0: Debug lock is disabled
[   10.763809] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   11.502124] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[   12.897372] Bluetooth: hci0: Waiting for firmware download to complete
[   12.897967] Bluetooth: hci0: Firmware loaded in 2093355 usecs
[   12.898097] Bluetooth: hci0: Waiting for device to boot
[   12.909925] Bluetooth: hci0: Device booted in 11630 usecs
[   13.152343] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
[   13.155934] Bluetooth: hci0: Applying Intel DDC parameters completed
[   18.770618] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.770624] Bluetooth: BNEP filters: protocol multicast
[   18.770631] Bluetooth: BNEP socket layer initialized
[   54.226852] Bluetooth: RFCOMM TTY layer initialized
[   54.226866] Bluetooth: RFCOMM socket layer initialized
[   54.226880] Bluetooth: RFCOMM ver 1.11
[    0.201627] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    2.862568] psmouse serio2: elantech: assuming hardware version 4 (with firmware version 0x461f00)
[   10.763809] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   11.048814] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000C-19.ucode failed with error -2
[   11.049579] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000C-18.ucode failed with error -2
[   11.049878] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-8000C-17.ucode failed with error -2
[   11.502124] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[   12.079671] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[   12.897372] Bluetooth: hci0: Waiting for firmware download to complete
[   12.897967] Bluetooth: hci0: Firmware loaded in 2093355 usecs
bluetooth             520192  37 bnep,btbcm,btrtl,btusb,rfcomm,btintel

Pour sudo service bluetooth status

etienne@portienne:~/Bureau$ sudo service bluetooth status
[sudo] Mot de passe de etienne : 
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since jeu. 2018-04-26 09:53:44 CEST; 1h 3min ago
     Docs: man:bluetoothd(8)
 Main PID: 819 (bluetoothd)
   Status: "Running"
   CGroup: /system.slice/bluetooth.service
           └─819 /usr/lib/bluetooth/bluetoothd

avril 26 09:53:44 portienne bluetoothd[819]: Not enough free handles to register service
avril 26 09:53:44 portienne bluetoothd[819]: Not enough free handles to register service
avril 26 09:53:44 portienne bluetoothd[819]: Not enough free handles to register service
avril 26 09:53:44 portienne bluetoothd[819]: Current Time Service could not be registered
avril 26 09:53:44 portienne bluetoothd[819]: gatt-time-server: Input/output error (5)
avril 26 09:53:44 portienne bluetoothd[819]: Not enough free handles to register service
avril 26 09:53:44 portienne bluetoothd[819]: Not enough free handles to register service
avril 26 09:53:44 portienne bluetoothd[819]: Sap driver initialization failed.
avril 26 09:53:44 portienne bluetoothd[819]: sap-server: Operation not permitted (1)
avril 26 10:06:35 portienne bluetoothd[819]: a2dp-source profile connect failed for 00:0C:E7:17:1F:82: Protocol not available

Pour rfkill list all

etienne@portienne:~/Bureau$ rfkill list all
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Sous Ubuntu depuis Hardy Heron et Xubuntu depuis Xenial Xerus

Hors ligne

#4 Le 26/04/2018, à 11:08

boutou49

Re : [Résolu] Problème Bluetooth

Pour plus d'info dans blueman j'ai le message d'erreur : " La connexion a échoué : blueman.bluez.errors.DBusFailedError: Protocol not available"


Sous Ubuntu depuis Hardy Heron et Xubuntu depuis Xenial Xerus

Hors ligne

#5 Le 26/04/2018, à 11:11

xubu1957

Re : [Résolu] Problème Bluetooth

Vu :

a2dp-source profile connect failed for 00:0C:E7:17:1F:82: Protocol not available

Tu pourrais tenter :

Le 29/10/2016, seebz a écrit :

Pour corriger les messages Protocol not available, il faut installer pulseaudio-module-bluetooth.

sudo apt-get install pulseaudio-module-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

#6 Le 26/04/2018, à 11:21

boutou49

Re : [Résolu] Problème Bluetooth

Alors là bravo il n'y a plus d'erreur de connexion du casque bluetooth.
Par contre je n'ai pas le son dans le casque


Sous Ubuntu depuis Hardy Heron et Xubuntu depuis Xenial Xerus

Hors ligne

#7 Le 26/04/2018, à 11:25

xubu1957

Re : [Résolu] Problème Bluetooth

Essaye de redémarrer l'ordi.

Sinon regarde dans > [Tuto] Pas de Bluetooth ? Quelques solutions.


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

#8 Le 26/04/2018, à 11:39

boutou49

Re : [Résolu] Problème Bluetooth

Merci beaucoup ça marche : fallait éteindre les haut-parleurs du PC


Sous Ubuntu depuis Hardy Heron et Xubuntu depuis Xenial Xerus

Hors ligne