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/05/2020, à 20:46

Knackes

Connexion ecouteurs bluetooth

Bonjour !
Je suis nouveau sur Ubuntu bien qu'étant habitué à travailler sur serveur unix et ça fait déjà quelques jours que j'essaie par tous les moyens de connecter mes ecouteurs bluetooth à mon pc.

Le problème est que les ecouteurs s'affichent bien dans les paramètres bluetooth, j'arrive à les connecter, mais ils ne sont pas détecter comme périphérique audio (ils sont marqué comme type unknow). Je ne peux donc pas les séléctionner dans les paramètres audio.
J'ai installé blueman, pulseaudio, pavucontrol, essayer tout un tas de choses que j'ai vue sur des dizaines de forum mais rien à faire je n'avance pas.

Toute aide seras la bienvenu, je ne sais pas quelles informations fournir pour aider au diagnostique donc n'hésiter pas a me demander.

Merci beaucoup !

Hors ligne

#2 Le 04/05/2020, à 20:48

xubu1957

Re : Connexion ecouteurs bluetooth

Bonjour,

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

uname -a; lspci -nnk | grep -iA3 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/05/2020, à 21:18

Knackes

Re : Connexion ecouteurs bluetooth

knackes@knackes-ZenBook:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux knackes-ZenBook 5.4.0-28-generic #32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
01:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
	Subsystem: Intel Corporation Wireless 8265 / 8275 [8086:9010]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 13d3:56cb IMC Networks USB2.0 HD IR UVC WebCam
Bus 003 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    3.160938] Bluetooth: Core ver 2.22
[    3.160989] Bluetooth: HCI device and connection manager initialized
[    3.161015] Bluetooth: HCI socket layer initialized
[    3.161022] Bluetooth: L2CAP socket layer initialized
[    3.161032] Bluetooth: SCO socket layer initialized
[    3.228278] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    3.231306] Bluetooth: hci0: Device revision is 16
[    3.231308] Bluetooth: hci0: Secure boot is enabled
[    3.231308] Bluetooth: hci0: OTP lock is enabled
[    3.231309] Bluetooth: hci0: API lock is enabled
[    3.231310] Bluetooth: hci0: Debug lock is disabled
[    3.231311] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.236816] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    4.420732] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.420735] Bluetooth: BNEP filters: protocol multicast
[    4.420764] Bluetooth: BNEP socket layer initialized
[    4.670552] Bluetooth: hci0: Waiting for firmware download to complete
[    4.671234] Bluetooth: hci0: Firmware loaded in 1411869 usecs
[    4.671344] Bluetooth: hci0: Waiting for device to boot
[    4.686256] Bluetooth: hci0: Device booted in 14626 usecs
[    4.686431] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    4.698288] Bluetooth: hci0: Applying Intel DDC parameters completed
[   24.042687] Bluetooth: RFCOMM TTY layer initialized
[   24.042701] Bluetooth: RFCOMM socket layer initialized
[   24.042709] Bluetooth: RFCOMM ver 1.11
[    0.288883] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.302728] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    2.970156] iwlwifi 0000:01:00.0: loaded firmware version 36.77d01142.0 op_mode iwlmvm
[    3.057142] iwlwifi 0000:01:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    3.231311] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.236816] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    3.281314] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[    3.281347] [drm] PSP loading VCN firmware
[    4.670552] Bluetooth: hci0: Waiting for firmware download to complete
[    4.671234] Bluetooth: hci0: Firmware loaded in 1411869 usecs
bluetooth             581632  41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  2 bluetooth
knackes@knackes-ZenBook:~$ 
knackes@knackes-ZenBook:~$ sudo service bluetooth status
[sudo] password for knackes: 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2020-05-04 22:11:42 CEST; 1min 58s ago
       Docs: man:bluetoothd(8)
   Main PID: 845 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 7003)
     Memory: 2.8M
     CGroup: /system.slice/bluetooth.service
             └─845 /usr/lib/bluetooth/bluetoothd

mai 04 22:11:41 knackes-ZenBook systemd[1]: Starting Bluetooth service...
mai 04 22:11:41 knackes-ZenBook bluetoothd[845]: Bluetooth daemon 5.53
mai 04 22:11:42 knackes-ZenBook systemd[1]: Started Bluetooth service.
mai 04 22:11:42 knackes-ZenBook bluetoothd[845]: Starting SDP server
mai 04 22:11:42 knackes-ZenBook bluetoothd[845]: Bluetooth management interface 1.14 initialized
mai 04 22:12:01 knackes-ZenBook bluetoothd[845]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/sbc
mai 04 22:12:01 knackes-ZenBook bluetoothd[845]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/sbc
knackes@knackes-ZenBook:~$ 
knackes@knackes-ZenBook:~$ rfkill list all
0: asus-wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: asus-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
3: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
knackes@knackes-ZenBook:~$ 

Hors ligne

#4 Le 04/05/2020, à 21:28

xubu1957

Re : Connexion ecouteurs bluetooth

Tu n'as pas montré :

dpkg -l | grep blue

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

#5 Le 04/05/2020, à 22:34

Knackes

Re : Connexion ecouteurs bluetooth

En effet la commande est passé à la trappe tongue

knackes@knackes-ZenBook:~$ dpkg -l | grep blue
ii  bluedevil                                         4:5.18.4.1-0ubuntu1                   amd64        KDE Bluetooth stack
ii  blueman                                           2.1.2-1                               amd64        Graphical bluetooth manager
ii  bluetooth                                         5.53-0ubuntu3                         all          Bluetooth support
ii  bluez                                             5.53-0ubuntu3                         amd64        Bluetooth tools and daemons
ii  bluez-btsco                                       1:0.50-0ubuntu7                       amd64        Bluez Bluetooth SCO tool
ii  bluez-cups                                        5.53-0ubuntu3                         amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                       5.53-0ubuntu3                         amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-1.0:amd64                   3.34.1-1                              amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                                   3.34.1-1                              amd64        GNOME Bluetooth tools
ii  libbluetooth3:amd64                               5.53-0ubuntu3                         amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth13:amd64                        3.34.1-1                              amd64        GNOME Bluetooth tools - support library
ii  libkf5bluezqt-data                                5.68.0-0ubuntu1                       all          data files for bluez-qt
ii  libkf5bluezqt6:amd64                              5.68.0-0ubuntu1                       amd64        Qt wrapper for bluez
ii  pulseaudio-module-bluetooth                       1:13.99.1-1ubuntu3                    amd64        Bluetooth module for PulseAudio sound server
ii  qml-module-org-kde-bluezqt:amd64                  5.68.0-0ubuntu1                       amd64        QML wrapper for bluez
knackes@knackes-ZenBook:~$

A noter que la j'ai effectué les commandes sans que les écouteurs en question ne soient "connectés" je peux les refaire en ayant les ecouteurs connectés si besoin.

Merci !

Hors ligne

#6 Le 05/05/2020, à 05:31

xubu1957

