benoit Posted February 28, 2018 Share Posted February 28, 2018 Bonjour à tous, Petit problème de bluetooth pour connecter une enceinte. En effet, la recherche de périphérique ne trouve rien et continue à chercher non stop. J'ai consulté un peu les posts précédents et j'ai donc taper ces commandes: benoit@Linux-ben:~$ dpkg --get-selections | grep switchboard libswitchboard-2.0-0 install switchboard install switchboard-gnome-control-center-override install switchboard-plug-a11y install switchboard-plug-about install switchboard-plug-applications install switchboard-plug-bluetooth install switchboard-plug-datetime install switchboard-plug-display install switchboard-plug-gcc-color install switchboard-plug-gcc-sound install switchboard-plug-gcc-wacom install switchboard-plug-keyboard install switchboard-plug-locale install switchboard-plug-mouse-touchpad install switchboard-plug-networking install switchboard-plug-notifications install switchboard-plug-online-accounts install switchboard-plug-pantheon-shell install switchboard-plug-parental-controls install switchboard-plug-power install switchboard-plug-printers install switchboard-plug-security-privacy install switchboard-plug-sharing install switchboard-plug-useraccounts install switchboard-plug-users install Pas de problème, le bluetooth est installé ! benoit@Linux-ben:~$ rfkill list 0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no Bluetooth opérationnel ! benoit@Linux-ben:~$ bluetoothctl [NEW] Controller 28:B2:BD:41:E1:D1 Linux-ben [default] [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: yes [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: no [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: yes [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2 --> c'est l'enceinte qui est bien détectée ! [bluetooth]# power on Changing power on succeeded [bluetooth]# scan on Discovery started [bluetooth]# devices Device 88:C6:26:B2:81:77 UE BOOM 2 [DEL] Device 88:C6:26:B2:81:77 UE BOOM 2 [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2 Je crois que l'enceinte est bien détectée mais je n'arrive pas à la configurer via l'interface bluetooth. Je remercie d'avance les personnes qui pourront m'aider. Merci pour ce forum. Benoit. Link to comment Share on other sites More sharing options...
0 Nikos Posted March 5, 2018 Share Posted March 5, 2018 Hello @benoit, J'ai déjà eu à travailler sur du bluetooth; ça n'est pas lié à elementary, mais ce protocole est loin d'être simple sous linux. En tout cas félicitations pour avoir fait tous ces tests. Je peux t'apporter un peu d'aide sur ce point, je vais me baser sur les infos de tes précédents messages. Dans un premier lieu, elementary, a travers la couche bluetooth de ton ordinateur est capable de détecter ton périphérique distant (ton périphérique bluetooth est bien unlock). Donc dans l'ordre, on va : Allumer la partie bluetooth côté PC (ce que tu as déjà fait). Activer le scan (ce que tu as déjà fait). Permettre l'association de tes enceintes UE BOOM 2. Appairer le device avec ton ordinateur. Connecter le device à ton ordinateur. Dans l'ordre du script, ça donnera cela (tu reconnaîtras des commandes que tu as déjà utilisé) : bluetoothctl [bluetooth]# power on [bluetooth]# scan on [bluetooth]# devices Device 88:C6:26:B2:81:77 UE BOOM 2 [bluetooth]# pair 88:C6:26:B2:81:77 [bluetooth]# connect 88:C6:26:B2:81:77 [bluetooth]# info 88:C6:26:B2:81:77 La dernière ligne te permet d'avoir des informations sur tes enceintes. A toi de jouer ! Nikos Link to comment Share on other sites More sharing options...
0 Nikos Posted March 1, 2018 Share Posted March 1, 2018 Hello,Quel est le modèle de ton enceinte Bluetooth ?T'en remerciant par avance.Nikos Link to comment Share on other sites More sharing options...
0 benoit Posted March 1, 2018 Author Share Posted March 1, 2018 Bonjour Nikos, le modèle de l'enceinte sans fil bluetooth est Ultimate Ears UE Boom 2. Ce sont de petites enceintes nomades qui ne fonctionnent qu'en bluetooth. Si ça peut aider, j''ai un ordi ASUS UX303L équipé du bluetooth 4.0. Merci pour ton aide Nikos. :-) Link to comment Share on other sites More sharing options...
0 benoit Posted March 2, 2018 Author Share Posted March 2, 2018 Tentatives infructieuses, voici comment: benoit@Linux-ben:~$ bluetoothctl [NEW] Controller 28:B2:BD:41:E1:D1 Linux-ben [default] [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2 [bluetooth]# power on Changing power on succeeded [bluetooth]# scan on Discovery started [bluetooth]# devices Device 88:C6:26:B2:81:77 UE BOOM 2 [bluetooth]# list Controller 28:B2:BD:41:E1:D1 Linux-ben [default] [bluetooth]# help Available commands: list List available controllers show [ctrl] Controller information select <ctrl> Select default controller devices List available devices paired-devices List paired devices power <on/off> Set controller power pairable <on/off> Set controller pairable mode discoverable <on/off> Set controller discoverable mode agent <on/off/capability> Enable/disable agent with given capability default-agent Set agent as the default one set-scan-filter-uuids [uuid1 uuid2 ...] Set scan filter uuids set-scan-filter-rssi [rssi] Set scan filter rssi, and clears pathloss set-scan-filter-pathloss [pathloss] Set scan filter pathloss, and clears rssi set-scan-filter-transport [transport] Set scan filter transport set-scan-filter-clear Clears discovery filter. scan <on/off> Scan for devices info [dev] Device information pair [dev] Pair with device trust [dev] Trust device untrust [dev] Untrust device block [dev] Block device unblock [dev] Unblock device remove <dev> Remove device connect <dev> Connect device disconnect [dev] Disconnect device list-attributes [dev] List attributes select-attribute <attribute> Select attribute attribute-info [attribute] Select attribute read Read attribute value write <data=[xx xx ...]> Write attribute value notify <on/off> Notify attribute value register-profile <UUID ...> Register profile to connect unregister-profile Unregister profile version Display version quit Quit program [bluetooth]# connect device Device device not available [bluetooth]# connect Missing device address argument [DEL] Device 88:C6:26:B2:81:77 UE BOOM 2 [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2 [bluetooth]# unlock device Invalid command [bluetooth]# pairable on Changing pairable on succeeded [bluetooth]# connect UE BOOM 2 Device UE BOOM 2 not available [bluetooth]# devices Device 88:C6:26:B2:81:77 UE BOOM 2 [bluetooth]# paired-devices [bluetooth]# discoverable on Changing discoverable on succeeded [CHG] Controller 28:B2:BD:41:E1:D1 Discoverable: yes [bluetooth]# connect device Device device not available [bluetooth]# info Missing device address argument ---> ???? Je précise que j'ai bien activé le mode détection (led bluetooth clignotante) Apparemment le bluetooth c'est un peu la bête noire de Linux, je ne suis pas le seul à galérer sur les forums... Merci à ceux qui auraient une solution ;-) ! (je pense bien sur à Nikos ;-) !) Link to comment Share on other sites More sharing options...
0 benoit Posted March 5, 2018 Author Share Posted March 5, 2018 (edited) Bonsoir Nikos, Merci pour ta réponse. Voici les résultats des commandes: benoit@Linux-ben:~$ bluetoothctl [NEW] Controller 28:B2:BD:41:E1:D1 Linux-ben [default] [bluetooth]# power on Changing power on succeeded [bluetooth]# scan on Discovery started [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: yes [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2 [bluetooth]# devices Device 88:C6:26:B2:81:77 UE BOOM 2 [CHG] Device 88:C6:26:B2:81:77 RSSI: -68 [bluetooth]# pair 88:C6:26:B2:81:77 Attempting to pair with 88:C6:26:B2:81:77 [CHG] Device 88:C6:26:B2:81:77 Connected: yes [CHG] Device 88:C6:26:B2:81:77 UUIDs: 00001101-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 UUIDs: 00001200-0000-1000-8000-00805f9b34fb [CHG] Device 88:C6:26:B2:81:77 Paired: yes Pairing successful [CHG] Device 88:C6:26:B2:81:77 Connected: no [bluetooth]# connect 88:C6:26:B2:81:77 Attempting to connect to 88:C6:26:B2:81:77 Failed to connect: org.bluez.Error.Failed [bluetooth]# connect 88:C6:26:B2:81:77 Attempting to connect to 88:C6:26:B2:81:77 Failed to connect: org.bluez.Error.Failed [CHG] Device 88:C6:26:B2:81:77 RSSI: -53 [bluetooth]# info 88:C6:26:B2:81:77 Device 88:C6:26:B2:81:77 Name: UE BOOM 2 Alias: UE BOOM 2 Class: 0x240404 Icon: audio-card Paired: yes Trusted: no Blocked: no Connected: no LegacyPairing: no UUID: Serial Port (00001101-0000-1000-8000-00805f9b34fb) UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb) UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb) UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb) UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb) UUID: Handsfree (0000111e-0000-1000-8000-00805f9b34fb) UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb) Modalias: bluetooth:v000ApFFFFdFFFF RSSI: -53 [CHG] Device 88:C6:26:B2:81:77 Connected: yes [CHG] Controller 28:B2:BD:41:E1:D1 Discoverable: yes [CHG] Controller 28:B2:BD:41:E1:D1 Discoverable: no Edited March 5, 2018 by Nikos Mise en forme du message ;) Link to comment Share on other sites More sharing options...
0 benoit Posted March 5, 2018 Author Share Posted March 5, 2018 Au début le son ne sortait pas par l'enceinte puis quand je suis aller sur l'icône du bluetooth j'ai vue l'enceinte "UE bOOM 2" qui apparaissait en tête ! Je n'avais plus qu'à cliquer sur le titre pour me connecter :-) ! (Oh miracle !) Le bluetooth est maintenant connecté à l'enceinte ;-) ! Après ça j'ai été faire un test sur deezer pour ne pas la citer et là je dois dire que la qualité audio n'est pas très agréable, problème de connection (lags, friture,...) alors je ne sais pas trop quoi en penser.... Le but étant d'utiliser ce genre de site pour écouter de la musique. Après c'était en ligne, sachant qu"avec un abonnement (que je n'ai pas encore pris) tu peux la télécharger sur ton ordi ou smartphone. Je vais continuer à faire des tests, en tout cas grâce à toi j'ai pu connecter l'enceinte au PC ! Thanks Nikos !!! Link to comment Share on other sites More sharing options...
0 benoit Posted March 5, 2018 Author Share Posted March 5, 2018 Ah dernière remarque, quand je fais le process de détection d'un périphérique bluetooth via l'interface bluetooth il n'arrive toujours pas à détecter l'enceinte et donc à la configurer via l'interface mais est-ce toujours nécessaire??? Link to comment Share on other sites More sharing options...
0 benoit Posted March 5, 2018 Author Share Posted March 5, 2018 Dernier petit test: j'ai tout simplement éteint l'enceinte (première fois depuis que la connexion s'est faite) puis rallumer et là.... plus de friture ! Le top !!! Un son fluide, bref ça fait plaisir ;-) ! Merci Nikos pour ton aide ! J'espère que ça pourra aider les autres. Link to comment Share on other sites More sharing options...
0 Nikos Posted March 5, 2018 Share Posted March 5, 2018 Hello @benoit, Tu peux passer une dernière commande pour "truster" ton enceinte : [bluetooth]# trust 88:C6:26:B2:81:77 Tu devrais avoir moins de soucis par la suite. Content que cela fonctionne. PS : juste une petite remarque, n'hésite pas à utiliser, lors de tes réponses, le bouton Code "<>" ça permet de lire plus facilement les informations de tes réponses. Nikos Link to comment Share on other sites More sharing options...
0 Nikos Posted March 5, 2018 Share Posted March 5, 2018 Je t'inviter aussi à sélectionner la réponse qui t'a permis de résoudre ton problème. Cela pourra sans doute aider d'autres personnes qui pourraient avoir le même problème que toi. Nikos Link to comment Share on other sites More sharing options...
0 benoit Posted March 5, 2018 Author Share Posted March 5, 2018 Oups, c'est fait ;-) ! Link to comment Share on other sites More sharing options...
Question
benoit
Bonjour à tous,
Petit problème de bluetooth pour connecter une enceinte. En effet, la recherche de périphérique ne trouve rien et continue à chercher non stop.
J'ai consulté un peu les posts précédents et j'ai donc taper ces commandes:
benoit@Linux-ben:~$ dpkg --get-selections | grep switchboard libswitchboard-2.0-0 install switchboard install switchboard-gnome-control-center-override install switchboard-plug-a11y install switchboard-plug-about install switchboard-plug-applications install switchboard-plug-bluetooth install switchboard-plug-datetime install switchboard-plug-display install switchboard-plug-gcc-color install switchboard-plug-gcc-sound install switchboard-plug-gcc-wacom install switchboard-plug-keyboard install switchboard-plug-locale install switchboard-plug-mouse-touchpad install switchboard-plug-networking install switchboard-plug-notifications install switchboard-plug-online-accounts install switchboard-plug-pantheon-shell install switchboard-plug-parental-controls install switchboard-plug-power install switchboard-plug-printers install switchboard-plug-security-privacy install switchboard-plug-sharing install switchboard-plug-useraccounts install switchboard-plug-users install
Pas de problème, le bluetooth est installé !
benoit@Linux-ben:~$ rfkill list 0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no
Bluetooth opérationnel !
benoit@Linux-ben:~$ bluetoothctl [NEW] Controller 28:B2:BD:41:E1:D1 Linux-ben [default] [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: yes [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: no [CHG] Controller 28:B2:BD:41:E1:D1 Discovering: yes [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2 --> c'est l'enceinte qui est bien détectée ! [bluetooth]# power on Changing power on succeeded [bluetooth]# scan on Discovery started [bluetooth]# devices Device 88:C6:26:B2:81:77 UE BOOM 2 [DEL] Device 88:C6:26:B2:81:77 UE BOOM 2 [NEW] Device 88:C6:26:B2:81:77 UE BOOM 2
Je crois que l'enceinte est bien détectée mais je n'arrive pas à la configurer via l'interface bluetooth.
Je remercie d'avance les personnes qui pourront m'aider.
Merci pour ce forum.
Benoit.
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now