Problème de son avec Mandriva LE 2005, bon aussi
ProblemeDeSon2006 ...
Errors encountered with sound
- Lancement de Amarok - solved
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such file or directory)
The sound server will continue, using the null output device.
- lancement de gnome-sound-control - solved
aucun éléments et/ou périphériques de mixage trouvés
The applet for sound stays at 0 even if I move it (under Gnome) -
not solved (well works, did not find how...)
Links
Some threads or bookmarks that may be useful
https://linuxfr.org/forums/12/9742.html [fr] usb webcam default card alsa ?
http://www.mythtv.info/moin.cgi/DigitalSoundHowTo [en] for alsa
ftp://ftp.kernel.org/pub/linux/kernel/SillySounds/english.au a sample sound with Linus pronouncing Linux (1994)
http://forum.hardware.fr/hardwarefr/OSAlternatifs/Probleme-avec-mandriva-sujet-49676-1.htm [fr] no information apart launching alsaconf or draksound (as root) to put the good module in /etc/modprobe.conf
http://www.commentcamarche.net/forum/affich-1085195-pas-de-son-syst%E8me-sur-mandrake-10-0 [fr] small tutorial (useful for CD)
http://linuxfr.org/forums/15/2069.html [fr] add your user to group audio
http://forum.mandrivaclub.com/viewtopic.php?t=36602 [fr]
http://qa.mandriva.com/twiki/bin/view/Main/HardwareHowTo_Fr [fr] how to for sound in Mandriva
Some tests
- aplay english.au # with sample sound file above : it may work but you may not have sound in Amarok yet (which uses arts)
- aplay /usr/share/sounds/KDE_Startup.wav # should play boot music of KDE
- add your user to the audio group then ps auxww|grep arts and kill arts processes (they come back) this worked for me
- service alsa stop ; service alsa start # to restart alsa, just in case
gui for alsamixer
To change the volumes, use one of this program :
- gnome-volume-control
- alsamixergui
Some diags
- lspcidrake -v | fgrep AUDIO gives the sound card recognized, on an A7N8X-X :
snd-intel8x0 : nVidia Corp.|nForce2 Audio Codec Interface [MULTIMEDIA_AUDIO] (vendor:10de device:006a subv:1043 subd:8095)
- lsmod|grep snd gives the modules loaded
snd-seq-dummy 2596 0
snd-seq-oss 31584 0
snd-seq-midi-event 6208 1 snd-seq-oss
snd-seq 47472 5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-event
snd-seq-device 6796 3 snd-seq-dummy,snd-seq-oss,snd-seq
snd-pcm-oss 49056 0
snd-mixer-oss 17248 2 snd-pcm-oss
snd-intel8x0 29216 3
snd-ac97-codec 75256 1 snd-intel8x0
snd-pcm 80776 4 snd-pcm-oss,snd-intel8x0,snd-ac97-codec
snd-timer 20324 3 snd-seq,snd-pcm
snd-page-alloc 7588 2 snd-intel8x0,snd-pcm
snd 46980 11 snd-seq-oss,snd-seq,snd-seq-device,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer
soundcore 7104 2 snd