I have had problems with soundblaster live/audigy and Alsa for a while in FC 2On Mon, 2004-08-16 at 23:47, Alexander Dalloz wrote:
Am Di, den 17.08.2004 schrieb Ahmed, Farhan um 5:29:
Please don't top-post.
Alright, I managed to make the sound work.
Here's what I did:
1. Removed all instances of snd_emu10k1 from /etc/modprobe.conf 2. Rebooted 3. Manually loaded the snd_emu10k1 module using $>/sbin/modprobe snd_emu10k1
Now, the questions is, how do I automatically load a module at boot time? I can't seem to find modules.conf. Any idea?
There is not modules.conf, just because kernel 2.6 works with modprobe.conf. Frequently asked and answered here. Please check the list archive.
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1
That is what I have in my modprobe.conf. Nothing else necessary.
Alexander
Sorry about that - I forgot.
Mike.
but have some answers:
1/
In /etc/modprobe.conf this rarely works so I use # alsactl restore after booting
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
2/ In alsmixer/gnome-alsamixer there is control named
"Audigy(or live) Analog/Digital Output Jack"
I found on my system it needs to 'off' or no sound
david