From alsa-user-owner@alsa.jcu.cz  Sat Jan 16 03:17:16 1999
Received: from telesoft.com (mail.telesoft.com [207.98.129.43])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id DAA00261
	for <alsa-user@alsa.jcu.cz>; Sat, 16 Jan 1999 03:14:31 +0100
Received: from goodnet.com (standard3.telesoft.com [207.204.153.193])
	by telesoft.com (8.8.5/8.8.5) with ESMTP id TAA07097
	for <alsa-user@alsa.jcu.cz>; Fri, 15 Jan 1999 19:16:42 -0700
Message-ID: <369FF621.85CDD60F@goodnet.com>
Date: Sat, 16 Jan 1999 02:14:58 +0000
From: Scott Dudley <scottd@goodnet.com>
MIME-Version: 1.0
To: alsa <alsa-user@alsa.jcu.cz>
Subject: Sound Muted by Default
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list


Folks,

I'm loving Alsa!  I have however but one irritating problem.  As you'll
see below, I have pre and post conditions in /etc/conf.modules to store
and restore settings using alsactl however, it doesn't work.  Can anyone
suggest what may be wrong?

Thanks.

/etc/conf.modules:

alias sound snd-sb16
alias char-major-14 snd
alias snd-minor-oss-0 snd-mixer
alias snd-minor-oss-3 snd-pcm1-oss
alias snd-minor-oss-4 snd-pcm1-oss
alias snd-minor-oss-5 snd-pcm1-oss
alias snd-minor-oss-12 snd-pcm1-oss
alias snd-card-0 snd-sb16
options snd snd_major=14 snd_cards_limit=1
options snd-sb16 snd_index=1 snd_port=0x220 snd_irq=5 snd_dma8=1
snd_dma16=5
post-install snd-sb16 /usr/sbin/alsactl restore
pre-remove snd-sb16 /usr/sbin/alsactl store

/sbin/lsmod:

snd-sb16           1            0
snd-sb-dsp         4    [snd-sb16]      0
snd-pcm1           4    [snd-pcm1-oss snd-sb-dsp]       0
snd-pcm            3    [snd-pcm1-oss snd-sb16 snd-sb-dsp snd-pcm1]
0
snd-mixer          4    [snd-pcm1-oss snd-sb16 snd-sb-dsp]      0
snd-mpu401-uart    1    [snd-sb16]      0
snd-midi           4    [snd-sb16 snd-sb-dsp snd-mpu401-uart]   0
snd-opl3           1    [snd-sb16]      0
snd-timer          1    [snd-opl3]      0
snd-synth          1    [snd-sb16 snd-opl3]     0
snd                8    [snd-pcm1-oss snd-sb16 snd-sb-dsp snd-pcm1
snd-pcm snd-mixer snd-mpu401-uart snd-midi snd-opl3 snd-timer
snd-synth]     0

--
Regards,

Scott Dudley




