From alsa-devel-owner@alsa.jcu.cz  Sun Jan 31 21:40:18 1999
Received: from smtp.kolej.mff.cuni.cz (smtp.kolej.mff.cuni.cz [195.113.25.225])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id VAA30097
	for <alsa-devel@alsa.jcu.cz>; Sun, 31 Jan 1999 21:37:54 +0100
Received: from abyss.kolej.mff.cuni.cz (IDENT:root@abyss.kolej.mff.cuni.cz [195.113.25.73])
	by smtp.kolej.mff.cuni.cz (8.9.1a/8.9.0) with ESMTP id VAA25179
	for <alsa-devel@alsa.jcu.cz>; Sun, 31 Jan 1999 21:37:49 +0100 (CET)
Received: from punknet.cz (miri@localhost [127.0.0.1])
	by abyss.kolej.mff.cuni.cz (8.8.7/8.8.7) with ESMTP id VAA13587
	for <alsa-devel@alsa.jcu.cz>; Sun, 31 Jan 1999 21:36:41 +0100
Message-ID: <36B4BED8.2D1E8AE9@punknet.cz>
Date: Sun, 31 Jan 1999 21:36:40 +0100
From: Jaromir Koutek <miri@punknet.cz>
MIME-Version: 1.0
To: alsa-devel@alsa.jcu.cz
Subject: Re: BUG REPORT (I think so !)
References: <36B379EC.7C3C019@trick.informatik.uni-stuttgart.de>
Content-Type: text/plain; charset=iso-8859-2
Content-Transfer-Encoding: 7bit
Reply-To: alsa-devel@alsa.jcu.cz
Sender: alsa-devel-owner@alsa.jcu.cz
Precedence: list

> Terratec BASE 2 PCI , Chip : ESS Solo 1
> There are no errors logged !
> Driver : 0.3pre , kernel 2.0.35
> cat  /proc/asound/cards : Shows the right results (ESS-SOLO-1 rev. 0....
> but only IRQ 10, and no mem-addr.)

It's OK that there are no memory addresses.

> There are no errors logged !
> (For the xact problem description look at the attachment...)

Can you try this:
[miri@abyss miri]$ cat /proc/asound/devices
144: [0]   : control
152: [0- 0]: mixer
168: [0- 0]: digital audio
[miri@abyss miri]$ lsmod | grep snd
snd-esssolo1            1784   2
snd-es1938              3736   0  [snd-esssolo1]
snd-pcm1               14604   0  [snd-es1938]
snd-mixer              12788   2  [snd-esssolo1 snd-es1938]
snd-synth               1132   0  [snd-esssolo1]
snd-midi               13868   0  [snd-esssolo1]
snd-pcm                 8652   0  [snd-esssolo1 snd-pcm1]
snd                    27168   3  [snd-esssolo1 snd-es1938 snd-pcm1 snd-mixer
snd-synth snd-midi snd-pcm]


> But as you can see the cat /dev/sndstat told me
> that anything is turned off ! (NOT ENABLED IN CONFIG).
>
This only means you don't have OSS-compatible devices loaded. Try modprobe
snd-pcm1-oss and you should get OSS-compatible PCM output.

--
Jaromir Koutek                            miri@punknet.cz




