Perhaps it works with this info:
Module snd-emu10k1
------------------
Module for EMU10K1/EMU10k2 based PCI soundcards.
* Sound Blaster Live!
* Sound Blaster PCI 512
* Emu APS (partially supported)
* Sound Blaster Audigy
extin - bitmap of available external inputs for FX8010 (see bellow)
extout - bitmap of available external outputs for FX8010 (see bellow)
seq_ports - allocated sequencer ports (4 by default)
max_synth_voices - limit of voices used for wavetable (64 by default)
max_buffer_size - specifies the maximum size of wavetable/pcm buffers
given in MB unit. Default value is 128.
enable_ir - enable IR
Module supports up to 8 cards and autoprobe.
Input & Output configurations [extin/extout]
* Creative Card wo/Digital out [0x0003/0x1f03]
* Creative Card w/Digital out [0x0003/0x1f0f]
* Creative Card w/Digital CD in [0x000f/0x1f0f]
* Creative Card wo/Digital out + LiveDrive [0x3fc3/0x1fc3]
* Creative Card w/Digital out + LiveDrive [0x3fc3/0x1fcf]
* Creative Card w/Digital CD in + LiveDrive [0x3fcf/0x1fcf]
* Creative Card wo/Digital out + Digital I/O 2 [0x0fc3/0x1f0f]
* Creative Card w/Digital out + Digital I/O 2 [0x0fc3/0x1f0f]
* Creative Card w/Digital CD in + Digital I/O 2 [0x0fcf/0x1f0f]
* Creative Card 5.1/w Digital out + LiveDrive [0x3fc3/0x1fff]
* Creative Card all ins and outs [0x3fff/0x1fff]
So basically you seem to have to tell it when it has a digital out...
I think you can even fill in the extin/out numbers in soundrake/draksound (I
never can remember the names). But be sure to check if your modules.conf was
modified correctly.
After doing this you might have to play with the mixer *again*
d.
On Thursday 13 February 2003 22:56, Nathan A. Smith wrote:
> On Wed, 2003-02-12 at 04:34, Thierry Vignaud wrote:
> > "Murray J. Root" <[EMAIL PROTECTED]> writes:
> > > Use alsamixer (or alsamixergui) to enable digital and set the
> > > levels.
> >
> > or gnome-alsamixer.
> >
> > kde mixer might be aware of alsa now but i'm not sure
>
> Thanks for the hint -- kmix is a lot simpler to use,
>
> But even so I still have no love. I have turned off the (muted) the sblive
> analog /digital output jack and unumted the tone control. Everything else
> is unmuted. But still no sound. I have read the alsa website
> documentation -- no help (I have posted my modules.conf file below, if that
> may be helpful). I have done a 'lsmod' and everything seems to be loaded.
> I would love any other ideas -- thanks
>
>
> Nasa
>
>
> # Sound
>
> # ALSA portion
> options snd snd_major=116 snd_cards_limit=1
> options snd-emu10k1 snd_index=0 snd_id="emu10K1"
> post-install snd-card-ymfpci alsactl restore
> pre-remove snd-card-ymfpci alsactl store
> alias char-major-116 snd
> alias sound-slot-0 snd-emu10k1
> alias snd-card-0 snd-emu10k1
>
>
> # OSS/Free portion
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
>
> #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
> options snd-pcm-oss snd_dsp_map=0 snd_adsp_map=3
> alias sound-slot-1 off
> alias sound-services-1-0 off
>
>
> #End Sound