This one time, at band camp, lameth said: > It's a sound blaster live value PCI. lsmod returns > > Module Size used by Tainted: P > audio 38432 0 (unused) > emu10k1 55712 1 > ac97_codec 9568 0 [emu10k1] > sound 52876 0 [emu10k1] > soundcore 3236 7 [audio emu10k1 sound] > > The PnP OS option is off in the bios. Okay the modules are loaded but > are they configured correctly for the sound card? Should I put io=0x220 > irq=7 dma=1 dma16=5 mpu_io=0x330 next to emu10k1 in the /etc/modules file?
You don't really need to 'configure' the card - it's PCI, so most of
that's done for you. That said, I have an emu10k1 card, and I use a
file, /etc/modutils/aliases.emu10k1, that contains:
alias char-major-14 emu10k1
alias sound-slot-1 emu10k1
alias sound-slot-2 emu10k1
alias sound-slot-3 emu10k1
alias sound-service-1-0 emu10k1
alias sound-service-2-3 emu10k1
alias sound-service-3-3 emu10k1
These are the various extra parts of the card (rear speakers, secondary
input, whatever). I don't remember whether there was a problem that led
me to do this, or if I did it from some howto online (this is the very
first debian/linux box I installed, so it has some, ahem, historical
quirks that it acquired going from slink to sarge).
HTH.
Steve
--
APL is a natural extension of assembler language programming;
...and is best for educational purposes.
-- A. Perlis
msg09830/pgp00000.pgp
Description: PGP signature