Re : Connexion ecouteurs bluetooth

Bonjour,

Un retour pour :

hcitool scan

?

En me basant sur le message de Naziel

_ _ _

En regardant > [Résolu] Problème Bluetooth

Les hauts-parleurs de l'ordi sont-ils éteints ?

Dernière modification par xubu1957 (Le 05/05/2020, à 05:34)


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 05/05/2020, à 11:06

Knackes

Re : Connexion ecouteurs bluetooth

Bonjour !
Je n'ai aucun retour pour cette commande, j'ai déjà essayé des choses similaires, mais n'ayant aucun retour...

knackes@knackes-ZenBook:~$ hcitool scan
Scanning ...
knackes@knackes-ZenBook:~$ 

Hors ligne

#8 Le 05/05/2020, à 11:08

xubu1957

Re : Connexion ecouteurs bluetooth

Tu as cherché avec la marque des écouteurs et Linux ?


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 05/05/2020, à 11:11

Knackes

Re : Connexion ecouteurs bluetooth

xubu1957 a écrit :

Tu as cherché avec la marque des écouteurs et Linux ?

Oui et certains ont réussi à les connecter donc je pense que ce soit faisable.
Il s'agit des WF-1000XM3 de Sony.
Avec blueman ou directement depuis les paramètres bluetooth j'arrive à faire le pairage, mais cela ne sert à rien ils ne sont pas reconnu comme périphérique audio.

Dernière modification par Knackes (Le 05/05/2020, à 11:13)

Hors ligne

#10 Le 05/05/2020, à 11:17

xubu1957

Re : Connexion ecouteurs bluetooth

En théorie, cela devrait fonctionner > bugs.launchpad.net/ubuntu/+source/bluez/+bug/1845046
_ _ _

(edit=messages regroupés)
_ _ _

Montre aussi :

dpkg -l | grep -v ^ii

Dernière modification par xubu1957 (Le 05/05/2020, à 11:31)


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 05/05/2020, à 11:25

Knackes

Re : Connexion ecouteurs bluetooth

xubu1957 a écrit :

En théorie, cela devrait fonctionner > bugs.launchpad.net/ubuntu/+source/bluez/+bug/1845046

Eheh oui c'est pour ça que je m'acharne mais.. comme d'habitude ça ne se passe pas comme prévu tongue

Voila pour la commande

knackes@knackes-ZenBook:~$ dpkg -l | grep -v ^ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                              Version                               Architecture Description
+++-=================================================-=====================================-============-===============================================================================
knackes@knackes-ZenBook:~$ 

Hors ligne

#12 Le 05/05/2020, à 11:30

xubu1957

Re : Connexion ecouteurs bluetooth

Knackes a écrit :

A noter que la j'ai effectué les commandes sans que les écouteurs en question ne soient "connectés" je peux les refaire en ayant les ecouteurs connectés si besoin.

Montre, avec les écouteurs connectés :

dmesg | grep -i bluetooth; dmesg | grep -i firmware
sudo service bluetooth status

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 05/05/2020, à 11:35

Knackes

Re : Connexion ecouteurs bluetooth

Alors voila la première :

