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 -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.7-1.494.2.2smp Serendipity 05:45:04 up 12 days, 23:12, load average: 0.21, 0.23, 0.21
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil