David Meyer writes:
> 
> 
>       Has anyone gotten this to work? What I find is that the
>       kernel fails in trying to load snd_pcm_oss and
>       snd_mixer_oss (they have bunches of unknown symbols).

I have this, and it works fine for me.
I use the alsa snd_intel8x0 driver.

Do you require OSS emulation?  You could just take it out, though I don't
seem to have a problem with it.

from /etc/modules.d/alsa:

alias snd-card-0 snd-intel8x0

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1

-bryan

-- 
gentoo-user@gentoo.org mailing list

Reply via email to