From alsa-user-owner@alsa.jcu.cz  Wed Apr 29 06:51:55 1998
Received: from vitacom.dntcj.ro (mail@vitacom.dntcj.ro [193.226.84.28])
	by marvin.jcu.cz (8.8.8/8.8.8) with SMTP id GAA17719
	for <alsa-user@alsa.jcu.cz>; Wed, 29 Apr 1998 06:51:37 +0200
Received: from csabi by vitacom.dntcj.ro with local (Exim 1.62 #1)
	id 0yUOtH-0000T9-00 (Debian); Wed, 29 Apr 1998 07:54:43 +0300
Message-ID: <19980429075442.18203@vitacom.dntcj.ro>
Date: Wed, 29 Apr 1998 07:54:42 +0300
From: Simon Csaba Endre <csabi@vitacom.dntcj.ro>
To: alsa-user@alsa.jcu.cz
Subject: sndinfo problem
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

Hi,

I can play sound with aplay, mpg123, gmp3. The alsamixer, mixer, and aumix
programs is working fine, but I get the following error when I do a cat:

cat /dev/sndinfo  
  cat: /dev/sndinfo: No such device

cat /dev/snddetect
  cat: /dev/snddetect: No such device

Please tell me where I configured wrong. I have an AudioDrive1688, 486DX 50MHz
ISA bus PC, Debian 1.2 linux, kernel 2.0.27.

cat /dev/sndstat display:
  Sound driver - compatibility text for gmod : 3.5

lsmod display:

Module:        #pages:  Used by:
snd-audiodrive1688 1		0
snd-es1688         2	[snd-audiodrive1688]	0
snd-mixer          3	[snd-audiodrive1688 snd-es1688]	0
snd-mpu401-uart    1	[snd-audiodrive1688]	0
snd-midi           3	[snd-audiodrive1688 snd-mpu401-uart]	0
snd-pcm            5	[snd-audiodrive1688 snd-es1688]	0
snd                6	[snd-audiodrive1688 snd-es1688 snd-mixer snd-mpu401-uart snd-midi snd-pcm]	0

In /etc/conf.modules I put the following lines:
alias char-major-14 snd
alias snd-minor-oss-0 snd-audiodrive1668
alias snd-minor-oss-3 snd-pcm-oss
alias snd-minor-oss-4 snd-pcm-oss
alias snd-minor-oss-5 snd-pcm-oss
alias snd-minor-oss-12 snd-pcm-oss
alias snd-card-0 snd-audiodrive1688
options snd snd_major=14 snd_cards_limit=1 snd_soundman_path=/sbin/soundman
options snd-audiodrive1688 snd_index=1 snd_port=0x220 snd_irq=7 snd_dma8=1 


---
  Thanks,
    Csabi


