In addition to my previous mail: 

mplayer gives the following error:
ALSA lib pcm_hw.c:1003:(snd_pcm_hw_open) open /dev/snd/pcmC0D3p failed: No such device
alsa-init: playback open error: No such device
Could not open/initialize audio device -> no sound.

However, the device is created:
 - ll /proc/asound/dev
 total 0
 crw-rw-rw-    1 root     root     116,   0 Feb 22 15:36 controlC0
 crw-rw-rw-    1 root     root     116,   4 Feb 22 15:46 hwC0D0
 crw-rw-rw-    1 root     root     116,   8 Feb 22 15:46 midiC0D0
 crw-rw-rw-    1 root     root     116,   9 Feb 22 15:46 midiC0D1
 crw-rw-rw-    1 root     root     116,  24 Feb 22 15:46 pcmC0D0c
 crw-rw-rw-    1 root     root     116,  16 Feb 22 15:41 pcmC0D0p
 crw-rw-rw-    1 root     root     116,  25 Feb 22 15:46 pcmC0D1c
 crw-rw-rw-    1 root     root     116,  26 Feb 22 15:46 pcmC0D2c
 crw-rw-rw-    1 root     root     116,  19 Feb 22 15:46 pcmC0D3p
 crw-rw-rw-    1 root     root     116,  33 Feb 22 15:46 timer

But obviously is not functioning correctly:

 - cat /proc/asound/dev/pcmC0D3p
 cat: /proc/asound/dev/pcmC0D3p: No such device


----- Forwarded message from Reinier Bos <[EMAIL PROTECTED]> -----

From: Reinier Bos <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.2.5.1i
Subject: [Alsa-user] SPDIF out does not work on Audigy
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/alsa-user>,
        <mailto:[EMAIL PROTECTED]>
List-Id: Advanced Linux Sound Architecture - User <alsa-user.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/alsa-user>,
        <mailto:[EMAIL PROTECTED]>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=alsa-user>
X-Original-Date: Sat, 22 Feb 2003 15:43:53 +0100
Date: Sat, 22 Feb 2003 15:43:53 +0100
X-UIDL: 1045925729.maildrop12.8123

Hi,

I'm trying to get my digital output (SPDIF) to work.  I have a Creative
SB Audigy.  I managed to get the digital output to work with the OpenSource
emu10k1 drivers at sourceforge (http://sourceforge.net/projects/emu10k1/),
but I'm trying to switch to ALSA drivers, because the documentation with
mplayer suggested switching to them for AC3 passthrough functionality.


So, I built the ALSA stuff from CVS, and got the analog part to work fine.
However, the digital output is not working...  Tweaking with the alsamixer
settings does not seem to help.

Currently, the XMMS output plugins I've tried to use are the Esound Output
Plugin 1.2.7, the OSS Driver 1.2.7, and the ALSA 0.9 output plugin (the 
first of which worked fine to produce the digital output with the emu10k1 
driver).

Does anyone have any idea how to get this working?

This is the sound portion of lsmod:
snd-mixer-oss          16376   1 (autoclean)
snd-emu10k1            81908   4 (autoclean)
snd-pcm                81664   1 (autoclean) [snd-emu10k1]
snd-timer              15720   0 (autoclean) [snd-pcm]
snd-util-mem            3096   0 (autoclean) [snd-emu10k1]
snd-hwdep               7008   0 (autoclean) [snd-emu10k1]
snd-rawmidi            18816   0 (autoclean) [snd-emu10k1]
snd-seq-device          6316   0 (autoclean) [snd-emu10k1 snd-rawmidi]
snd-ac97-codec         41168   0 (autoclean) [snd-emu10k1]
snd                    46276   6 (autoclean) [snd-mixer-oss snd-emu10k1 snd-pcm 
snd-timer snd-util-mem snd-hwdep snd-rawmidi snd-seq-device snd-ac97-codec]


and this is the sound portion of my modules.conf:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1

post-install snd-emu10k1 /usr/sbin/alsactl restore
pre-remove snd-emu10k1 /usr/sbin/alsactl store

# module options should go here
options snd-emu10k1 index=0 extin=0x0003 extout=0x1f0f
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


Finally, some version info:

 - cat /proc/asound/version
 Advanced Linux Sound Architecture Driver Version 0.9.0rc7.
 Compiled on Feb 22 2003 for kernel 2.4.20 with versioned symbols.

TIA,
Reinier.



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

----- End forwarded message -----


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to