2009/10/25 HamRadio <span dir="ltr">&lt;<a href="mailto:hamradio64@gmail.com">hamradio64@gmail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
I&#39;ve recently bought an Edirol FA66 firewire sound interface and it<br>
works fine with FFADO 2.0-rc2 on my 64 bit Debian testing box.<br>
However I just can use it with jackd-aware software, whilst all other<br>
programs, first of all web browsers with (Adobe&#39;s) flash plugin etc.<br>
etc., continue to play only through my onboard AC97 soundcard via<br>
ALSA.<br>
I&#39;ve googled searching a solution to route alsa output to jackd,<br>
setting an .asoundrc like in:<br>
<a href="http://alsa.opensrc.org/index.php/Jack_(plugin)" target="_blank">http://alsa.opensrc.org/index.php/Jack_(plugin)</a><br>
or also in:<br>
<a href="http://ubuntuforums.org/showthread.php?t=644667" target="_blank">http://ubuntuforums.org/showthread.php?t=644667</a><br>
but with no result until now.<br>
Anyone here have perhaps some more hints to get alsa route its output to jackd?<br>
Thanks in advance for answering.<br></blockquote><div><br></div><div> Could you paste the .asoundrc you have?</div><div><br></div><div>For eg., mine is standard because I don&#39;t use the plugin when I&#39;m using external interface:</div>

<div><br></div><div><div>pcm.!default {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>type plug</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>slave { pcm &quot;jack&quot; }</div>

<div>}</div><div><br></div><div>pcm.jack {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>type jack</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>playback_ports {</div><div>

<span class="Apple-tab-span" style="white-space:pre">                </span>0 alsa_pcm:playback_1</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>1 alsa_pcm:playback_2</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>}</div>

<div><span class="Apple-tab-span" style="white-space:pre">        </span>capture_ports {</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>0 alsa_pcm:capture_1</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>1 alsa_pcm:capture_2</div>

<div><span class="Apple-tab-span" style="white-space:pre">        </span>}</div><div>}</div><div><br></div><div>ctl.mixer0 {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>type hw</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>card 0</div>

<div>}</div><div><br></div><div>And also ensure that the plugin exists:</div><div><br></div><div>~$ locate libasound_module_pcm_jack.so</div></div></div>