greOn Mon, 2005-05-23 at 00:52 -0400, Colin wrote:
> Nick Rout wrote:
> 
> >On Mon, 23 May 2005 00:23:06 -0400
> >Colin wrote:
> >
> >>I compiled ALSA as a module instead.  That got rid of the above error, 
> >>but /etc/init.d/alsasound still spits out the same error, but loads a 
> >>few more modules:
> >>
> >>* Loading ALSA modules...   [ ok ]
> >>*   Loading: snd-card-0...        [ ok ]
> >>*   Loading: snd-seq-oss         [ ok ]
> >>*   Loading: snd-pcm-oss         [ ok ]
> >>*   Loading: snd-seq         [ ok ]
> >>* ERROR: Failed to load necessary drivers
> >>* Restoring Mixer Levels...   [ ok ]
> >>* No mixer config in /etc/asound.state, you have to unmute your card!   
> >>[ ok ]
> >>    
> >>
> >
> >What does lsmod say after all that? I'll compare it to a working config
> >and see what you might be missing !
> >  
> >
> Module                          Size  Used by
> snd_mixer_oss           17856   0
> snd_seq_midi_event     6336   0
> snd_mpu401_uart        6400   0
> snd_seq_device           6892   0
> bluetooth                    45124   0
> nvidia                      3461628  12
> 

Like I said, like your original message said, you do not appear to have
the snd module.

try the following sommand, the result of mine follows:

$ grep -i snd /usr/src/linux/.config|egrep -v ^#

CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_VIA82XX=m


Allow for the fact that my sound card is an ac97/via card, and tell us
what the difference is.

oh and here is my lsmod|grep snd

maybe don't worry about the midi stuff yet. You still seem to be missing
some.

[EMAIL PROTECTED] linux $ lsmod|grep snd
snd_pcm_oss            53280  0
snd_mixer_oss          20096  2 snd_pcm_oss
snd_seq_oss            35456  0
snd_seq_midi_event      8320  1 snd_seq_oss
snd_seq                55312  4 snd_seq_oss,snd_seq_midi_event
snd_via82xx            28064  4
snd_ac97_codec         77432  1 snd_via82xx
snd_pcm                95496  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer              26372  2 snd_seq,snd_pcm
snd_page_alloc         10116  2 snd_via82xx,snd_pcm
snd_mpu401_uart         8320  1 snd_via82xx
snd_rawmidi            25888  1 snd_mpu401_uart
snd_seq_device          8972  3 snd_seq_oss,snd_seq,snd_rawmidi
snd                    58212  17
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device




> --
> Colin
> 
-- 
Nick Rout <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to