knackes@knackes-ZenBook:~$ dmesg | grep -i bluetooth; dmesg | grep -i firmware
[    2.438103] Bluetooth: Core ver 2.22
[    2.438146] Bluetooth: HCI device and connection manager initialized
[    2.438155] Bluetooth: HCI socket layer initialized
[    2.438159] Bluetooth: L2CAP socket layer initialized
[    2.438167] Bluetooth: SCO socket layer initialized
[    2.500029] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    2.503017] Bluetooth: hci0: Device revision is 16
[    2.503019] Bluetooth: hci0: Secure boot is enabled
[    2.503020] Bluetooth: hci0: OTP lock is enabled
[    2.503020] Bluetooth: hci0: API lock is enabled
[    2.503021] Bluetooth: hci0: Debug lock is disabled
[    2.503023] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    2.506405] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    3.563750] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.563775] Bluetooth: BNEP filters: protocol multicast
[    3.563784] Bluetooth: BNEP socket layer initialized
[    3.907700] Bluetooth: hci0: Waiting for firmware download to complete
[    3.907967] Bluetooth: hci0: Firmware loaded in 1378750 usecs
[    3.908032] Bluetooth: hci0: Waiting for device to boot
[    3.922998] Bluetooth: hci0: Device booted in 14642 usecs
[    3.923197] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    3.935625] Bluetooth: hci0: Applying Intel DDC parameters completed
[   15.172053] Bluetooth: RFCOMM TTY layer initialized
[   15.172064] Bluetooth: RFCOMM socket layer initialized
[   15.172073] Bluetooth: RFCOMM ver 1.11
[  116.322074] Bluetooth: hci0: advertising data len corrected
[  117.774043] Bluetooth: hci0: advertising data len corrected
[  121.065030] Bluetooth: hci0: advertising data len corrected
[  122.253073] Bluetooth: hci0: advertising data len corrected
[  124.908079] Bluetooth: hci0: advertising data len corrected
[  132.703726] Bluetooth: hci0: advertising data len corrected
[  134.568131] Bluetooth: hci0: advertising data len corrected
[  135.757385] Bluetooth: hci0: advertising data len corrected
[  138.802725] Bluetooth: hci0: advertising data len corrected
[  139.469111] Bluetooth: hci0: advertising data len corrected
[  139.862721] Bluetooth: hci0: advertising data len corrected
[  140.122733] Bluetooth: hci0: advertising data len corrected
[  141.977726] Bluetooth: hci0: advertising data len corrected
[  142.894726] Bluetooth: hci0: advertising data len corrected
[  143.569139] Bluetooth: hci0: advertising data len corrected
[  144.223728] Bluetooth: hci0: advertising data len corrected
[  144.761127] Bluetooth: hci0: advertising data len corrected
[  146.083735] Bluetooth: hci0: advertising data len corrected
[  146.609106] Bluetooth: hci0: advertising data len corrected
[  147.276131] Bluetooth: hci0: advertising data len corrected
[  161.159143] Bluetooth: hci0: advertising data len corrected
[  167.238117] Bluetooth: hci0: advertising data len corrected
[  168.059733] Bluetooth: hci0: advertising data len corrected
[  177.679733] Bluetooth: hci0: advertising data len corrected
[  179.725085] Bluetooth: hci0: advertising data len corrected
[  182.404110] Bluetooth: hci0: advertising data len corrected
[  182.807134] Bluetooth: hci0: advertising data len corrected
[  186.293123] Bluetooth: hci0: advertising data len corrected
[  187.316454] Bluetooth: hci0: advertising data len corrected
[  192.456728] Bluetooth: hci0: advertising data len corrected
[  194.303743] Bluetooth: hci0: advertising data len corrected
[  197.165081] Bluetooth: hci0: advertising data len corrected
[  198.594065] Bluetooth: hci0: advertising data len corrected
[  198.998172] Bluetooth: hci0: advertising data len corrected
[  200.022305] Bluetooth: hci0: advertising data len corrected
[  204.742093] Bluetooth: hci0: advertising data len corrected
[  204.946109] Bluetooth: hci0: advertising data len corrected
[  211.279573] Bluetooth: hci0: advertising data len corrected
[  211.692124] Bluetooth: hci0: advertising data len corrected
[  215.248075] Bluetooth: hci0: advertising data len corrected
[  216.016094] Bluetooth: hci0: advertising data len corrected
[  217.628128] Bluetooth: hci0: advertising data len corrected
[  229.549092] Bluetooth: hci0: advertising data len corrected
[  229.754099] Bluetooth: hci0: advertising data len corrected
[  230.576125] Bluetooth: hci0: advertising data len corrected
[  231.189128] Bluetooth: hci0: advertising data len corrected
[  234.860117] Bluetooth: hci0: advertising data len corrected
[  236.501187] Bluetooth: hci0: advertising data len corrected
[  238.929098] Bluetooth: hci0: advertising data len corrected
[  241.796772] Bluetooth: hci0: advertising data len corrected
[  242.000126] Bluetooth: hci0: advertising data len corrected
[  242.409144] Bluetooth: hci0: advertising data len corrected
[  244.646093] Bluetooth: hci0: advertising data len corrected
[  245.249095] Bluetooth: hci0: advertising data len corrected
[  245.663631] Bluetooth: hci0: advertising data len corrected
[  246.890746] Bluetooth: hci0: advertising data len corrected
[  247.298750] Bluetooth: hci0: advertising data len corrected
[  250.408151] Bluetooth: hci0: advertising data len corrected
[  254.619123] Bluetooth: hci0: advertising data len corrected
[  259.106117] Bluetooth: hci0: advertising data len corrected
[  260.539145] Bluetooth: hci0: advertising data len corrected
[  262.789168] Bluetooth: hci0: advertising data len corrected
[  264.014175] Bluetooth: hci0: advertising data len corrected
[  264.429541] Bluetooth: hci0: advertising data len corrected
[  266.665139] Bluetooth: hci0: advertising data len corrected
[  267.078152] Bluetooth: hci0: advertising data len corrected
[  275.244105] Bluetooth: hci0: advertising data len corrected
[  277.702119] Bluetooth: hci0: advertising data len corrected
[  286.360246] Bluetooth: hci0: advertising data len corrected
[  287.116145] Bluetooth: hci0: advertising data len corrected
[  289.164768] Bluetooth: hci0: advertising data len corrected
[  289.569103] Bluetooth: hci0: advertising data len corrected
[  290.385162] Bluetooth: hci0: advertising data len corrected
[  302.359128] Bluetooth: hci0: advertising data len corrected
[  311.719091] Bluetooth: hci0: advertising data len corrected
[  315.218155] Bluetooth: hci0: advertising data len corrected
[  317.686184] Bluetooth: hci0: advertising data len corrected
[  318.714902] Bluetooth: hci0: advertising data len corrected
[  319.526148] Bluetooth: hci0: advertising data len corrected
[  323.228154] Bluetooth: hci0: advertising data len corrected
[  332.449148] Bluetooth: hci0: advertising data len corrected
[  333.898156] Bluetooth: hci0: advertising data len corrected
[  336.564140] Bluetooth: hci0: advertising data len corrected
[  336.765114] Bluetooth: hci0: advertising data len corrected
[  339.300104] Bluetooth: hci0: advertising data len corrected
[  341.899118] Bluetooth: hci0: advertising data len corrected
[  342.108118] Bluetooth: hci0: advertising data len corrected
[  344.980735] Bluetooth: hci0: advertising data len corrected
[  345.798167] Bluetooth: hci0: advertising data len corrected
[  346.421145] Bluetooth: hci0: advertising data len corrected
[  346.829303] Bluetooth: hci0: advertising data len corrected
[  350.512159] Bluetooth: hci0: advertising data len corrected
[  350.922153] Bluetooth: hci0: advertising data len corrected
[  355.614137] Bluetooth: hci0: advertising data len corrected
[  356.216118] Bluetooth: hci0: advertising data len corrected
[  359.290136] Bluetooth: hci0: advertising data len corrected
[  366.852136] Bluetooth: hci0: advertising data len corrected
[  367.065139] Bluetooth: hci0: advertising data len corrected
[  370.987117] Bluetooth: hci0: advertising data len corrected
[  371.533128] Bluetooth: hci0: advertising data len corrected
[  373.369114] Bluetooth: hci0: advertising data len corrected
[  376.664131] Bluetooth: hci0: advertising data len corrected
[  377.081153] Bluetooth: hci0: advertising data len corrected
[  378.520154] Bluetooth: hci0: advertising data len corrected
[  380.370600] Bluetooth: hci0: advertising data len corrected
[  386.532102] Bluetooth: hci0: advertising data len corrected
[  387.555170] Bluetooth: hci0: advertising data len corrected
[  392.453129] Bluetooth: hci0: advertising data len corrected
[  393.680163] Bluetooth: hci0: advertising data len corrected
[  393.887100] Bluetooth: hci0: advertising data len corrected
[  394.705169] Bluetooth: hci0: advertising data len corrected
[  394.907134] Bluetooth: hci0: advertising data len corrected
[  395.520101] Bluetooth: hci0: advertising data len corrected
[  402.911111] Bluetooth: hci0: advertising data len corrected
[  406.590104] Bluetooth: hci0: advertising data len corrected
[  407.006104] Bluetooth: hci0: advertising data len corrected
[  409.465168] Bluetooth: hci0: advertising data len corrected
[  410.290157] Bluetooth: hci0: advertising data len corrected
[  410.903191] Bluetooth: hci0: advertising data len corrected
[  412.942162] Bluetooth: hci0: advertising data len corrected
[ 1410.486352] Bluetooth: hci0: advertising data len corrected
[ 1414.158771] Bluetooth: hci0: advertising data len corrected
[ 1414.571378] Bluetooth: hci0: advertising data len corrected
[ 1414.833356] Bluetooth: hci0: advertising data len corrected
[ 1416.478354] Bluetooth: hci0: advertising data len corrected
[ 1421.180345] Bluetooth: hci0: advertising data len corrected
[ 1422.618780] Bluetooth: hci0: advertising data len corrected
[ 1423.847361] Bluetooth: hci0: advertising data len corrected
[ 1424.053396] Bluetooth: hci0: advertising data len corrected
[ 1425.887345] Bluetooth: hci0: advertising data len corrected
[ 1427.754395] Bluetooth: hci0: advertising data len corrected
[ 1428.768353] Bluetooth: hci0: advertising data len corrected
[ 1429.591378] Bluetooth: hci0: advertising data len corrected
[ 1431.216986] Bluetooth: hci0: advertising data len corrected
[ 1433.455372] Bluetooth: hci0: advertising data len corrected
[ 1434.681385] Bluetooth: hci0: advertising data len corrected
[ 1437.120377] Bluetooth: hci0: advertising data len corrected
[ 1439.777382] Bluetooth: hci0: advertising data len corrected
[ 1443.851384] Bluetooth: hci0: advertising data len corrected
[ 1446.321555] Bluetooth: hci0: advertising data len corrected
[ 1448.791352] Bluetooth: hci0: advertising data len corrected
[ 1450.431399] Bluetooth: hci0: advertising data len corrected
[ 1450.838333] Bluetooth: hci0: advertising data len corrected
[ 1452.272380] Bluetooth: hci0: advertising data len corrected
[ 1453.307385] Bluetooth: hci0: advertising data len corrected
[ 1456.583393] Bluetooth: hci0: advertising data len corrected
[ 1458.228378] Bluetooth: hci0: advertising data len corrected
[ 1461.517383] Bluetooth: hci0: advertising data len corrected
[ 1461.718368] Bluetooth: hci0: advertising data len corrected
[ 1462.532345] Bluetooth: hci0: advertising data len corrected
[ 1465.799357] Bluetooth: hci0: advertising data len corrected
[ 1467.850389] Bluetooth: hci0: advertising data len corrected
[ 1468.053369] Bluetooth: hci0: advertising data len corrected
[ 1469.076382] Bluetooth: hci0: advertising data len corrected
[ 1469.897436] Bluetooth: hci0: advertising data len corrected
[ 1472.357390] Bluetooth: hci0: advertising data len corrected
[ 1473.795550] Bluetooth: hci0: advertising data len corrected
[ 1475.853384] Bluetooth: hci0: advertising data len corrected
[ 1476.677348] Bluetooth: hci0: advertising data len corrected
[ 1477.710353] Bluetooth: hci0: advertising data len corrected
[ 1478.742702] Bluetooth: hci0: advertising data len corrected
[ 1479.349375] Bluetooth: hci0: advertising data len corrected
[ 1479.558362] Bluetooth: hci0: advertising data len corrected
[ 1480.372362] Bluetooth: hci0: advertising data len corrected
[ 1480.787380] Bluetooth: hci0: advertising data len corrected
[ 1482.424395] Bluetooth: hci0: advertising data len corrected
[ 1486.328378] Bluetooth: hci0: advertising data len corrected
[ 1489.196392] Bluetooth: hci0: advertising data len corrected
[ 1491.052373] Bluetooth: hci0: advertising data len corrected
[ 1491.868750] Bluetooth: hci0: advertising data len corrected
[ 1493.101595] Bluetooth: hci0: advertising data len corrected
[ 1498.644381] Bluetooth: hci0: advertising data len corrected
[ 1498.848343] Bluetooth: hci0: advertising data len corrected
[ 1500.071413] Bluetooth: hci0: advertising data len corrected
[ 1502.317369] Bluetooth: hci0: advertising data len corrected
[ 1506.412399] Bluetooth: hci0: advertising data len corrected
[ 1508.854386] Bluetooth: hci0: advertising data len corrected
[ 1513.953369] Bluetooth: hci0: advertising data len corrected
[ 1515.192383] Bluetooth: hci0: advertising data len corrected
[ 1517.430347] Bluetooth: hci0: advertising data len corrected
[ 1519.674379] Bluetooth: hci0: advertising data len corrected
[ 1522.135394] Bluetooth: hci0: advertising data len corrected
[ 1523.578352] Bluetooth: hci0: advertising data len corrected
[ 1524.405398] Bluetooth: hci0: advertising data len corrected
[ 1525.213370] Bluetooth: hci0: advertising data len corrected
[ 1526.041421] Bluetooth: hci0: advertising data len corrected
[ 1528.308423] Bluetooth: hci0: advertising data len corrected
[ 1530.963399] Bluetooth: hci0: advertising data len corrected
[ 1531.366379] Bluetooth: hci0: advertising data len corrected
[ 1532.591565] Bluetooth: hci0: advertising data len corrected
[ 1536.293393] Bluetooth: hci0: advertising data len corrected
[ 1537.513603] Bluetooth: hci0: advertising data len corrected
[ 1538.740377] Bluetooth: hci0: advertising data len corrected
[ 1539.353782] Bluetooth: hci0: advertising data len corrected
[ 1540.171371] Bluetooth: hci0: advertising data len corrected
[ 1543.230357] Bluetooth: hci0: advertising data len corrected
[ 1544.653420] Bluetooth: hci0: advertising data len corrected
[ 1545.461373] Bluetooth: hci0: advertising data len corrected
[ 1546.898805] Bluetooth: hci0: advertising data len corrected
[ 1549.347422] Bluetooth: hci0: advertising data len corrected
[ 1549.965403] Bluetooth: hci0: advertising data len corrected
[ 1551.193405] Bluetooth: hci0: advertising data len corrected
[ 1552.221400] Bluetooth: hci0: advertising data len corrected
[ 1552.637391] Bluetooth: hci0: advertising data len corrected
[ 1553.657806] Bluetooth: hci0: advertising data len corrected
[ 1555.303401] Bluetooth: hci0: advertising data len corrected
[ 1556.130407] Bluetooth: hci0: advertising data len corrected
[ 1559.005404] Bluetooth: hci0: advertising data len corrected
[ 1560.845416] Bluetooth: hci0: advertising data len corrected
[ 1561.660389] Bluetooth: hci0: advertising data len corrected
[ 1562.471357] Bluetooth: hci0: advertising data len corrected
[ 1563.489391] Bluetooth: hci0: advertising data len corrected
[ 1566.366379] Bluetooth: hci0: advertising data len corrected
[ 1569.842382] Bluetooth: hci0: advertising data len corrected
[ 1571.484407] Bluetooth: hci0: advertising data len corrected
[ 1572.912398] Bluetooth: hci0: advertising data len corrected
[ 1574.963363] Bluetooth: hci0: advertising data len corrected
[ 1577.614435] Bluetooth: hci0: advertising data len corrected
[ 1578.430411] Bluetooth: hci0: advertising data len corrected
[ 1579.249381] Bluetooth: hci0: advertising data len corrected
[ 1580.670379] Bluetooth: hci0: advertising data len corrected
[ 1587.424392] Bluetooth: hci0: advertising data len corrected
[ 1588.866407] Bluetooth: hci0: advertising data len corrected
[ 1591.137396] Bluetooth: hci0: advertising data len corrected
[ 1591.542405] Bluetooth: hci0: advertising data len corrected
[ 1591.949392] Bluetooth: hci0: advertising data len corrected
[ 1592.969351] Bluetooth: hci0: advertising data len corrected
[ 1596.455408] Bluetooth: hci0: advertising data len corrected
[ 1597.891832] Bluetooth: hci0: advertising data len corrected
[ 1601.788591] Bluetooth: hci0: advertising data len corrected
[ 1605.259416] Bluetooth: hci0: advertising data len corrected
[ 1606.283818] Bluetooth: hci0: advertising data len corrected
[ 1614.258422] Bluetooth: hci0: advertising data len corrected
[ 1616.701430] Bluetooth: hci0: advertising data len corrected
[ 1621.629430] Bluetooth: hci0: advertising data len corrected
[ 1624.700393] Bluetooth: hci0: advertising data len corrected
[ 1628.599381] Bluetooth: hci0: advertising data len corrected
[ 1631.465381] Bluetooth: hci0: advertising data len corrected
[ 1632.889378] Bluetooth: hci0: advertising data len corrected
[ 1634.331382] Bluetooth: hci0: advertising data len corrected
[ 1635.156433] Bluetooth: hci0: advertising data len corrected
[ 1636.592551] Bluetooth: hci0: advertising data len corrected
[ 1641.505408] Bluetooth: hci0: advertising data len corrected
[ 1642.318393] Bluetooth: hci0: advertising data len corrected
[ 1644.770436] Bluetooth: hci0: advertising data len corrected
[ 1646.818431] Bluetooth: hci0: advertising data len corrected
[ 1648.246429] Bluetooth: hci0: advertising data len corrected
[ 1648.856386] Bluetooth: hci0: advertising data len corrected
[ 1649.263375] Bluetooth: hci0: advertising data len corrected
[ 1649.881408] Bluetooth: hci0: advertising data len corrected
[ 1654.611707] Bluetooth: hci0: advertising data len corrected
[ 1655.026420] Bluetooth: hci0: advertising data len corrected
[ 1656.252419] Bluetooth: hci0: advertising data len corrected
[ 1657.274423] Bluetooth: hci0: advertising data len corrected
[ 1660.335430] Bluetooth: hci0: advertising data len corrected
[ 1664.451434] Bluetooth: hci0: advertising data len corrected
[ 1665.879437] Bluetooth: hci0: advertising data len corrected
[ 1667.513958] Bluetooth: hci0: advertising data len corrected
[ 1668.343429] Bluetooth: hci0: advertising data len corrected
[ 1669.363467] Bluetooth: hci0: advertising data len corrected
[ 1670.181809] Bluetooth: hci0: advertising data len corrected
[ 1673.244824] Bluetooth: hci0: advertising data len corrected
[ 1673.860398] Bluetooth: hci0: advertising data len corrected
[ 1678.758430] Bluetooth: hci0: advertising data len corrected
[ 1680.801405] Bluetooth: hci0: advertising data len corrected
[ 1681.620800] Bluetooth: hci0: advertising data len corrected
[ 1683.257400] Bluetooth: hci0: advertising data len corrected
[ 1686.713429] Bluetooth: hci0: advertising data len corrected
[ 1690.430417] Bluetooth: hci0: advertising data len corrected
[ 1691.668414] Bluetooth: hci0: advertising data len corrected
[ 1946.476460] Bluetooth: hci0: advertising data len corrected
[ 1949.203495] Bluetooth: hci0: advertising data len corrected
[ 1954.743496] Bluetooth: hci0: advertising data len corrected
[ 1959.624469] Bluetooth: hci0: advertising data len corrected
[ 1960.039476] Bluetooth: hci0: advertising data len corrected
[ 1961.066486] Bluetooth: hci0: advertising data len corrected
[ 1961.880445] Bluetooth: hci0: advertising data len corrected
[ 1962.702495] Bluetooth: hci0: advertising data len corrected
[ 1965.176548] Bluetooth: hci0: advertising data len corrected
[ 1965.586494] Bluetooth: hci0: advertising data len corrected
[ 1968.458481] Bluetooth: hci0: advertising data len corrected
[ 1970.506444] Bluetooth: hci0: advertising data len corrected
[ 1972.158459] Bluetooth: hci0: advertising data len corrected
[ 1979.123464] Bluetooth: hci0: advertising data len corrected
[    0.289285] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.304611] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    2.248789] iwlwifi 0000:01:00.0: loaded firmware version 36.77d01142.0 op_mode iwlmvm
[    2.437947] iwlwifi 0000:01:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    2.464666] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[    2.464687] [drm] PSP loading VCN firmware
[    2.503023] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    2.506405] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    3.907700] Bluetooth: hci0: Waiting for firmware download to complete
[    3.907967] Bluetooth: hci0: Firmware loaded in 1378750 usecs
knackes@knackes-ZenBook:~$ 

