Gentoo Archives: gentoo-user

From: Bryan Green <bgreen@××××××××.gov>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?
Date: Fri, 13 Jan 2006 20:33:31
Message-Id: 200601132027.k0DKR0Fs028689@ece06.nas.nasa.gov
1 David Meyer writes:
2 >
3 >
4 > Has anyone gotten this to work? What I find is that the
5 > kernel fails in trying to load snd_pcm_oss and
6 > snd_mixer_oss (they have bunches of unknown symbols).
7
8 I have this, and it works fine for me.
9 I use the alsa snd_intel8x0 driver.
10
11 Do you require OSS emulation? You could just take it out, though I don't
12 seem to have a problem with it.
13
14 from /etc/modules.d/alsa:
15
16 alias snd-card-0 snd-intel8x0
17
18 # OSS/Free portion - card #1
19 alias sound-service-0-0 snd-mixer-oss
20 alias sound-service-0-1 snd-seq-oss
21 alias sound-service-0-3 snd-pcm-oss
22 alias sound-service-0-8 snd-seq-oss
23 alias sound-service-0-12 snd-pcm-oss
24
25 alias /dev/mixer snd-mixer-oss
26 alias /dev/dsp snd-pcm-oss
27 alias /dev/midi snd-seq-oss
28
29 # Set this to the correct number of cards.
30 options snd cards_limit=1
31
32 -bryan
33
34 --
35 gentoo-user@g.o mailing list