On Wed, May 31, 2000 at 10:09:59PM -0400, Jacob I. Stowell wrote:
> Hello,
>
> I am trying to get the sound modules to load during the login, but I
> am having problems. I added a sound file to my /etc/init.d directory
> and updated the modules using the command update-rc.d sound defaults.
> How
commands:
#/etc/init.d/sound start
#/etc/init.d/sound stop
#/etc/init.d/sound reload
case "$1" in
start)
echo -n "Loading sound modules: CS4232"
modprobe sound
insmod /lib/modules/2.2.15/misc/ad1848
insmod /lib/modules/2.2.15/misc/uart401
insmod
2 matches
Mail list logo