Et la seconde :

knackes@knackes-ZenBook:~$ sudo service bluetooth status
[sudo] password for knackes: 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2020-05-05 11:59:38 CEST; 33min ago
       Docs: man:bluetoothd(8)
   Main PID: 849 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 7003)
     Memory: 3.5M
     CGroup: /system.slice/bluetooth.service
             └─849 /usr/lib/bluetooth/bluetoothd

mai 05 11:59:38 knackes-ZenBook systemd[1]: Starting Bluetooth service...
mai 05 11:59:38 knackes-ZenBook bluetoothd[849]: Bluetooth daemon 5.53
mai 05 11:59:38 knackes-ZenBook systemd[1]: Started Bluetooth service.
mai 05 11:59:38 knackes-ZenBook bluetoothd[849]: Starting SDP server
mai 05 11:59:38 knackes-ZenBook bluetoothd[849]: Bluetooth management interface 1.14 initialized
mai 05 11:59:49 knackes-ZenBook bluetoothd[849]: Endpoint registered: sender=:1.105 path=/MediaEndpoint/A2DPSink/sbc
mai 05 11:59:49 knackes-ZenBook bluetoothd[849]: Endpoint registered: sender=:1.105 path=/MediaEndpoint/A2DPSource/sbc
knackes@knackes-ZenBook:~$ 

