>
> Please try to put the following in your /etc/asound.conf:
>
> pcm.sekd {
>       type route
>       slave "hw:1"
>       ttable.0.0 1
>       ttable.1.1 1
> }
>
> and then use "-D plug:sekd".

$ aplay -D plug:sekd Unreality2.wav

ALSA lib pcm.c:6120:(snd_pcm_slave_conf) Invalid slave definition
aplay: main:502: audio open error: Invalid argument

and here is my asound.conf so far: 

pcm.pdplus {
           type hw
           card 1
        }
ctl.pdplus {
           type hw
           card 1
        }
pcm.sekd {
                type route
                slave "hw:1"
                ttable.0.0 1
                ttable.1.1 1
}

the first two parts are taken from the page about the pdplus driver.
I read through the .asoundrc document but I don't really understand it...

Do I have to load any special modules?

I always do modprobe snd-pdplus. The other modules are still loaded for the 
first soundcard(onboard). This was automatically configured by Mandrake and 
running well:

snd-pdplus             79468  0
...
snd-seq-oss            31232  0
snd-seq-midi-event      7552  1 snd-seq-oss
snd-seq                51024  4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss            51812  0
snd-mixer-oss          17952  1 snd-pcm-oss
snd-cmipci             33236  0
snd-pcm                93156  3 snd-pdplus,snd-pcm-oss,snd-cmipci
snd-page-alloc         11972  1 snd-pcm
snd-opl3-lib            9984  1 snd-cmipci
snd-timer              24484  3 snd-seq,snd-pcm,snd-opl3-lib
snd-hwdep               8928  1 snd-opl3-lib
gameport                4480  1 snd-cmipci
snd-mpu401-uart         7072  1 snd-cmipci
snd-rawmidi            23616  1 snd-mpu401-uart
snd-seq-device          8008  4 snd-seq-oss,snd-seq,snd-opl3-lib,snd-rawmidi
snd                    52484 14snd-pdplus,snd-seq-oss,
snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-cmipci,snd-pcm,
snd-opl3-lib,snd-timer,snd-hwdep,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore               9248  1 snd


Perhaps I should remove thhe module snd-cmipci from modprobe.conf and replace 
it by snd-pdplus? So that the pdplus is running as the firts and only sound 
device....

Sebastian



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to