From alsa-user-owner@alsa.jcu.cz  Sat Feb  6 13:22:10 1999
Received: from tk141193.telekabel.at (TK141193.telekabel.at [195.34.141.193])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id NAA30656
	for <alsa-user@alsa.jcu.cz>; Sat, 6 Feb 1999 13:20:33 +0100
Received: from tk141193.telekabel.at (fin [192.168.1.1])
	by tk141193.telekabel.at (8.8.8/8.8.8) with ESMTP id NAA07607
	for <alsa-user@alsa.jcu.cz>; Sat, 6 Feb 1999 13:20:29 +0100
Message-ID: <XFMail.990206132029.anzac@teleweb.at>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
Date: Sat, 06 Feb 1999 13:20:29 +0100 (CET)
From: "Andreas J. Resch" <anzac@teleweb.at>
To: ALSA <alsa-user@alsa.jcu.cz>
Subject: no kde system sounds
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

i installed alsa-drivers version:

Advanced Linux Sound Architecture Driver Version 0.3.0-pre3.
Compiled in Feb  6 1999 for kernel 2.2.1 with versioned symbols. 

and use a soundblaster pci64.
everything seems to work, but aplay produces write errors with some
sound-files though the sound works and nothing unusual is heard:

> /usr/bin/aplay Cyber.wav
Aplay: version 0.3.0-pre3 by Jaroslav Kysela <perex@jcu.cz>
Playing WAVE 'Cyber.wav' : Unsigned 8-bit, Rate 22050 Hz, Mono
write error

> /usr/bin/aplay email.au
Aplay: version 0.3.0-pre3 by Jaroslav Kysela <perex@jcu.cz>
Playing Sparc Audio 'email.au' : Mu-Law, Rate 8012 Hz, Mono
write error  

but it works for other files:

> /usr/bin/aplay mikkie.wav
Aplay: version 0.3.0-pre3 by Jaroslav Kysela <perex@jcu.cz>
Playing WAVE 'mikkie.wav' : Signed 16-bit Little Endian, Rate 44100 Hz,
Stereo    

-------------
the write error is not the main problem, but may be related to it. though
everything seems to work, i get no sounds from kde.
-------------

ive also tried it with kernel 2.0.36. last alsa-version worked fine ...


lsmod:
======
Module                  Size  Used by
snd-pcm1-oss           13320   0  (autoclean) (unused)
snd-audiopci            2216   1
snd-ens1370             8632   0  [snd-audiopci]
snd-ac97-codec          9256   0  [snd-ens1370]
snd-pcm1               15816   0  [snd-pcm1-oss snd-ens1370]
snd-mixer              13228   0  [snd-pcm1-oss snd-audiopci snd-ens1370
snd-ac97-codec]
snd-midi               14192   0  [snd-audiopci snd-ens1370]
snd-pcm                 9020   0  [snd-pcm1-oss snd-audiopci snd-pcm1]
snd                    28560   4  [snd-pcm1-oss snd-audiopci snd-ens1370
snd-ac97-codec snd-pcm1 snd-mixer snd-midi snd-pcm]

conf.modules:
=============
# --- BEGIN: Generated by ALSACONF, do not edit. ---
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-audiopci
alias sound-slot-0 snd-card-0
alias sound-service-0-3 snd-pcm1-oss
alias sound-service-0-12 snd-pcm1-oss
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660
snd_device_gid=0 snd_device_uid=0
options snd-audiopci snd_index=1 snd_id=CARD_1 snd_dac1_frame_size=128
snd_dac2_frame_size=128 snd_adc_frame_size=128
# --- END: Generated by ALSACONF, do not edit. ---      


did i do soemthing wrong ? i even tried the snd-pcm1-oss module ...



