Ok,<br><br>I have finally solved this, and for others I post my
findings here, as it took quite some searching to solve this. (see
quiet a few posts about the net with the same question as mine)<br><br>It was not that the /etc/asound.conf / ~/.asoundrc files were ignored.<br>
<br>From my own findings, making changes to these files, and then using aplay -L to list the pcm devices does not work. <br>Seems like aplay -L just lists the defaults (?)<br>I have seen the same happen in Ubuntu Karmic, where the new ladcomp pcm exists, as I can use it, but it is not listed. <br>

not even in alsamixer, (softvolume does appear in mixer, but still not in aplay -L)<br>It
was thus incorrectly assumed that the new pcm device must be visible to
the utilities (?), assumtion drawn from the fact that softvolume does.<br>
<br>It seems like Ubuntu Jaunty has an issue with libasound2. <br>it
has not been compiled to include the ladcomp libs/calls (or whatever
was required to make alsa 'talk' to the ladcomp filters stored in
/usr/lib/ladspa (or /usr/lib64/ladspa))<br>
So alsa was looking at the config files, but not accepting my changes as it could not load the filters/libs requested.<br><br>This was seen clearly by running the command:<br><br>speaker-test -Dladcomp -c2 -twav<br><br>on the Jaunty based machine, which gave the error:<br>

<br>ALSA lib pcm.c:2205:(snd_pcm_open_<div id=":y5" class="ii gt">noupdate) Unknown PCM ladcomp<br>Playback open error: -2,No such file or directory<br><br>Running the same command on Ubuntu Karmic (9.10), works fine with the exact same config setup as tried in Jaunty<br>

<br>Now, I wonder if it actually works to normalise the volume......will find put soon :)<br><font color="#888888"><br>-Lucas</font></div><br><br><div class="gmail_quote">On Mon, Oct 19, 2009 at 10:36 AM, Lucas van Staden <span dir="ltr"><<a href="mailto:lvs@dedmeet.com">lvs@dedmeet.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I am stuck, been hunting for a solution via google for hours...<br>
<br>
I am attempting to add a new pcm device to my alsa configuration, making use of the technique described here:<br>
<br>
<a href="http://alsa.opensrc.org/index.php/Ladspa_%28plugin%29" target="_blank">http://alsa.opensrc.org/index.php/Ladspa_(plugin)</a><br>
<br>
This is to see how well it can normalise volume on avi files.<br>
<br>
No matter what I try, the new control / device does not appear to be created.<br>
I check by using aplay -L, and it is not listed.<br>
I tried to point a player to using it, no sound.<br>
<br>
As  a test, I also tried to create a softvolume control, as described here, just to see if it works, but same, nothing.<br>
<br>
I can only conclude that for some reason alsa is not loading the information defined in /etc/asound.conf or ~/.asoundrc<br>
<br>
I am using Ubuntu Jaunty.<br>
I uninstalled pulseaudio from this box, as it and xbmc did not work well together.<br>
<br>
Any ideas?<br>
</blockquote></div><br>