Hors ligne

#14 Le 05/05/2020, à 11:55

xubu1957

Re : Connexion ecouteurs bluetooth

En cherchant :

 Bluetooth: hci0: advertising data len corrected

Tu as d'autres appareils avec du Bluetooth, je viens de lire > Bluetooth: hci0 advertising data length corrected


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

#15 Le 05/05/2020, à 12:07

Knackes

Re : Connexion ecouteurs bluetooth

xubu1957 a écrit :

En cherchant :

 Bluetooth: hci0: advertising data len corrected

Tu as d'autres appareils avec du Bluetooth, je viens de lire > Bluetooth: hci0 advertising data length corrected

En effet j'avais d'autres appareils avec le bluetooth d'allumé mais je viens de le couper sur tous les appareils possibles et j'ai toujours le même retour.

Dernière modification par Knackes (Le 05/05/2020, à 12:09)

Hors ligne

#16 Le 05/05/2020, à 12:20

xubu1957

Re : Connexion ecouteurs 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

#17 Le 05/05/2020, à 17:31

Knackes

Re : Connexion ecouteurs bluetooth

Je viens de lire, le problème est que je suis sur ubuntu 20.04, qui si j'ai bien compris est la dernière version LTS, hmm

Hors ligne

#18 Le 05/05/2020, à 17:45

xubu1957

Re : Connexion ecouteurs bluetooth

Et tester avec une 18.04 LTS ?

