Re: emu10k1 startup

From: Vwakes (vwakeNOSPAM100_at_softhome.net)
Date: 10/05/03


Date: Sun, 5 Oct 2003 12:24:26 -0700

On Sun, 5 Oct 2003 Robert Brown wrote:

>However, my problem is this - I have to log in as root and do a 'modprobe
>emu10k1' to get it going. I would like to have it start up automatically.
>I put some alias references in the /etc/modules.conf file:
>alias sound emu10k1
>alias sound-service-0-0 sound
>alias sound-slot-0 sound
>I still do not have any sound on startup.

Try instead:

alias sound-slot-0 emu10k1

I also have this:

post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

I think the above just saves the aumix settings after each unload and
loads the saved one. Anyway..

GL
V.



Relevant Pages

  • Re: emu10k1 startup
    ... Robert Brown wrote: ... > alias sound emu10k1 ... Run 'lsmod' ... and find a module that *always* loads. ...
    (linux.redhat)
  • Re: emu10k1 startup
    ... Robert Brown wrote: ... > alias sound emu10k1 ... Run 'lsmod' ... and find a module that *always* loads. ...
    (alt.os.linux.redhat)
  • Re: emu10k1 startup
    ... On Sun, 5 Oct 2003 Robert Brown wrote: ... >alias sound emu10k1 ... loads the saved one. ...
    (linux.redhat)