Click to See Complete Forum and Search --> : probing the sound device at boot up?


Seph64
01-24-2003, 09:39 PM
I am using Slackware 8.1 with a compiled 2.4.20 kernel.

Everytime I log on, I have to modprobe emu10k1 (I have a Sound Blaster LIVE card) to get the sound to work.

I had tried adding

echo alias sound emu10k1

in my modules.conf file like the Sound Cards NHF said, but that returns a error.

Anyone have any ideas?

irrevtim
01-25-2003, 12:36 AM
add the line:
/sbin/modprobe emu10k1

to the sound section of:
/etc/rc.d/rc.modules

worked for me anyway

Tim

Seph64
01-25-2003, 11:42 AM
Thanks that worked