J’ai fait une réinstallation de debian sur un autre disque dur, mais avec tout le reste du matériel. Silence total.
$ groups
pathe cdrom floppy audio dip video plugdev netdev bluetooth scanner
# lspci -v |grep udio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
01:00.1 Audio device: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series]# dpkg -l | grep alsa
ii alsa-base 1.0.23+dfsg-2 ALSA driver configuration files
ii alsa-utils 1.0.23-3 Utilities for configuring and using ALSA
ii gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA
ii libsdl1.2debian-alsa 1.2.14-6.1 Simple DirectMedia Layer (with X11 and ALSA options)
# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfbaf8000 irq 22
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfbbfc000 irq 17
# cat /proc/asound/modules
0 snd_hda_intel
1 snd_hda_intel
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: VT1828S Analog [VT1828S Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 0: Intel [HDA Intel], device 1: VT1828S Digital [VT1828S Digital]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 1: Generic [HD-Audio Generic], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
[code]# cat /etc/modprobe.d/alsa-base.conf
autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
[/code]# lsmod | grep snd
snd_hda_codec_atihdmi 1687 1
snd_hda_codec_via 38583 1
snd_hda_intel 16791 1
snd_hda_codec 46002 3 snd_hda_codec_atihdmi,snd_hda_codec_via,snd_hda_intel
snd_hwdep 4054 1 snd_hda_codec
snd_pcm 47226 2 snd_hda_intel,snd_hda_codec
snd_seq 35327 0
snd_timer 12270 2 snd_pcm,snd_seq
snd_seq_device 3673 1 snd_seq
snd 34387 10 snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 3450 1 snd
snd_page_alloc 4977 2 snd_hda_intel,snd_pcm
Speaker-test a l’air de fonctionner (mais silence total),
l’applet contrôleur de volume fait semblant de contrôler
(alors que si je désinstalle le module snd-hda-intel, il se pare d’une croix rouge du plus bel effet).
Bref : tout fonctionne parfaitement… à ceci près que je n’ai pas de son.
Si ça se trouve c’est tout bête, un câble débranché, allez savoir. J’y comprends que dalle.