<br><br><div class="gmail_quote">On Sun, Oct 25, 2009 at 10:54 PM, Jonathan E. Brickman <span dir="ltr"><<a href="mailto:jeb@joshuacorps.org">jeb@joshuacorps.org</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;">
<div bgcolor="#ffffff" text="#000000">
Greetings, HamRadio.<br>
<blockquote type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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></blockquote></div></blockquote><div><br>Hi! Another hint:<br><br>In Linux Mint 7 / ubuntu jaunty, I compiled (configure and make only) the alsa-plugins that I got from the alsa project page. <br>
(First I installed libasound2-dev from the ubuntu repos).<br><br>Then I copied these two files (the .so alone was not enough) to /usr/lib/alsa-lib:<br>.../jack/<a href="http://libasound_module_pcm_jack.la">libasound_module_pcm_jack.la</a><br>
.../jack/.libs/libasound_module_pcm_jack.so<br><br>I created the .asoundrc file with this content: <br><br> pcm.!default {<br> type plug<br> slave { pcm "jack" }<br> }<br><br> pcm.jack {<br>
type jack<br> playback_ports {<br> 0 system:playback_1<br> 1 system:playback_2<br> }<br> }<br><br>It works for me to hear to youtube videos, jamendo and the like.<br><br>See<br>
<br><a href="https://bugs.launchpad.net/ubuntu/+source/alsa-plugins/+bug/84900">https://bugs.launchpad.net/ubuntu/+source/alsa-plugins/+bug/84900</a><br><br>Cheers, Pablo<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000"><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
</blockquote>
</div>
</blockquote>
</div></blockquote></div>