#26 Le 11/05/2021, à 17:28
- xubu1957
Re : Pieuvre bluetooth : pas de microphone
Bonne soirée à toi aussi.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#27 Le 14/05/2021, à 16:22
- Jean-Louis75
Re : Pieuvre bluetooth : pas de microphone
Bonjour,
j'ai installé une autre clé USB de type TP-link UB400 qui est supportée par Ubuntu et procédé aux mêmes essais.
Ausun souci pour faire fonctionner la cle USB UB400 et aucun souci pour me connecter sur une pieuvre.
Le haut-parleur fonctionne bien mais toujours le même problème : le microphone ne fonctionne pas.
Résumons : deux clés USB différentes, deux pieuvres différentes et toujours le même problème.
Il est donc plus probable qu'il s'agit d'une limitation ou mauvaise configuration d'une couche logicielle (laquelle ?) que d'un problème matériel. D'autant que ces deux pieuvres fonctioinnent très bien sous windose.
Du point de vue des messages je note ceci d'intéressant:
jlb@jlb-DS87D:~/BLUE$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-05-13 15:00:54 CEST; 1 day 2h ago
Docs: man:bluetoothd(8)
Main PID: 4431 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 19013)
Memory: 1.5M
CGroup: /system.slice/bluetooth.service
└─4431 /usr/lib/bluetooth/bluetoothd
mai 13 15:00:54 jlb-DS87D systemd[1]: Started Bluetooth service.
mai 13 15:00:54 jlb-DS87D bluetoothd[4431]: Bluetooth management interface 1.17 initialized
mai 13 15:00:54 jlb-DS87D bluetoothd[4431]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSink/sbc
mai 13 15:00:54 jlb-DS87D bluetoothd[4431]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSource/sbc
mai 13 15:01:05 jlb-DS87D bluetoothd[4431]: a2dp-source profile connect failed for 88:D0:39:D4:B4:E4: Device or resource busy
mai 13 15:01:05 jlb-DS87D bluetoothd[4431]: Control: Refusing unexpected connect
mai 13 15:01:08 jlb-DS87D bluetoothd[4431]: /org/bluez/hci0/dev_88_D0_39_D4_B4_E4/sep1/fd0: fd(48) ready
mai 14 16:57:50 jlb-DS87D bluetoothd[4431]: a2dp-source profile connect failed for 88:D0:39:D4:B4:E4: Device or resource busy
mai 14 16:57:50 jlb-DS87D bluetoothd[4431]: Control: Refusing unexpected connect
mai 14 16:57:53 jlb-DS87D bluetoothd[4431]: /org/bluez/hci0/dev_88_D0_39_D4_B4_E4/sep1/fd1: fd(51) ready
jlb@jlb-DS87D:~/BLUE$
et le retour de
# pactl list cards
que je restreins ci-dessous à la dernière carte, celle qui concerne le device incriminé à savoir ma pieuvre "power conf S3":
Carte #4
Nom : bluez_card.88_D0_39_D4_B4_E4
Pilote : module-bluez5-device.c
Module propriétaire : 31
Propriétés :
device.description = "PowerConf S3"
device.string = "88:D0:39:D4:B4:E4"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "headset"
bluez.path = "/org/bluez/hci0/dev_88_D0_39_D4_B4_E4"
bluez.class = "0x240404"
bluez.alias = "PowerConf S3"
device.icon_name = "audio-headset-bluetooth"
device.intended_roles = "phone"
Profils :
a2dp_source: Capture haute fidélité (A2DP Source) (sorties : 0, sources : 1, priorité : 20, disponible : non)
a2dp_sink: Lecture haute fidélité (A2DP Sink) (sorties : 1, sources : 0, priorité : 40, disponible : oui)
headset_head_unit: Unité centrale du casque (HSP/HFP) (sorties : 1, sources : 1, priorité : 30, disponible : non)
off: Éteint (sorties : 0, sources : 0, priorité : 0, disponible : oui)
Profil actif : a2dp_sink
Ports :
headset-output: Casque (priority: 0, latency offset: 0 usec)
Partie du(des) profil(s) : a2dp_sink, headset_head_unit
headset-input: Casque (priority: 0, latency offset: 0 usec, not available)
Partie du(des) profil(s) : a2dp_source, headset_head_unit
jlb@jlb-DS87D:~/BLUE$
où l'on voit que le profil utile "headset_head_unit" qui contient à la fois une sortie et une source, n'est pas disponible mais sans dire pourquoi
et que le port headset-input: Casque (priority: 0, latency offset: 0 usec, not available) non plus sans dire pourquoi.
Quasi rien dans
dmesg :
93870.472617] input: PowerConf S3 (AVRCP) as /devices/virtual/input/input42
aucune erreur tracée.... bref je ne sais qu'en penser.
Cordialement Jean-Louis
Hors ligne
#28 Le 14/05/2021, à 16:57
- xubu1957
Re : Pieuvre bluetooth : pas de microphone
Bonjour,
Montre :
lsusb -tv
repris dans cette page > gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/884
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#29 Le 14/05/2021, à 17:12
- Jean-Louis75
Re : Pieuvre bluetooth : pas de microphone
Bonsoir Xubu,
voici:
jlb@jlb-DS87D:~$ lsusb -tv
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 5: Dev 18, If 0, Class=Hub, Driver=hub/4p, 480M
ID 1a40:0101 Terminus Technology Inc. Hub
|__ Port 2: Dev 19, If 1, Class=Human Interface Device, Driver=usbhid, 12M
ID 03f0:a407 HP, Inc Wireless Optical Comfort Mouse
|__ Port 2: Dev 19, If 0, Class=Human Interface Device, Driver=usbhid, 12M
ID 03f0:a407 HP, Inc Wireless Optical Comfort Mouse
|__ Port 3: Dev 20, If 2, Class=Human Interface Device, Driver=usbhid, 12M
ID 046d:c52b Logitech, Inc. Unifying Receiver
|__ Port 3: Dev 20, If 0, Class=Human Interface Device, Driver=usbhid, 12M
ID 046d:c52b Logitech, Inc. Unifying Receiver
|__ Port 3: Dev 20, If 1, Class=Human Interface Device, Driver=usbhid, 12M
ID 046d:c52b Logitech, Inc. Unifying Receiver
|__ Port 6: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
|__ Port 6: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
|__ Port 7: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
ID 05e3:0608 Genesys Logic, Inc. Hub
|__ Port 8: Dev 7, If 0, Class=Mass Storage, Driver=usb-storage, 480M
ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
ID 8087:8000 Intel Corp.
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
ID 8087:8008 Intel Corp.
jlb@jlb-DS87D:~$
Il s'agit bien de ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Cordialement Jean-Louis
Hors ligne
#30 Le 14/05/2021, à 17:16
- Jean-Louis75
Re : Pieuvre bluetooth : pas de microphone
J'ai fait un petit script qui donne pas mal d'info:
#!/bin/bash
echo BLUE
echo -----------------------------
uname -a; lspci -nnk | grep -iA3 net; lsusb
dmesg | grep -i bluetooth; dmesg | grep -i firmware
lsmod | grep bluetooth
echo -----------------------------
echo analyse des cartes son du PC
echo -----------------------------
lspci | grep -i audio
echo -----------------------------
cat /proc/asound/cards
echo -----------------------------
cat /proc/asound/pcm
echo -----------------------------
echo cartes de sortie de son : aplay -l
aplay -l
echo -----------------------------
echo cartes de capture de son : arecord -l
arecord -l
echo -----------------------------
echo analyse USB devices : lsusb
echo -----------------------------
lsusb
echo -----------------------------
lsusb -v -s003:012
echo -----------------------------
echo Analyse Bluetooth bluetoothctl
echo -----------------------------
bluetoothctl devices
bluetoothctl info 88:D0:39:D4:B4:E4
echo -----------------------------
echo Analyse Hciconfig
echo -----------------------------
sudo hciconfig -a
echo -----------------------------
echo Analyse Pulse Audio server : pactl
echo -----------------------------
pactl list cards
pactl set-card-profile 3 headset_head_unit
echo -----------------------------
echo Analyse Hcitools
echo -----------------------------
# sudo hcitool scan
# for the PS10 petite pieuvre
# sudo hcitool info F2:79:34:C6:11:C1
# for the powerconf S3 pieuvre
sudo hcitool info 88:D0:39:D4:B4:E4
echo -----------------------------
echo -----------------------------
echo Analyse packages
echo -----------------------------
dpkg -l | grep blue
echo -----------------------------
echo Service Bluetooth
echo -----------------------------
sudo service bluetooth status
jlb@jlb-DS87D:~/BLUE$
et voici le résultat:
jlb@jlb-DS87D:~/BLUE$ ./blue
BLUE
-----------------------------
Linux jlb-DS87D 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1297:8002]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1297:8002]
Kernel driver in use: r8169
Kernel modules: r8169
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader
Bus 003 Device 005: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 020: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 019: ID 03f0:a407 HP, Inc Wireless Optical Comfort Mouse
Bus 003 Device 018: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 3.091590] Bluetooth: Core ver 2.22
[ 3.091608] Bluetooth: HCI device and connection manager initialized
[ 3.091611] Bluetooth: HCI socket layer initialized
[ 3.091612] Bluetooth: L2CAP socket layer initialized
[ 3.091613] Bluetooth: SCO socket layer initialized
[ 5.526444] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.526445] Bluetooth: BNEP filters: protocol multicast
[ 5.526448] Bluetooth: BNEP socket layer initialized
[ 13.319517] Bluetooth: RFCOMM TTY layer initialized
[ 13.319521] Bluetooth: RFCOMM socket layer initialized
[ 13.319524] Bluetooth: RFCOMM ver 1.11
[ 0.120147] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.145934] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
bluetooth 581632 47 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 16384 2 bluetooth
-----------------------------
analyse des cartes son du PC
-----------------------------
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
-----------------------------
0 [HDMI ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xf7e14000 irq 36
1 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf7e10000 irq 35
-----------------------------
00-03: HDMI 0 : HDMI 0 : playback 1
00-07: HDMI 1 : HDMI 1 : playback 1
00-08: HDMI 2 : HDMI 2 : playback 1
00-09: HDMI 3 : HDMI 3 : playback 1
00-10: HDMI 4 : HDMI 4 : playback 1
01-00: ALC892 Analog : ALC892 Analog : playback 1 : capture 1
01-01: ALC892 Digital : ALC892 Digital : playback 1
-----------------------------
cartes de sortie de son : aplay -l
**** Liste des Périphériques Matériels PLAYBACK ****
carte 0: HDMI [HDA Intel HDMI], périphérique 3: HDMI 0 [HDMI 0]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
carte 0: HDMI [HDA Intel HDMI], périphérique 7: HDMI 1 [HDMI 1]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
carte 0: HDMI [HDA Intel HDMI], périphérique 8: HDMI 2 [HDMI 2]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
carte 0: HDMI [HDA Intel HDMI], périphérique 9: HDMI 3 [HDMI 3]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
carte 0: HDMI [HDA Intel HDMI], périphérique 10: HDMI 4 [HDMI 4]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
carte 1: PCH [HDA Intel PCH], périphérique 0: ALC892 Analog [ALC892 Analog]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
carte 1: PCH [HDA Intel PCH], périphérique 1: ALC892 Digital [ALC892 Digital]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
-----------------------------
cartes de capture de son : arecord -l
**** Liste des Périphériques Matériels CAPTURE ****
carte 1: PCH [HDA Intel PCH], périphérique 0: ALC892 Analog [ALC892 Analog]
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0
-----------------------------
analyse USB devices : lsusb
-----------------------------
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader
Bus 003 Device 005: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 020: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 019: ID 03f0:a407 HP, Inc Wireless Optical Comfort Mouse
Bus 003 Device 018: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-----------------------------
-----------------------------
Analyse Bluetooth bluetoothctl
-----------------------------
Device F2:79:34:C6:11:C1 PS-10
Device 88:D0:39:D4:B4:E4 PowerConf S3
Device 88:D0:39:D4:B4:E4 (public)
Name: PowerConf S3
Alias: PowerConf S3
Class: 0x00240404
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
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)
UUID: Unknown (0000aaaa-0000-1000-8000-00805f9b34fb)
UUID: Unknown (0000bbbb-0000-1000-8000-00805f9b34fb)
UUID: Vendor specific (0cf12d31-fac3-4553-bd80-d6832e7b3302)
Modalias: bluetooth:v0000p0000d0000
ManufacturerData Key: 0x0000
ManufacturerData Value:
00 .
-----------------------------
Analyse Hciconfig
-----------------------------
[sudo] Mot de passe de jlb :
hci0: Type: Primary Bus: USB
BD Address: 00:1A:7D:DA:71:15 ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:6802140 acl:8235 sco:0 events:252151 errors:0
TX bytes:92679662 acl:329971 sco:0 commands:1216 errors:0
Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'jlb-DS87D'
Class: 0x1c0104
Service Classes: Rendering, Capturing, Object Transfer
Device Class: Computer, Desktop workstation
HCI Version: 4.0 (0x6) Revision: 0x22bb
LMP Version: 4.0 (0x6) Subversion: 0x22bb
Manufacturer: Cambridge Silicon Radio (10)
-----------------------------
Analyse Pulse Audio server : pactl
-----------------------------
Carte #0
Nom : alsa_card.pci-0000_00_03.0
Pilote : module-alsa-card.c
Module propriétaire : 24
Propriétés :
alsa.card = "0"
alsa.card_name = "HDA Intel HDMI"
alsa.long_card_name = "HDA Intel HDMI at 0xf7e14000 irq 36"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:03.0"
sysfs.path = "/devices/pci0000:00/0000:00:03.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "0c0c"
device.product.name = "Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller"
device.form_factor = "internal"
device.string = "0"
device.description = "Audio interne"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
Profils :
output:hdmi-stereo: Sortie Digital Stereo (HDMI) (sorties : 1, sources : 0, priorité : 5900, disponible : non)
output:hdmi-surround: Sortie Digital Surround 5.1 (HDMI) (sorties : 1, sources : 0, priorité : 800, disponible : non)
output:hdmi-surround71: Sortie Digital Surround 7.1 (HDMI) (sorties : 1, sources : 0, priorité : 800, disponible : non)
output:hdmi-stereo-extra1: Sortie Digital Stereo (HDMI 2) (sorties : 1, sources : 0, priorité : 5700, disponible : non)
output:hdmi-surround-extra1: Sortie Digital Surround 5.1 (HDMI 2) (sorties : 1, sources : 0, priorité : 600, disponible : non)
output:hdmi-surround71-extra1: Sortie Digital Surround 7.1 (HDMI 2) (sorties : 1, sources : 0, priorité : 600, disponible : non)
output:hdmi-stereo-extra2: Sortie Digital Stereo (HDMI 3) (sorties : 1, sources : 0, priorité : 5700, disponible : non)
output:hdmi-stereo-extra3: Sortie Digital Stereo (HDMI 4) (sorties : 1, sources : 0, priorité : 5700, disponible : non)
output:hdmi-surround-extra3: Sortie Digital Surround 5.1 (HDMI 4) (sorties : 1, sources : 0, priorité : 600, disponible : non)
output:hdmi-surround71-extra3: Sortie Digital Surround 7.1 (HDMI 4) (sorties : 1, sources : 0, priorité : 600, disponible : non)
output:hdmi-stereo-extra4: Sortie Digital Stereo (HDMI 5) (sorties : 1, sources : 0, priorité : 5700, disponible : non)
output:hdmi-surround-extra4: Sortie Digital Surround 5.1 (HDMI 5) (sorties : 1, sources : 0, priorité : 600, disponible : non)
output:hdmi-surround71-extra4: Sortie Digital Surround 7.1 (HDMI 5) (sorties : 1, sources : 0, priorité : 600, disponible : non)
off: Éteint (sorties : 0, sources : 0, priorité : 0, disponible : oui)
Profil actif : off
Ports :
hdmi-output-0: HDMI / DisplayPort (priority: 5900, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "video-display"
Partie du(des) profil(s) : output:hdmi-stereo, output:hdmi-surround, output:hdmi-surround71
hdmi-output-1: HDMI / DisplayPort 2 (priority: 5800, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "video-display"
Partie du(des) profil(s) : output:hdmi-stereo-extra1, output:hdmi-surround-extra1, output:hdmi-surround71-extra1
hdmi-output-2: HDMI / DisplayPort 3 (priority: 5700, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "video-display"
Partie du(des) profil(s) : output:hdmi-stereo-extra2
hdmi-output-3: HDMI / DisplayPort 4 (priority: 5600, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "video-display"
Partie du(des) profil(s) : output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3
hdmi-output-4: HDMI / DisplayPort 5 (priority: 5500, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "video-display"
Partie du(des) profil(s) : output:hdmi-stereo-extra4, output:hdmi-surround-extra4, output:hdmi-surround71-extra4
Carte #1
Nom : alsa_card.pci-0000_00_1b.0
Pilote : module-alsa-card.c
Module propriétaire : 25
Propriétés :
alsa.card = "1"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xf7e10000 irq 35"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "8c20"
device.product.name = "8 Series/C220 Series Chipset High Definition Audio Controller"
device.form_factor = "internal"
device.string = "1"
device.description = "Audio interne"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
Profils :
input:analog-stereo: Entrée Stéréo analogique (sorties : 0, sources : 1, priorité : 65, disponible : non)
output:analog-stereo: Sortie Stéréo analogique (sorties : 1, sources : 0, priorité : 6500, disponible : non)
output:analog-stereo+input:analog-stereo: Duplex stéréo analogique (sorties : 1, sources : 1, priorité : 6565, disponible : non)
output:iec958-stereo: Sortie Stéréo numérique (IEC958) (sorties : 1, sources : 0, priorité : 5500, disponible : oui)
output:iec958-stereo+input:analog-stereo: Sortie Stéréo numérique (IEC958) + Entrée Stéréo analogique (sorties : 1, sources : 1, priorité : 5565, disponible : non)
off: Éteint (sorties : 0, sources : 0, priorité : 0, disponible : oui)
Profil actif : output:iec958-stereo
Ports :
analog-input-mic: Microphone (priority: 8700, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "audio-input-microphone"
Partie du(des) profil(s) : input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
analog-output-headphones: Casque audio (priority: 9900, latency offset: 0 usec, not available)
Propriétés :
device.icon_name = "audio-headphones"
Partie du(des) profil(s) : output:analog-stereo, output:analog-stereo+input:analog-stereo
iec958-stereo-output: Sortie numérique (S/PDIF) (priority: 0, latency offset: 0 usec)
Partie du(des) profil(s) : output:iec958-stereo, output:iec958-stereo+input:analog-stereo
Carte #4
Nom : bluez_card.88_D0_39_D4_B4_E4
Pilote : module-bluez5-device.c
Module propriétaire : 31
Propriétés :
device.description = "PowerConf S3"
device.string = "88:D0:39:D4:B4:E4"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "headset"
bluez.path = "/org/bluez/hci0/dev_88_D0_39_D4_B4_E4"
bluez.class = "0x240404"
bluez.alias = "PowerConf S3"
device.icon_name = "audio-headset-bluetooth"
device.intended_roles = "phone"
Profils :
a2dp_source: Capture haute fidélité (A2DP Source) (sorties : 0, sources : 1, priorité : 20, disponible : non)
a2dp_sink: Lecture haute fidélité (A2DP Sink) (sorties : 1, sources : 0, priorité : 40, disponible : oui)
headset_head_unit: Unité centrale du casque (HSP/HFP) (sorties : 1, sources : 1, priorité : 30, disponible : non)
off: Éteint (sorties : 0, sources : 0, priorité : 0, disponible : oui)
Profil actif : a2dp_sink
Ports :
headset-output: Casque (priority: 0, latency offset: 0 usec)
Partie du(des) profil(s) : a2dp_sink, headset_head_unit
headset-input: Casque (priority: 0, latency offset: 0 usec, not available)
Partie du(des) profil(s) : a2dp_source, headset_head_unit
Échec : Aucune entité de ce type
-----------------------------
Analyse Hcitools
-----------------------------
Requesting information ...
BD Address: 88:D0:39:D4:B4:E4
OUI Company: TCL Technoly Electronics(Huizhou).,Ltd (88-D0-39)
Device Name: PowerConf S3
LMP Version: 5.0 (0x9) LMP Subversion: 0x1450
Manufacturer: Actions (Zhuhai) Technology Co., Limited (992)
Features page 0: 0xbf 0xfe 0x8d 0xfa 0xdb 0xbd 0x7b 0x87
<3-slot packets> <5-slot packets> <encryption> <slot offset>
<timing accuracy> <role switch> <sniff mode> <RSSI>
<channel quality> <SCO link> <HV2 packets> <HV3 packets>
<u-law log> <A-law log> <CVSD> <power control>
<transparent SCO> <broadcast encrypt> <EDR ACL 2 Mbps>
<enhanced iscan> <interlaced iscan> <interlaced pscan>
<inquiry with RSSI> <extended SCO> <EV4 packets> <EV5 packets>
<AFH cap. slave> <AFH class. slave> <LE support>
<3-slot EDR ACL> <5-slot EDR ACL> <pause encryption>
<AFH cap. master> <AFH class. master> <EDR eSCO 2 Mbps>
<3-slot EDR eSCO> <extended inquiry> <LE and BR/EDR>
<simple pairing> <encapsulated PDU> <err. data report>
<non-flush flag> <LSTO> <inquiry TX power> <EPC>
<extended features>
Features page 1: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
-----------------------------
-----------------------------
Analyse packages
-----------------------------
ii blueman 2.1.2-1ubuntu0.2 amd64 Graphical bluetooth manager
ii bluetooth 5.53-0ubuntu3.1 all Bluetooth support
ii bluez 5.53-0ubuntu3.1 amd64 Bluetooth tools and daemons
ii bluez-btsco 1:0.50-0ubuntu7 amd64 Bluez Bluetooth SCO tool
ii bluez-cups 5.53-0ubuntu3.1 amd64 Bluetooth printer driver for CUPS
ii bluez-dbg 5.53-0ubuntu3.1 amd64 Bluetooth tools and daemons (with debugging symbols)
ii bluez-hcidump 5.53-0ubuntu3.1 amd64 Analyses Bluetooth HCI packets
ii bluez-obexd 5.53-0ubuntu3.1 amd64 bluez obex daemon
ii bluez-tests 5.53-0ubuntu3.1 amd64 BlueZ test tools and scripts
ii bluez-tools 2.0~20170911.0.7cb788c-2build1 amd64 Set of tools to manage Bluetooth devices for linux
ii gir1.2-gnomebluetooth-1.0:amd64 3.34.3-0ubuntu1 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.34.3-0ubuntu1 amd64 GNOME Bluetooth tools
ii libbluetooth3:amd64 5.53-0ubuntu3.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libbluetooth3-dbg 5.53-0ubuntu3.1 amd64 Library to use the BlueZ Linux Bluetooth stack with debugging symbols
ii libgnome-bluetooth13:amd64 3.34.3-0ubuntu1 amd64 GNOME Bluetooth tools - support library
ii libpam-blue 0.9.0-3 amd64 PAM module for local authenticaction with bluetooth devices
ii pulseaudio-module-bluetooth 1:13.99.1-1ubuntu3.10 amd64 Bluetooth module for PulseAudio sound server
-----------------------------
Service Bluetooth
-----------------------------
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-05-13 15:00:54 CEST; 1 day 3h ago
Docs: man:bluetoothd(8)
Main PID: 4431 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 19013)
Memory: 1.5M
CGroup: /system.slice/bluetooth.service
└─4431 /usr/lib/bluetooth/bluetoothd
mai 13 15:00:54 jlb-DS87D systemd[1]: Started Bluetooth service.
mai 13 15:00:54 jlb-DS87D bluetoothd[4431]: Bluetooth management interface 1.17 initialized
mai 13 15:00:54 jlb-DS87D bluetoothd[4431]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSink/sbc
mai 13 15:00:54 jlb-DS87D bluetoothd[4431]: Endpoint registered: sender=:1.77 path=/MediaEndpoint/A2DPSource/sbc
mai 13 15:01:05 jlb-DS87D bluetoothd[4431]: a2dp-source profile connect failed for 88:D0:39:D4:B4:E4: Device or resource busy
mai 13 15:01:05 jlb-DS87D bluetoothd[4431]: Control: Refusing unexpected connect
mai 13 15:01:08 jlb-DS87D bluetoothd[4431]: /org/bluez/hci0/dev_88_D0_39_D4_B4_E4/sep1/fd0: fd(48) ready
mai 14 16:57:50 jlb-DS87D bluetoothd[4431]: a2dp-source profile connect failed for 88:D0:39:D4:B4:E4: Device or resource busy
mai 14 16:57:50 jlb-DS87D bluetoothd[4431]: Control: Refusing unexpected connect
mai 14 16:57:53 jlb-DS87D bluetoothd[4431]: /org/bluez/hci0/dev_88_D0_39_D4_B4_E4/sep1/fd1: fd(51) ready
jlb@jlb-DS87D:~/BLUE$
Hors ligne
#31 Le 15/05/2021, à 16:18
- Jean-Louis75
Re : Pieuvre bluetooth : pas de microphone
Bonjour Xubu,
je me suis renseigné sur les profils supportés et BLUEZ supporte bien A2DP 1.3
D'autre part la documentation sur le profile A2DP indique ceci:
Profil de distribution audio avancé (A2DP)
Ce profil définit la manière dont l'audio multimédia peut être diffusé d'un appareil à un autre via une connexion Bluetooth (il est également appelé Bluetooth Audio Streaming).
Par exemple, la musique peut être diffusée depuis un téléphone mobile vers un casque sans fil , un appareil auditif / un diffuseur d'implant cochléaire ou un système audio de voiture; alternativement d'un ordinateur portable / de bureau à un casque sans fil; De plus, la voix peut être diffusée depuis un microphone vers un enregistreur sur un PC.
Le profil de télécommande audio / vidéo (AVRCP) est souvent utilisé en conjonction avec A2DP pour contrôler à distance des appareils tels que des écouteurs, des systèmes audio de voiture ou des haut-parleurs autonomes.
Ces systèmes implémentent souvent également des profils casque (HSP) ou mains libres (HFP) pour les appels téléphoniques, qui peuvent être utilisés séparément. Chaque service A2DP, parmi plusieurs, est conçu pour transférer de manière unidirectionnelle un flux audio dans un maximum de 2 canaux stéréo, soit vers ou depuis l'hôte Bluetooth.
Ce profil repose sur AVDTP et GAVDP . Il inclut la prise en charge obligatoire du codec SBC de faible complexité (à ne pas confondre avec les codecs de signal vocal de Bluetooth tels que CVSDM ), et prend en charge en option MPEG-1 Part 3 / MPEG-2 Part 3 ( MP2 et MP3 ), MPEG-2 Part 7 / MPEG-4 Part 3 ( AAC et HE-AAC ) et ATRAC ,
et est extensible pour prendre en charge les codecs définis par le fabricant , tels que aptX .
[b]Bien que conçu pour un transfert audio unidirectionnel, CSR a développé un moyen de transférer un flux mono en retour (et de permettre l'utilisation de casques avec microphones), et l'a incorporé dans les codecs FastStream et aptX Low Latency .[/b]
Liste des profils Bluetooth - https://fr.other.wiki/wiki/List_of_Bluetooth_profiles#Advanced_Audio_Distribution_Profile_(A2DP)
Bien que conçu pour un transfert audio unidirectionnel, CSR a développé un moyen de transférer un flux mono en retour (et de permettre l'utilisation de casques avec microphones), et l'a incorporé dans les codecs FastStream et aptX Low Latency .
La documentation principale de Bluetooth (core 5.2 ) fait juste 3256 pages !
Par contre au niveau du matériel de type "pieuvre" et de leur compatibilité avec ces standards, je ne trouve pas grand chose....
cordialement Jean-Louis
Dernière modification par Jean-Louis75 (Le 15/05/2021, à 16:21)
Hors ligne
#32 Le 15/05/2021, à 16:21
- xubu1957
Re : Pieuvre bluetooth : pas de microphone
Bonjour,
Je suis sans solution, actuellement.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#33 Le 15/05/2021, à 16:30
- Jean-Louis75
Re : Pieuvre bluetooth : pas de microphone
merci de m'avoir lu et répondu Xubu !
Bon week-end Jean-Louis
Hors ligne