On Sunday 14 May 2006 16.21, Tito Valentin wrote:
> Hello All,
>
> I can't seem to get sound working.  I compiled the kernel so sound
> support and also installed the alsa drivers and still no luck.  When I
> boot the machine I get a lot of snd errors saying that it failed to load
> the drivers.  When I look in /var/log/messages I get this:
> http://pastebin.com/716831
>
> When I try to play an mp3 with xmms I get these errors:
>
> failed to open audio ouput: ALSA 1.2.10 output plugin
>
> [EMAIL PROTECTED] ~ $ Message: device: default
> Message: fmt 5, channels: 2
>
> ** WARNING **: alsa_get_mixer(): Attaching to mixer hw:0 failed: No such
> device
> ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
> ALSA lib conf.c:3479:(_snd_config_evaluate) function
> snd_func_card_driver returned error: No such device
> ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
> returned error: No such device
> ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
> ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
> returned error: No such device
> ALSA lib conf.c:3947:(snd_config_expand) Evaluate error: No such device
> ALSA lib pcm.c:2146:(snd_pcm_open_noupdate) Unknown PCM default
>
> ** WARNING **: alsa_setup(): Failed to open pcm device (default): No
> such device
> xmms-mad-Message: failed to open audio output: ALSA 1.2.10 output plugin
>
> My alsamixer volumn settings are unmutted.
>
> Also I seem to have the correct links for audio:
>
>
> tito ~ # ls -l /dev/dsp* ; ls -l /dev/audio*
> -rw-r--r-- 1 root root  405331968 May 14 10:04 /dev/dsp
> crw-rw---- 1 root audio    14, 19 Oct 19  2005 /dev/dsp1
> crw-rw---- 1 root audio    14, 35 Oct 19  2005 /dev/dsp2
> crw-rw---- 1 root audio    14, 51 Oct 19  2005 /dev/dsp3
> crw-rw---- 1 root audio 14, 20 Oct 19  2005 /dev/audio1
> crw-rw---- 1 root audio 14, 36 Oct 19  2005 /dev/audio2
> crw-rw---- 1 root audio 14, 52 Oct 19  2005 /dev/audio3
> crw-rw---- 1 root audio 14,  7 Oct 19  2005 /dev/audioctl
>
> I don't know what else to do...any thoughts?
>
> Thanks,
> Tito

Hello,

I don't know if I missed a previous message, but you give no clue as to what 
hardware you have. It seems you have no sound card installed. Either you did 
not compile the appropriate module, or it is not getting loaded.

You should  load the module for you card manualy (e.g. modprobe 
<your_sound_module>), chechk that it works then add it  
in /etc/modules.autoload.d/<your kernel>.

Thierry

-- 
Stupidity is like a fractal; universal and infinitely repetitive.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to