emu 1212m pci on ubuntu 7.10

Lennart Sorensen lsorense-1wCw9BSqJbv44Nm34jS7GywD8/FfD2ys at public.gmane.org
Thu Jan 31 00:53:28 UTC 2008


On Wed, Jan 30, 2008 at 07:39:36PM -0500, chris-n/jUll39koHNgV/OU4+dkA at public.gmane.org wrote:
> I thought I'd do all this stuff again since I'm using root now (chris 
> doesn't work now). 
> 
> I re-checked that and also added the 'deb-src...' repo that I got from the 
> bug report you emailed me. 
> 
> Which one of these names is the one I should append to the above command? 
> 
> root at cpc:~# lsmod |grep emu
> snd_emu10k1_synth       8192  0
> snd_emux_synth         35456  1 snd_emu10k1_synth
> snd_seq_virmidi         8064  1 snd_emux_synth
> snd_seq_midi_emul       7680  1 snd_emux_synth
> snd_emu10k1           137248  4 snd_emu10k1_synth
That's the one ^^^

> snd_ac97_codec        100644  2 snd_intel8x0,snd_emu10k1
> snd_rawmidi            25728  3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
> snd_seq                53232  9 
> snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,s 
> nd_seq_midi,snd_seq_midi_event
> snd_pcm                80388  5 
> snd_intel8x0,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
> snd_seq_device          9228  8 
> snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_emu10k1,snd_seq_oss,snd_s 
> eq_midi,snd_rawmidi,snd_seq
> snd_timer              24324  3 snd_emu10k1,snd_seq,snd_pcm
> snd_util_mem            5760  2 snd_emux_synth,snd_emu10k1
> snd_hwdep              10244  2 snd_emux_synth,snd_emu10k1
> snd                    54660  19 
> snd_emux_synth,snd_seq_virmidi,snd_intel8x0,snd_emu10k1,snd_seq_oss,snd_ac97 
> _codec,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_seq_device, 
> snd_timer,snd_hwdep
> snd_page_alloc         11400  3 snd_intel8x0,snd_emu10k1,snd_pcm 
> 
> 
> >then do
> >modprobe -r snd-emu... (whatever you found)
> 
> I'll do that once I hear from you which name to put in there. 

snd_emu10k1

You can also make alsa use the emu first by creating a file in
/etc/modprobe.d/ like this:

filename could be 'alsaorder' or something like that.  Make it contain:
options snd_emu10k1 index=0
options snd_intel8x0 index=1

That will make the emu first and the onboard sound second.

If you are really tired of the onboard sound try this line instead:
options snd_intel8x0 index=1 enable=0

--
Len Sorensen
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list