The one you want is "snd-emu10k1". The older modules used the "snd-card" naming, so you should be able to clean up you modules.conf by removing the extra "alias snd-card-emu10k1 snd-emu10k1", and changing the initial alias (you had "alias snd-card-0 snd-card-emu10k1") to just "alias snd-card-0 snd-emu10k1" directly.
So: ## ALSA stuff ### alias char-major-116 snd alias char-major-14 soundcore options snd snd_major=116 snd_cards_limit=1 alias sound-slot-0 snd-card-0 alias snd-card-0 snd-emu10k1 # 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 And optionally: options snd-emu10k1 snd_index=0 snd_id="EMU10k1" Kevin --- Michael Leone <[EMAIL PROTECTED]> wrote: > On Sat, 2002-04-06 at 21:45, Michael Leone wrote: > > ALSA 0.9.0beta12, running on Libranet 2.0 (that's Debian testing, > > running kernel 2.4.16) > > > > I downloaded the latest ALSA; compiled and installed. Just as I always > > did under Mandrake. And I have sound. > > Altho I seem to have no "snd-card-emu10k1" file; just a "snd-emu10k1". > So I guess I was still using OSS. > > So I then added a line to /etc/modules.conf: > > alias snd-card-emu10k1 snd-emu10k1 > > And now all modules seem to load, and alsamixer loads. > > root@minas-aran:/home/turgon# lsmod > Module Size Used by Tainted: P > snd-pcm-oss 46784 0 (autoclean) > snd-mixer-oss 11584 1 (autoclean) [snd-pcm-oss] > agpgart 12896 3 (autoclean) > NVdriver 944960 10 (autoclean) > Mvnetd 8676 1 (unused) > Mvnet 51952 0 [Mvnetd] > Mvnetint 216 0 (unused) > Mvw 4172 0 (unused) > Mvmouse 704 0 (unused) > Mvkbd 824 0 (unused) > Mvgic 3160 0 (unused) > Mvdsp 904 0 (unused) > Mserial 5724 0 (unused) > Mmpip 6796 0 (unused) > Mmerge 127556 0 [Mvnetd Mvnet Mvw Mvmouse Mvkbd Mvgic Mvdsp > Mserial Mmpip] > mki-adapter 20368 0 [Mvnetd Mvnet Mvnetint Mvw Mvmouse Mvkbd > Mvgic Mvdsp Mserial Mmpip Mmerge] > snd-emu10k1 63936 1 > snd-rawmidi 15104 0 [snd-emu10k1] > snd-seq-device 4528 0 [snd-emu10k1 snd-rawmidi] > snd-pcm 61184 0 [snd-pcm-oss snd-emu10k1] > snd-timer 13024 0 [snd-pcm] > snd-ac97-codec 24448 0 [snd-emu10k1] > snd-hwdep 5024 0 [snd-emu10k1] > snd-util-mem 1648 0 [snd-emu10k1] > snd 34504 0 [snd-pcm-oss snd-mixer-oss snd-emu10k1 > snd-rawmidi snd-seq-device snd-pcm snd-timer snd-ac97-codec snd-hwdep > snd-util-mem] > soundcore 3588 6 [snd] > joydev 6816 0 (unused) > hid 19168 0 (unused) > input 3360 0 [joydev hid] > rtc 5560 0 (autoclean) > scanner 8000 0 (unused) > usb-uhci 21316 0 (unused) > nls_iso8859-1 2848 1 (autoclean) > nls_cp437 4384 1 (autoclean) > vfat 9500 1 (autoclean) > fat 29720 0 (autoclean) [vfat] > smbfs 31424 0 (unused) > printer 5632 0 > usbcore 49472 1 [hid scanner usb-uhci printer] > parport_pc 21672 1 (autoclean) > lp 6176 0 > parport 25440 1 [parport_pc lp] > ide-scsi 7648 0 > ide-cd 26656 0 > sr_mod 13144 0 (unused) > cdrom 28960 0 [ide-cd sr_mod] > scsi_mod 52412 2 [ide-scsi sr_mod] > > But why wouldn't I have a "snd-card-emu10k1" file? > > > > PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF > PGP public key: > <http://www.mike-leone.com/~turgon/turgon-public-key.gpg> > > Conform or be cast out. > > > > _______________________________________________ > Alsa-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/alsa-user ===== Kevin Ernste [EMAIL PROTECTED] http://www.esm.rochester.edu/kevine "An eye for an eye makes the whole world blind." -MLK __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
