From alsa-user-owner@alsa.jcu.cz  Thu Mar 11 21:11:19 1999
Received: from aragorn.vpop.net (host241.customers.uswest.net [216.160.0.241])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id VAA30909
	for <alsa-user@alsa.jcu.cz>; Thu, 11 Mar 1999 21:09:37 +0100
Received: from vpop.net (localhost [127.0.0.1])
	by aragorn.vpop.net (8.9.3/8.9.3) with ESMTP id OAA27701
	for <alsa-user@alsa.jcu.cz>; Thu, 11 Mar 1999 14:08:11 -0600
Message-ID: <36E822AA.27B9025C@vpop.net>
Date: Thu, 11 Mar 1999 20:08:10 +0000
From: Brad Hilton <bhilton@vpop.net>
MIME-Version: 1.0
To: alsa-user@alsa.jcu.cz
Subject: mixer broken?
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

Hello,

I recently upgraded my kernel to 2.2.3, and alsa to the latest cvs (as
of march 11).

I rebuilt all alsa drivers, libraries, and utilities.

When 'alsasound start' is run at startup, I get the following message:

"snd: cannot restore mixer settings"

Also, I noticed that no devices are able to record any longer.  If I
type:

"amixer mic rec"

amixer spits out the old settings instead.  Same goes for line-in.

I have sound and oss enabled as modules in my kernel config.  I am also
including my conf.modules as additional info.

If anyone has had similar problems, or knows of a fix, I'd love to hear
from you.

Thanks,

-Brad

conf.modules:
-----------------
# ISA PnP support
options isapnp isapnp_reserve_irq=9,10,11,12,13

# ALSA native device support
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-sb16
options snd-sb16 snd_index=1 snd_id="SB16" snd_port=0x220 snd_irq=5
snd_dma8=1 snd_dma16=5 snd_mpu_port=0x330

# OSS/Lite Setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-3 snd-pcm1-oss
alias sound-service-0-12 snd-pcm1-oss