> pour écarter un bug de jeunesse de la version


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

#19 Le 05/05/2020, à 17:50

Knackes

Re : Connexion ecouteurs bluetooth

xubu1957 a écrit :

Et tester avec une 18.04 LTS ?

> pour écarter un bug de jeunesse de la version

Il est possible de passer à une version antérieur ? Ou il faut obligatoirement écraser le système actuel en installant la version 18.04 ?

Dernière modification par Knackes (Le 05/05/2020, à 17:50)

Hors ligne

#20 Le 05/05/2020, à 17:59

xubu1957

Re : Connexion ecouteurs bluetooth

Cela impliquerait une réinstallation.

Tu devrais tester une version 18.04, en session-live, pour voir si le Bluetooth est opérationnel et avec les commandes du #2,  si on pouvait obtenir plus d'informations.


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

#21 Le 05/05/2020, à 18:40

Knackes

Re : Connexion ecouteurs bluetooth

xubu1957 a écrit :

Cela impliquerait une réinstallation.

Tu devrais tester une version 18.04, en session-live, pour voir si le Bluetooth est opérationnel et avec les commandes du #2,  si on pouvait obtenir plus d'informations.

Je vais essayé ça, je vous tiens au courrant !

Hors ligne

#22 Le 05/05/2020, à 20:39

Knackes

Re : Connexion ecouteurs bluetooth

J'ai testé avec ubuntu 18.04 en session-live et les écouteurs ne s'affichent même pas dans les devices bluetooth (j'ai activé le bluetooth de mon téléphone et celui-ci s'est tout de suite afficher).
J'ai tenté d'installer blueman, mais impossible le package n'est pas reconnu..

Hors ligne

#23 Le 06/05/2020, à 05:58

xubu1957

Re : Connexion ecouteurs bluetooth

Je vais solliciter Nuliel.
_ _ _

(edit=messages regroupés)
_ _ _

Bonjour,

Tu peux tester ces commandes :

Le 05/05/2020, alduc31 a écrit :

Salut,

Une fois l'appareil bluetooth connecté, tu peux faire :

bluetoothctl info

Si tu envoies de l'audio :

pacmd ls

(...)

Tu peux faire

bluetoothctl show

pour voir l'adaptateur bluetooth de ton pc.

?

reprises dans > bluetooth dysfonctionne

Dernière modification par xubu1957 (Le 18/05/2020, à 20:07)


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

#24 Le 06/05/2020, à 19:25

Knackes

Re : Connexion ecouteurs bluetooth

Bonjour !

Voilà les commandes :

