Ruben Safir wrote: > On Tue, Nov 27, 2007 at 10:14:24AM -0500, Ed Harrison wrote: > >> Ruben Safir wrote: >> >>> Does anyone know how to get an Audigy SE card to play 5:1 >>> >>> I can't seem to get it to do so, >>> >>> Ruben >>> >>> >>> >> I have the Audigy LS, using module ca_0106. This creates a volume >> control with front and rear, left and right, plus center. You have to >> use Edit>>Preferences for all of them to show up in the control panel. >> YMMV, especially if you have to use some other module. >> >> > > Thanks Ed > > This card was not seen with yast in 9.2 and I needed to compile a new kernel > for it. > what does it say in your module configuration file? > > Ruben > > I don't find a module-specific config file, only this in /etc/modprobe.d/sound
alias snd-card-0 snd-ca0106 alias sound-slot-0 snd-ca0106 And, this is from lsmod linux:/home/ed # lsmod | grep snd snd_pcm_oss 50432 0 snd_mixer_oss 20096 1 snd_pcm_oss snd_seq_midi 13440 0 snd_seq_midi_event 10880 1 snd_seq_midi snd_seq 54452 2 snd_seq_midi,snd_seq_midi_event snd_ca0106 35972 1 snd_rawmidi 28416 2 snd_seq_midi,snd_ca0106 snd_seq_device 12172 3 snd_seq_midi,snd_seq,snd_rawmidi snd_ac97_codec 97060 1 snd_ca0106 snd_pcm 82564 3 snd_pcm_oss,snd_ca0106,snd_ac97_codec snd_timer 26756 2 snd_seq,snd_pcm snd 58164 12 snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_seq,snd_ca0106,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer soundcore 11460 1 snd ac97_bus 6272 1 snd_ac97_codec snd_page_alloc 14472 2 snd_ca0106,snd_pcm Further, my card is using the alsa mixer and I find a config file at /usr/share/alsa/alsa.conf, but it looks generic and is dated 2 months ago. I do not remember when I installed 10.3, but it may have been around then--not sure. Ed -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
