From alsa-user-owner@alsa.jcu.cz  Mon Nov 16 22:42:22 1998
Received: from pluto.andeby (IDENT:ahermans@t6o211p38.telia.com [195.204.229.98])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id WAA01766
	for <alsa-user@jcu.cz>; Mon, 16 Nov 1998 22:39:36 +0100
Received: from localhost (ahermans@localhost)
	by pluto.andeby (8.8.7/8.8.7) with SMTP id WAA01282
	for <alsa-user@jcu.cz>; Mon, 16 Nov 1998 22:41:52 +0100
Date: Mon, 16 Nov 1998 22:41:50 +0100 (CET)
From: Anders Semb Hermansen <ahermans@vf.telia.no>
To: alsa-user@jcu.cz
Subject: Re: gus pnp
In-Reply-To: <Pine.GSO.3.96.981115231516.25431A-100000@pulsar.iegroup.com>
Message-ID: <Pine.LNX.4.00.9811162236510.1273-100000@pluto.andeby>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list




--
Anders Semb Hermansen
E-Mail: <ahermans@vf.telia.no>

On Sun, 15 Nov 1998, John Fulmer wrote:

[snip]
 
> (Note that this is pretty much for just Redhat 5.x. Other distributions
> differ. Type in the commands verbatim, and but not instructions in <> )
> <Begin>
> 
> cp utils/alsasound /etc/rc.d/init.d		(Puts script in place)

> cd /etc/rc.d/rc3.d
> ln -s ../init.d/alsasound S99alsasound		(Start alsa in RL 3)
> ln -s ../init.d/alsasound K10alsasound		(Stop alsa during stop)
> cd ../rc5.d
> ln -s ../init.d/alsasound S99alsasound		(Start alsa in RL 5)
> ln -s ../init.d/alsasound K10alsasound		(Stop alsa during stop)

Rather use "chkconfig --add alsasound".

> 
> /etc/rc.d/init.d/alsasound start		(starts drivers)
> 
> alsamixer					(Run mixer)
> 
> <Unmute the Master and PCM channels (arrows and 'M' key). This varies from
> card to card. Esc to save>
> 
> /usr/sbin/alsactl store				(Saves mixer settings)
> 

[snip]

As you can see the chkconfig program makes the runlevel job much easier.

Anders


--
Anders Semb Hermansen
E-Mail: <ahermans@vf.telia.no>



