From alsa-devel-owner@alsa.jcu.cz  Mon Mar  1 05:05:54 1999
Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.128.1.71])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id FAA05471
	for <alsa-devel@alsa.jcu.cz>; Mon, 1 Mar 1999 05:05:48 +0100
Received: from mediaone.net (cekim.ne.mediaone.net [24.128.198.87])
	by chmls06.mediaone.net (8.8.7/8.8.7) with ESMTP id XAA07474
	for <alsa-devel@alsa.jcu.cz>; Sun, 28 Feb 1999 23:05:47 -0500 (EST)
Message-ID: <36DB64EC.4ACBE0A7@mediaone.net>
Date: Mon, 01 Mar 1999 23:11:24 -0500
From: root <cekim@mediaone.net>
MIME-Version: 1.0
To: alsa-devel@alsa.jcu.cz
Subject: sndstat
References: <Pine.LNX.3.96.990228130341.418A-100000@Trantor.Trnet.org> <36DB167A.86B852C2@mediaone.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list


After all of my waxing, I forgot to post my question:

I am running 0.3-pre4 on an alpha 2.2.1

Alsa/alsa native apps work(s) wonderfully, but I am having troubles with
sndstat.

I have the OSS emulation in place (I think):

[root@Z /root]# more /dev/sndstat 
7:30:22 EST 1999 alpha
Config options: 0

Installed drivers: 

Card config: 

Audio devices:

Synth devices:

Midi devices:

Timers:
0: System clock

Mixers:


BUT as you can see it does not think I have any sound cards.

[root@Z /root]# lsmod
Module                  Size  Used by
snd-pcm1-oss           21600   0  (autoclean)
snd-sbawe               5984   0  (autoclean)
snd-sb-dsp             25984   0  (autoclean) [snd-sbawe]
snd-pcm1               23640   0  (autoclean) [snd-pcm1-oss snd-sb-dsp]
snd-mpu401-uart         3808   0  (autoclean) [snd-sbawe]
snd-mixer              19520   0  (autoclean) [snd-pcm1-oss snd-sbawe
snd-sb-dsp]
snd-midi               22112   0  (autoclean) [snd-sbawe snd-sb-dsp
snd-mpu401-uart]
snd-emu8000             1256   0  (autoclean) [snd-sbawe]
snd-pcm                13744   0  (autoclean) [snd-pcm1-oss snd-sbawe
snd-sb-dsp snd-pcm1]
snd-opl3                4088   0  (autoclean) [snd-sbawe]
snd-synth               2576   0  (autoclean) [snd-sbawe snd-emu8000
snd-opl3]
snd-timer               6232   0  (autoclean) [snd-opl3]
snd                    51088   1  (autoclean) [snd-pcm1-oss snd-sbawe
snd-sb-dsp snd-pcm1 snd-mpu401-uart snd-mixer snd-midi snd-emu8000
snd-pcm snd-opl3 snd-synth snd-timer]
de4x5                  52376   1  (autoclean)

I added sound and the OSS-module to my kernel with no further linux
kernel configurations.

The app I wanted to use was Sound-studio and it looks at sndstat (I
think).

I searched through my Alsa mailbox and could not find anything, please
pardon if this is "faq' with the new sound kernel.

BTW my conf.modules looks like this:

alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-sbawe
options snd-sbwe snd_index=1 snd_id="sbawe" 

alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-pcm1-oss
alias sound-service-0-3 snd-pcm1-oss
alias sound-service-0-4 snd-pcm1-oss
alias sound-service-0-5 snd-pcm1-oss
alias sound-service-0-12 snd-pcm1-oss

Thanks, again

/Mike

