Bonjour,
Finalement tout n'est pas réglé niveau son : je dois relancer alsaconf à chaque démarrage ! Pas normal !
si je lance alsaconf :
Choose a sound card to configure :
intel8x0 Silicon Integrated Systems [SiS] AC'97 Sound Controller
legacy probe legacy ISA (non-Pnp) chips
je choisi intel8x0
Configuring snd-intel8x0
Do you want to modify /etc/modprobe.d/sound and /etc/modprobe.conf if present ?
je réponds oui
Loading driver...
Doing alsactl to store mixer settings... [ OK ]
Shutting down ALSA sound driver (version 1.0.12): no. (sound is being used by pid 5812)) [FAILED]
ALSA driver (version 1.0.12) is already running.
Setting default volumes...
ok je fait un :
kill -9 5812
et je relance
alsaconf
Loading driver...
ALSA driver isn't running.
Starting ALSA version 1.0.12: intel8x0 intel8x0. [ OK ]
Setting default volumes...
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.
Have a lot of fun!
[root@localhost Desktop]# cat /etc/modprobe.d/sound
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
[root@localhost Desktop]#
[root@localhost Desktop]# cat /etc/modprobe.conf
alias eth0 sis900
remove snd-intel8x0 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0
install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install scsi_hostadapter /sbin/modprobe ide-generic; /bin/true
install usb-interface /sbin/modprobe ohci-hcd; /sbin/modprobe ehci-hcd; /bin/true
alias net-pf-10 off
alias /dev/nvidia* nvidia
Mes fichiers sont-ils corrects, svp ???
Merci.
:-))