Hi Justin. In Debian, you handle startup items by running update-rc.d xxx
defaults. Where xxx is a shell script which loads your modules. Step 1
create a shell script that will use /sbin/modprobe to load your sound
modules. And possibly run alsactl restore to load your last saved mixer
settings. Next, mv your shell script to /etc/init.d. This is like
/etc/rc.d in distros such as Slackware. Next run update-rc.d xxx defaults.
My script is called loadsound, so my syntax would be: update-rc.d
loadsound defaults. Hope this helps,

Igor

On 28 Apr 2002, Justin wrote:

> Hi, I've used Linux before, and have had no trouble getting my soundcard
> to work (either SB Live!, or Audigy) when I used Mandrake8.1, but I've
> switched over to Debian3.0 and am having a few problems getting the
> 0.9.x drivers to autoload upon startup (so I don't have to manually load
> the modules before starting my X session or any games).  I tried using
> the included "alsaconf" utility included in the Debian package list, but
> it didn't do anything.  If possible would someone provide assistance on
> this?
>
> -Justin
>
>
>
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
>


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to