#1 Le 11/11/2017, à 12:38
- chomsky
Pas de son vers USB ampli numérique FX Audio
Bonjour à tous,
J'ai posté il y a quelques temps pour un problème similaire où le son ne sortait plus sur Deezer, aujourd'hui le problème est revenu (mais de manière générale, pas de son du tout) suite à une mise à jour.
Donc suite à une màj, il y a quelques jours, mon ampli n'est plus reconnu sur port USB et du coup il n’apparaît plus non plus dans Pulse Audio. En attendant j'utilise la prise casque mais cela n'a absolument rien à voir en terme de qualité d'écoute.
J'ai pourtant essayé de désinstaller puis réinstaller PulseAdio via les paquets Synaptic, mais cela n'a rien changé.
Je ne trouve rien sur ce sujet précis, avez vous une idée ?
Merci
Hors ligne
#2 Le 11/11/2017, à 16:57
- LeoMajor
Re : Pas de son vers USB ampli numérique FX Audio
bonjour,
pour avoir des infos
/usr/sbin/alsa-info.sh
pacmd info
lsusb
et si tu démarres sur un kernel inférieur ?
Hors ligne
#3 Le 11/11/2017, à 22:36
- chomsky
Re : Pas de son vers USB ampli numérique FX Audio
Bonjour LeoMajor,
Voici le retour :
lesboulan@Lesbouland:~$ /usr/sbin/alsa-info.sh
ALSA Information Script v 0.4.64
--------------------------------
This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.
dmesg
lspci
lsmod
aplay
amixer
alsactl
/proc/asound/
/sys/class/sound/
~/.asoundrc (etc.)
See '/usr/sbin/alsa-info.sh --help' for command line options.
Automatically upload ALSA information to www.alsa-project.org? [y/N] : pacmd info
Your ALSA information is in /tmp/alsa-info.txt.S8s9sNYcmt
lesboulan@Lesbouland:~$ lsusb
Bus 002 Device 003: ID 0bda:0181 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 006: ID 046d:c52e Logitech, Inc. MK260 Wireless Combo Receiver
Bus 001 Device 005: ID 046d:c51b Logitech, Inc. V220 Cordless Optical Mouse for Notebooks
Bus 001 Device 004: ID 0411:01b8 BUFFALO INC. (formerly MelCo., Inc.)
Bus 001 Device 003: ID 040d:340b VIA Technologies, Inc.
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lesboulan@Lesbouland:~$
Je n'ai pas essayé de redémarrer sous un kernel inférieur, lequel serait il sachant que c'est maintenant l'avant dernière mise à jour incriminée ?
lesboulan@Lesbouland:~$ ls /boot
abi-4.10.0-28-generic memtest86+.bin
abi-4.10.0-37-generic memtest86+.elf
abi-4.10.0-38-generic memtest86+_multiboot.bin
config-4.10.0-28-generic System.map-4.10.0-28-generic
config-4.10.0-37-generic System.map-4.10.0-37-generic
config-4.10.0-38-generic System.map-4.10.0-38-generic
grub vmlinuz-4.10.0-28-generic
initrd.img-4.10.0-28-generic vmlinuz-4.10.0-37-generic
initrd.img-4.10.0-37-generic vmlinuz-4.10.0-38-generic
initrd.img-4.10.0-38-generic
lesboulan@Lesbouland:~$
Hors ligne
#4 Le 12/11/2017, à 18:05
- LeoMajor
Re : Pas de son vers USB ampli numérique FX Audio
écoute bien si tu as du son
awk 'function listen(ind) {cmd="aplay -D plughw:" ind " /usr/share/sounds/alsa/Front_Center.wav; sleep 3s"; print cmd; cmd|getline lecture; close(cmd) }; BEGIN {FPAT="[0-9]+"};/playback/{id=$2","$3; print "-->"id; listen(id); print "\n"}' /proc/asound/devices
Your ALSA information is in /tmp/alsa-info.txt.S8s9sNYcmt
/tmp/alsa-info.txt.S8s9sNYcmt
attention /tmp/ est provisoire
c'est le BUFFALO ??
ID 0411:01b8 BUFFALO INC. (formerly MelCo., Inc.) ??
Hors ligne
#5 Le 12/11/2017, à 19:35
- chomsky
Re : Pas de son vers USB ampli numérique FX Audio
J'étais sensé lancer ceci dans un terminal (désolé je ne suis pas bon du tout ) ? En voici le résultat. Aucun son n'est sortie.
lesboulan@Lesbouland:~$ awk 'function listen(ind) {cmd="aplay -D plughw:" ind " /usr/share/sounds/alsa/Front_Center.wav; sleep 3s"; print cmd; cmd|getline lecture; close(cmd) }; BEGIN {FPAT="[0-9]+"};/playback/{id=$2","$3; print "-->"id; listen(id); print "\n"}' /proc/asound/devices
-->[,0-
aplay -D plughw:[,0- /usr/share/sounds/alsa/Front_Center.wav; sleep 3s
ALSA lib conf.c:4650:(parse_args) Parameter DEV must be an integer
ALSA lib conf.c:4755:(snd_config_expand) Parse arguments error: Argument invalide
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM plughw:[,0-
aplay: main:722: erreur à l'ouverture audio: Argument invalide
-->[,0-
aplay -D plughw:[,0- /usr/share/sounds/alsa/Front_Center.wav; sleep 3s
ALSA lib conf.c:4650:(parse_args) Parameter DEV must be an integer
ALSA lib conf.c:4755:(snd_config_expand) Parse arguments error: Argument invalide
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM plughw:[,0-
aplay: main:722: erreur à l'ouverture audio: Argument invalide
-->[,1-
aplay -D plughw:[,1- /usr/share/sounds/alsa/Front_Center.wav; sleep 3s
ALSA lib conf.c:4650:(parse_args) Parameter DEV must be an integer
ALSA lib conf.c:4755:(snd_config_expand) Parse arguments error: Argument invalide
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM plughw:[,1-
aplay: main:722: erreur à l'ouverture audio: Argument invalide
lesboulan@Lesbouland:~$ /tmp/alsa-info.txt.S8s9sNYcmt
bash: /tmp/alsa-info.txt.S8s9sNYcmt: Aucun fichier ou dossier de ce type
lesboulan@Lesbouland:~$
Le Buffalo est un lecteur CD externe.
Hors ligne
#6 Le 19/11/2017, à 08:58
- chomsky
Re : Pas de son vers USB ampli numérique FX Audio
Up ?
Hors ligne
#7 Le 20/11/2017, à 11:05
- chomsky
Re : Pas de son vers USB ampli numérique FX Audio
Plus d'infos peut être !?
Version d'ubuntu
lesboulan@Lesbouland:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
List des appareils branchés en pci
lesboulan@Lesbouland:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b4)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4)
00:1f.0 ISA bridge: Intel Corporation Q65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 6 Series/C200 Series Chipset Family 4 port SATA IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation 6 Series/C200 Series Chipset Family 2 port SATA IDE Controller (rev 04)
Version d'alsa installée
lesboulan@Lesbouland:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version k4.10.0-38-generic.
Kernel actuellement utilisé
lesboulan@Lesbouland:~$ uname -a
Linux Lesbouland 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:30:51 UTC 2017 i686 i686 i686 GNU/Linux
Hors ligne