How do I get sound working?  I have a Sound Blaster PCI512,
so it should be easy.  I also have a VIA on the motherboard.
I disabled that in the BIOS, but somehow Debian found it anyway
judging from the lsmod
$ lsmod | grep via8
via82cxxx_audio        17404   0 (unused)
uart401                 5860   0 [via82cxxx_audio]
ac97_codec             11252   0 [via82cxxx_audio emu10k1]
sound                  48872   0 [via82cxxx_audio uart401 emu10k1]
soundcore               3268   9 [via82cxxx_audio emu10k1 sound]
via82cxxx               9256   1 (autoclean)
ide-core               91800  10 (autoclean) [ide-scsi ide-cd ide-detect 
via82cxxx ide-disk]

I would like to disable the Via.  I added the following to
/etc/modutils/aliases:

alias sound-slot-0 emu10k1
#alias sound-slot-0 snd-card-0
alias sound-service-0-0 emu10k1
alias sound-service-0-3 off

but it didn't seem to have any effect.  And I see the
/etc/modules.conf says "DO NOT MODIFY THIS FILE!".

What do I need to do to get this working?
--
Allen Brown
  work: Agilent Technologies      non-work: http://www.peak.org/~abrown/
        [EMAIL PROTECTED]             [EMAIL PROTECTED]
  Clones are people two.

_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to