Rene Herman ha scritto:

kunt1z wrote:

my Alsa system doesn't work! Here's what happens if I try to play a sound file with aplay:

$ aplay test.wav
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
aplay: main:547: audio open error: No such file or directory


Driver simply not loaded?

I try to modify my /etc/modules.conf file, but the result is the same (it does not work!). Here's the Alsa section of my /etc/modules.conf file:


[ snip ]

- Kernel 2.6.10


Please note that modules.conf is the file used by the old, 2.4-, version of the module tools. For 2.6, the new tools use /etc/modprobe.conf.

Do things work if you first simply insert the driver manually? As root:

modprobe snd-intel8x0

Rene.

The drivers are loaded correctly. Take a look:

$ lsmod | grep snd
snd_seq_dummy           3588  0
snd_seq                54672  1 snd_seq_dummy
snd_seq_device          8876  2 snd_seq_dummy,snd_seq
snd_pcm_oss            53984  0
snd_mixer_oss          20288  1 snd_pcm_oss
snd_intel8x0           34236  0
snd_ac97_codec         98176  1 snd_intel8x0
snd_ac97_bus            2016  1 snd_ac97_codec
snd_pcm                94952  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer              26116  2 snd_seq,snd_pcm
snd 60704 9 snd_seq_dummy,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore              10176  1 snd
snd_page_alloc         10888  2 snd_intel8x0,snd_pcm



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to