knackes@knackes-ZenBook:~$ bluetoothctl info
Device 38:18:4C:50:13:79 (public)
	Name: LE_WF-1000XM3
	Alias: LE_WF-1000XM3
	Appearance: 0x1234
	Paired: yes
	Trusted: yes
	Blocked: no
	Connected: yes
	LegacyPairing: no
	UUID: Unknown                   (00000709-0000-1000-8000-00805f9b34fb)
	UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
	UUID: Unknown                   (0000fe03-0000-1000-8000-00805f9b34fb)
	UUID: Vendor specific           (55f80aef-d89f-41a4-9e36-0ffc88dc81ce)
	UUID: Vendor specific           (5b833e05-6bc7-4802-8e9a-723ceca4bd8f)
	UUID: Vendor specific           (5b833e06-6bc7-4802-8e9a-723ceca4bd8f)
	UUID: Vendor specific           (67a846ad-de3e-451b-a6d8-7b2899ca2370)
	UUID: Vendor specific           (91c10d9c-aaef-42bd-b6d6-8a648c19213d)
	UUID: Vendor specific           (dc405470-a351-4a59-97d8-2e2e3b207fbb)
	UUID: Vendor specific           (fe59bfa8-7fe3-4a05-9d94-99fadc69faff)
	ManufacturerData Key: 0x012d
	ManufacturerData Value:
  04 00 01 32 00 01 00 00 00 00 00 60 cb 00 00 00  ...2.......`....
  00 00 00                                         ...             
	ServiceData Key: 0000fe2c-0000-1000-8000-00805f9b34fb
	ServiceData Value:
  38 c9 5c                                         8.\             
	RSSI: -55
	TxPower: -12
knackes@knackes-ZenBook:~$ 
knackes@knackes-ZenBook:~$ pacmd ls
Memory blocks currently allocated: 53, size: 622,1 Kio.
Memory blocks allocated during the whole lifetime: 36536, size: 48,9 Mio.
Memory blocks imported from other processes: 51, size: 432,7 Kio.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 125,5 Kio.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-0000_03_00.6.analog-stereo
Default source name: alsa_input.pci-0000_03_00.6.analog-stereo
Memory blocks of type POOL: 1 allocated/16906 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 1 allocated/1 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/17650 accumulated.
Memory blocks of type IMPORTED: 51 allocated/1979 accumulated.
28 module(s) loaded.
    index: 0
	name: <module-device-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the volume/mute state of devices"
		module.version = "13.99.1"
    index: 1
	name: <module-stream-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the volume/mute/device state of streams"
		module.version = "13.99.1"
    index: 2
	name: <module-card-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore profile of cards"
		module.version = "13.99.1"
    index: 3
	name: <module-augment-properties>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Augment the property sets of streams with additional static information"
		module.version = "13.99.1"
    index: 4
	name: <module-switch-on-port-available>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "David Henningsson"
		module.description = "Switches ports and profiles when devices are plugged/unplugged"
		module.version = "13.99.1"
    index: 5
	name: <module-udev-detect>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Detect available audio hardware and load matching drivers"
		module.version = "13.99.1"
    index: 6
	name: <module-alsa-card>
	argument: <device_id="0" name="pci-0000_03_00.1" card_name="alsa_card.pci-0000_03_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1">
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Card"
		module.version = "13.99.1"
    index: 7
	name: <module-alsa-card>
	argument: <device_id="1" name="pci-0000_03_00.6" card_name="alsa_card.pci-0000_03_00.6" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1">
	used: 2
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Card"
		module.version = "13.99.1"
    index: 8
	name: <module-bluetooth-policy>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Frédéric Dalleau, Pali Rohár"
		module.description = "Policy module to make using bluetooth devices out-of-the-box easier"
		module.version = "13.99.1"
    index: 9
	name: <module-native-protocol-unix>
	argument: <>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Native protocol (UNIX sockets)"
		module.version = "13.99.1"
    index: 10
	name: <module-default-device-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the default sink and source"
		module.version = "13.99.1"
    index: 11
	name: <module-always-sink>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Garde toujours au moins une destination même si elle est vide"
		module.version = "13.99.1"
    index: 12
	name: <module-intended-roles>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically set device of streams based on intended roles of devices"
		module.version = "13.99.1"
    index: 13
	name: <module-suspend-on-idle>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "When a sink/source is idle for too long, suspend it"
		module.version = "13.99.1"
    index: 14
	name: <module-console-kit>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Create a client for each ConsoleKit session of this user"
		module.version = "13.99.1"
    index: 15
	name: <module-systemd-login>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Create a client for each login session of this user"
		module.version = "13.99.1"
    index: 16
	name: <module-position-event-sounds>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
		module.version = "13.99.1"
    index: 17
	name: <module-role-cork>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Mute & cork streams with certain roles while others exist"
		module.version = "13.99.1"
    index: 18
	name: <module-snap-policy>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Canonical Ltd"
		module.description = "Ubuntu Snap policy management"
		module.version = "13.99.1"
    index: 19
	name: <module-filter-heuristics>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Detect when various filters are desirable"
		module.version = "13.99.1"
    index: 20
	name: <module-filter-apply>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Load filter sinks automatically when needed"
		module.version = "13.99.1"
    index: 21
	name: <module-x11-publish>
	argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "X11 credential publisher"
		module.version = "13.99.1"
    index: 22
	name: <module-x11-cork-request>
	argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Synthesize X11 media key events when cork/uncork is requested"
		module.version = "13.99.1"
    index: 23
	name: <module-x11-xsmp>
	argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority session_manager=local/knackes-ZenBook:@/tmp/.ICE-unix/2077,unix/knackes-ZenBook:/tmp/.ICE-unix/2077>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "X11 session management"
		module.version = "13.99.1"
    index: 24
	name: <module-bluetooth-discover>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "João Paulo Rechi Vita"
		module.description = "Detect available Bluetooth daemon and load the corresponding discovery module"
		module.version = "13.99.1"
    index: 25
	name: <module-bluez5-discover>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "João Paulo Rechi Vita"
		module.description = "Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers"
		module.version = "13.99.1"
    index: 26
	name: <module-switch-on-connect>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Michael Terry"
		module.description = "When a sink/source is added, switch to it or conditionally switch to it"
		module.version = "13.99.1"
    index: 27
	name: <module-cli-protocol-unix>
	argument: <>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Command line interface protocol (UNIX sockets)"
		module.version = "13.99.1"
1 sink(s) available.
  * index: 0
	name: <alsa_output.pci-0000_03_00.6.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
	state: RUNNING
	suspend cause: (none)
	priority: 9039
	volume: front-left: 26216 /  40% / -23,87 dB,   front-right: 26216 /  40% / -23,87 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 100,85 ms
	max request: 17 KiB
	max rewind: 17 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	used by: 1
	linked by: 2
	fixed latency: 100,14 ms
	card: 1 <alsa_card.pci-0000_03_00.6>
	module: 7
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC294 Analog"
		alsa.id = "ALC294 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "1"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xfe7c0000 irq 63"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:03:00.6"
		sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1022"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
		device.product.id = "15e3"
		device.product.name = "Family 17h (Models 10h-1fh) HD Audio Controller"
		device.string = "front:1"
		device.buffering.buffer_size = "17664"
		device.buffering.fragment_size = "2944"
		device.access_mode = "mmap"
		device.profile.name = "analog-stereo"
		device.profile.description = "Stéréo analogique"
		device.description = "Family 17h (Models 10h-1fh) HD Audio Controller Stéréo analogique"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-output-speaker: Haut-parleurs (priority 10000, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "audio-speakers"
		analog-output-headphones: Casque audio (priority 9900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"
	active port: <analog-output-speaker>
2 source(s) available.
    index: 0
	name: <alsa_output.pci-0000_03_00.6.analog-stereo.monitor>
	driver: <module-alsa-card.c>
	flags: DECIBEL_VOLUME LATENCY 
	state: IDLE
	suspend cause: (none)
	priority: 1030
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 17 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	used by: 0
	linked by: 0
	fixed latency: 100,14 ms
	monitor_of: 0
	card: 1 <alsa_card.pci-0000_03_00.6>
	module: 7
	properties:
		device.description = "Monitor of Family 17h (Models 10h-1fh) HD Audio Controller Stéréo analogique"
		device.class = "monitor"
		alsa.card = "1"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xfe7c0000 irq 63"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:03:00.6"
		sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1022"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
		device.product.id = "15e3"
		device.product.name = "Family 17h (Models 10h-1fh) HD Audio Controller"
		device.string = "1"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
  * index: 1
	name: <alsa_input.pci-0000_03_00.6.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9039
	volume: front-left: 10387 /  16% / -48,00 dB,   front-right: 10387 /  16% / -48,00 dB
	        balance 0,00
	base volume: 6554 /  10% / -60,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	used by: 0
	linked by: 0
	fixed latency: 100,14 ms
	card: 1 <alsa_card.pci-0000_03_00.6>
	module: 7
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC294 Analog"
		alsa.id = "ALC294 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "1"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xfe7c0000 irq 63"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:03:00.6"
		sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1022"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
		device.product.id = "15e3"
		device.product.name = "Family 17h (Models 10h-1fh) HD Audio Controller"
		device.string = "front:1"
		device.buffering.buffer_size = "17664"
		device.buffering.fragment_size = "2944"
		device.access_mode = "mmap"
		device.profile.name = "analog-stereo"
		device.profile.description = "Stéréo analogique"
		device.description = "Family 17h (Models 10h-1fh) HD Audio Controller Stéréo analogique"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-input-internal-mic: Microphone interne (priority 8900, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-headset-mic: Microphone casque (priority 8800, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
	active port: <analog-input-internal-mic>
12 client(s) logged in.
    index: 0
	driver: <module-systemd-login.c>
	owner module: 15
	properties:
		application.name = "Login Session 2"
		systemd-login.session = "2"
    index: 4
	driver: <module-x11-xsmp.c>
	owner module: 23
	properties:
		application.name = "XSMP Session on gnome-session as 1021a2dbc95a9ea01d158878891131707000000020770061"
		xsmp.vendor = "gnome-session"
		xsmp.client.id = "1021a2dbc95a9ea01d158878891131707000000020770061"
    index: 8
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "GNOME Volume Control Media Keys"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.id = "org.gnome.VolumeControl"
		application.icon_name = "multimedia-volume-control"
		application.version = ""
		application.process.id = "2205"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gsd-media-keys"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
    index: 10
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "3230"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "firefox"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
		application.icon_name = "firefox"
    index: 11
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "Settings"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "3608"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gnome-control-center"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
		application.icon_name = "org.gnome.Settings"
    index: 12
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "gsd-power"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "2207"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gsd-power"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
    index: 13
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "GNOME Shell Volume Control"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.id = "org.gnome.VolumeControl"
		application.icon_name = "multimedia-volume-control"
		application.version = "3.36.1"
		application.process.id = "3668"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gnome-shell"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
    index: 14
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "gnome-shell"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "3668"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gnome-shell"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
    index: 17
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "Terminal"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.icon_name = "org.gnome.Terminal"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "5389"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gnome-terminal-server"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
    index: 18
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.process.id = "3230"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "firefox"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
		application.icon_name = "firefox"
    index: 20
	driver: <protocol-native.c>
	owner module: 9
	properties:
		application.name = "spotify"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "32"
		application.process.id = "6049"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "spotify"
		window.x11.display = ":0"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
    index: 21
	driver: <cli.c>
	owner module: 27
	properties:
		application.name = "UNIX socket client"
2 card(s) available.
    index: 0
	name: <alsa_card.pci-0000_03_00.1>
	driver: <module-alsa-card.c>
	owner module: 6
	properties:
		alsa.card = "0"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xfe7c8000 irq 62"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:03:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:03:00.1/sound/card0"
		device.bus = "pci"
		device.vendor.id = "1002"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
		device.product.id = "15de"
		device.product.name = "Raven/Raven2/Fenghuang HDMI/DP Audio Controller"
		device.string = "0"
		device.description = "Raven/Raven2/Fenghuang HDMI/DP Audio Controller"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		output:hdmi-stereo: Sortie Digital Stereo (HDMI) (priority 5900, available: no)
		output:hdmi-surround: Sortie Digital Surround 5.1 (HDMI) (priority 800, available: no)
		output:hdmi-surround71: Sortie Digital Surround 7.1 (HDMI) (priority 800, available: no)
		off: Éteint (priority 0, available: unknown)
	active profile: <off>
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
    index: 1
	name: <alsa_card.pci-0000_03_00.6>
	driver: <module-alsa-card.c>
	owner module: 7
	properties:
		alsa.card = "1"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xfe7c0000 irq 63"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:03:00.6"
		sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:03:00.6/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1022"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
		device.product.id = "15e3"
		device.product.name = "Family 17h (Models 10h-1fh) HD Audio Controller"
		device.string = "1"
		device.description = "Family 17h (Models 10h-1fh) HD Audio Controller"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		input:analog-stereo: Entrée Stéréo analogique (priority 65, available: unknown)
		output:analog-stereo: Sortie Stéréo analogique (priority 6500, available: unknown)
		output:analog-stereo+input:analog-stereo: Duplex stéréo analogique (priority 6565, available: unknown)
		off: Éteint (priority 0, available: unknown)
	active profile: <output:analog-stereo+input:analog-stereo>
	sinks:
		alsa_output.pci-0000_03_00.6.analog-stereo/#0: Family 17h (Models 10h-1fh) HD Audio Controller Stéréo analogique
	sources:
		alsa_output.pci-0000_03_00.6.analog-stereo.monitor/#0: Monitor of Family 17h (Models 10h-1fh) HD Audio Controller Stéréo analogique
		alsa_input.pci-0000_03_00.6.analog-stereo/#1: Family 17h (Models 10h-1fh) HD Audio Controller Stéréo analogique
	ports:
		analog-input-internal-mic: Microphone interne (priority 8900, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-headset-mic: Microphone casque (priority 8800, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-output-speaker: Haut-parleurs (priority 10000, latency offset 0 usec, available: yes)
			properties:
				device.icon_name = "audio-speakers"
		analog-output-headphones: Casque audio (priority 9900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"
2 sink input(s) available.
    index: 2
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: CORKED
	sink: 0 <alsa_output.pci-0000_03_00.6.analog-stereo>
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	muted: no
	current latency: 233,12 ms
	requested latency: 100,14 ms
	sample spec: float32le 2ch 48000Hz
	channel map: front-left,front-right
	             Stéréo
	resample method: speex-float-1
	module: 9
	client: 18 <Firefox>
	properties:
		media.name = "AudioStream"
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.process.id = "3230"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "firefox"
		application.language = "en_US.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
		application.icon_name = "firefox"
		module-stream-restore.id = "sink-input-by-application-name:Firefox"
    index: 3
	driver: <protocol-native.c>
	flags: START_CORKED 
	state: RUNNING
	sink: 0 <alsa_output.pci-0000_03_00.6.analog-stereo>
	volume: front-left: 65535 / 100% / -0,00 dB,   front-right: 65535 / 100% / -0,00 dB
	        balance 0,00
	muted: no
	current latency: 1869,91 ms
	requested latency: 100,14 ms
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	resample method: (null)
	module: 9
	client: 20 <spotify>
	properties:
		media.role = "music"
		media.name = "Spotify"
		application.name = "spotify"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "32"
		application.process.id = "6049"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "spotify"
		window.x11.display = ":0"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
		module-stream-restore.id = "sink-input-by-media-role:music"
0 source output(s) available.
1 cache entrie(s) available.
    name: <dialog-question>
	index: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stéréo
	length: 128560
	duration: 0,7 s
	volume: n/a
	        balance 0,00
	lazy: no
	filename: <n/a>
	properties:
		media.role = "event"
		event.description = "Message dialog shown"
		event.id = "dialog-question"
		media.name = "dialog-question"
		media.filename = "/usr/share//sounds/Yaru/stereo/dialog-question.oga"
		application.name = "Settings"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "3608"
		application.process.user = "knackes"
		application.process.host = "knackes-ZenBook"
		application.process.binary = "gnome-control-center"
		application.language = "en_US.UTF-8"
		application.process.machine_id = "7b0a6c8044374477940b125967bbac7c"
		application.icon_name = "org.gnome.Settings"
knackes@knackes-ZenBook:~$ 
knackes@knackes-ZenBook:~$ bluetoothctl show
Controller 50:E0:85:5A:3D:49 (public)
	Name: knackes-ZenBook
	Alias: knackes-ZenBook
	Class: 0x001c010c
	Powered: yes
	Discoverable: yes
	DiscoverableTimeout: 0x00000000
	Pairable: yes
	UUID: Message Notification Se.. (00001133-0000-1000-8000-00805f9b34fb)
	UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
	UUID: OBEX Object Push          (00001105-0000-1000-8000-00805f9b34fb)
	UUID: Message Access Server     (00001132-0000-1000-8000-00805f9b34fb)
	UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
	UUID: IrMC Sync                 (00001104-0000-1000-8000-00805f9b34fb)
	UUID: Vendor specific           (00005005-0000-1000-8000-0002ee000001)
	UUID: Headset AG                (00001112-0000-1000-8000-00805f9b34fb)
	UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
	UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
	UUID: Phonebook Access Server   (0000112f-0000-1000-8000-00805f9b34fb)
	UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
	UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
	UUID: Headset                   (00001108-0000-1000-8000-00805f9b34fb)
	UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
	UUID: OBEX File Transfer        (00001106-0000-1000-8000-00805f9b34fb)
	Modalias: usb:v1D6Bp0246d0535
	Discovering: yes
Advertising Features:
	ActiveInstances: 0x00
	SupportedInstances: 0x05
	SupportedIncludes: tx-power
	SupportedIncludes: appearance
	SupportedIncludes: local-name
knackes@knackes-ZenBook:~$ 

Merci !

Hors ligne

#25 Le 06/05/2020, à 19:40

xubu1957

Re : Connexion ecouteurs bluetooth

Bonjour,

J'ai vu ces commandes hier, mais je ne sais pas comment en exploiter les retours ! sad


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