<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<div><br></div>Hello everyone. &nbsp;I have been having some great fun with the low latencies using qjackctl, sooperlooper, audacity, a dunlop crybaby wah-wah pedal, and a seymour duncan tweakfuzz pedal. &nbsp;Anyways, my question is about jack and more specifically, jackdmp. &nbsp;I recently compiled and installed jackdmp from a subversion link provided on the official jack page. &nbsp;I read that the jackdmp installation 'replaces' files in the existing qjackctl and is made to operate better with multi-core CPUs. &nbsp;I use an Intel Quad Core @ 2.4GHz x 4 so this would be good for me. &nbsp;Is there a way I can make sure that I have installed this properly? &nbsp;&nbsp;<div><br></div><div>Fernando. &nbsp;I think saw that you were on the contributors list as making jackdmp compatible with fedora 13. &nbsp;That's what I put your name in the subject. &nbsp;:) &nbsp;Also, I was wondering if there was a site where people post the latencies they are able to achieve using jack. &nbsp;I think it would be interesting to see how people achieve very low-latencies and what those latencies are. &nbsp;&nbsp;<br><br>&gt; From: planetccrma-request@ccrma.Stanford.EDU<br>&gt; Subject: PlanetCCRMA Digest, Vol 30, Issue 13<br>&gt; To: planetccrma@ccrma.Stanford.EDU<br>&gt; Date: Sat, 14 Aug 2010 12:00:01 -0700<br>&gt; <br>&gt; Send PlanetCCRMA mailing list submissions to<br>&gt;         planetccrma@ccrma.stanford.edu<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         planetccrma-request@ccrma.stanford.edu<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         planetccrma-owner@ccrma.stanford.edu<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of PlanetCCRMA digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Re: jack+firewire (Oded Ben-Tal)<br>&gt;    2. Re: jack+firewire (Orcan Ogetbil)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Sat, 14 Aug 2010 09:38:19 -0700 (PDT)<br>&gt; From: Oded Ben-Tal &lt;oded@ccrma.Stanford.EDU&gt;<br>&gt; Subject: Re: [PlanetCCRMA] jack+firewire<br>&gt; To: Orcan Ogetbil &lt;oget.fedora@gmail.com&gt;<br>&gt; Cc: planetccrma@ccrma.Stanford.EDU<br>&gt; Message-ID:<br>&gt;         &lt;alpine.LFD.2.00.1008140931500.31344@ccrma-gate.stanford.edu&gt;<br>&gt; Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed<br>&gt; <br>&gt; thanks.<br>&gt; <br>&gt; Yes, the permission change solved the problem.<br>&gt; <br>&gt; I did notice odd behaviour with the firewire connection. Since the builtin <br>&gt; firewire chip is Ricoh, when I need to connect the saffire card (which <br>&gt; isn't every day) I use an expresscard (with TI chipset). Interestingly I <br>&gt; need to shutdown and start again to get the system to recognise the extra <br>&gt; card, just rebooting doesn't work (cold boot works hot boot doesn't). this <br>&gt; isn't new, BTW, it's been the case for a while.<br>&gt; <br>&gt; and ffado-test  seems to have disappeared. I added ffado-devel just in <br>&gt; case but I don't seem to have it.<br>&gt; <br>&gt; Oded<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt;   On Sat, 14 Aug 2010, Orcan Ogetbil wrote:<br>&gt; <br>&gt; &gt; On Sat, Aug 14, 2010 at 6:29 AM, Oded Ben-Tal wrote:<br>&gt; &gt;&gt; here we go again,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; After I (foolishly) updated libffado last week I can't get jack to start.<br>&gt; &gt;&gt; The error I get is:<br>&gt; &gt;&gt; could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so:<br>&gt; &gt;&gt; cannot open shared object file: No such file or directory<br>&gt; &gt;&gt; could not open component .so '/usr/lib/jack/jack_firewire.so':<br>&gt; &gt;&gt; libffado.so: cannot open shared object file: No such file or directory<br>&gt; &gt;&gt; Unkown driver "firewire"<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; The file of course exists:<br>&gt; &gt;&gt; ls -al /usr/lib*/jack/jack_firewire.so<br>&gt; &gt;&gt; -rw-r--r--. 1 root root 35873 2009-11-21 19:22<br>&gt; &gt;&gt; /usr/lib/jack/jack_firewire.so<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt; Looks like bad permissions. Just do<br>&gt; &gt; # chmod +x /usr/lib/jack/jack_firewire.so<br>&gt; &gt; This needs to have executable permissions.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; This is on Fedora12 2.6.31.12-1.rt20.1.fc12.ccrma.i686.rtPAE<br>&gt; &gt;&gt; jack-audio-connection-kit-1.9.4-1.fc12.ccrma.i686<br>&gt; &gt;&gt; ibffado-2.0.1-3.20100706.svn1864.fc12.i686<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; running the fwdiag script I noticed<br>&gt; &gt;&gt; ./fwdiag: line 85: ffado-test: command not found<br>&gt; &gt;&gt; (I presume that means at some point ffado-test was removed from the<br>&gt; &gt;&gt; library though I'm not sure it was in the last update).<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt; I don't know about the fwdiag, but to get the ffado-test you need to<br>&gt; &gt; install the ffado package<br>&gt; &gt; # yum install ffado<br>&gt; &gt; The libffado package contains the library only. The applications stuff<br>&gt; &gt; are in the ffado package.<br>&gt; &gt;<br>&gt; &gt; Orcan<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; PlanetCCRMA mailing list<br>&gt; &gt; PlanetCCRMA@ccrma.stanford.edu<br>&gt; &gt; http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Sat, 14 Aug 2010 12:53:14 -0400<br>&gt; From: Orcan Ogetbil &lt;oget.fedora@gmail.com&gt;<br>&gt; Subject: Re: [PlanetCCRMA] jack+firewire<br>&gt; To: S C Rigler &lt;riglersc@gmail.com&gt;<br>&gt; Cc: Oded Ben-Tal &lt;oded@ccrma.Stanford.EDU&gt;,<br>&gt;         planetccrma@ccrma.Stanford.EDU<br>&gt; Message-ID:<br>&gt;         &lt;AANLkTi=2Hr2woG4XQsVxYwdhX5YLbMMASreJSZvX0mLj@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset=UTF-8<br>&gt; <br>&gt; On Sat, Aug 14, 2010 at 10:10 AM, S C Rigler wrote:<br>&gt; &gt; On Sat, 14 Aug 2010 08:13:53 -0500, Orcan Ogetbil<br>&gt; &gt; wrote:<br>&gt; &gt;<br>&gt; &gt;&gt; I don't know about the fwdiag, but to get the ffado-test you need to<br>&gt; &gt;&gt; install the ffado package<br>&gt; &gt;&gt; # yum install ffado<br>&gt; &gt;&gt; The libffado package contains the library only. The applications stuff<br>&gt; &gt;&gt; are in the ffado package.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Orcan<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt; It doesn't look like ffado-test made it into my install of ffado:<br>&gt; &gt;<br>&gt; <br>&gt; Sorry, I meant ffado-diag. Refreshing my memory, I realized that we<br>&gt; left the test suite out during the package review since it seemed like<br>&gt; the tests were for development purposes only. Of course this might be<br>&gt; a wrong assumption. Currently, the test suite consists of:<br>&gt; <br>&gt; ./dbus_test.py<br>&gt; ./test-avccmd<br>&gt; ./scan-devreg<br>&gt; ./systemtests/ffado-test-isorecv<br>&gt; ./systemtests/ffado-test-isoxmit<br>&gt; ./systemtests/test-clock_nanosleep<br>&gt; ./systemtests/gen-loadpulses<br>&gt; ./systemtests/test-sysload<br>&gt; ./test-volume<br>&gt; ./test-timestampedbuffer<br>&gt; ./test-echomixer<br>&gt; ./test-ieee1394service<br>&gt; ./test-bufferops<br>&gt; ./dumpiso_mod<br>&gt; ./test-devicestringparser<br>&gt; ./test-scs<br>&gt; ./streaming/ffado-test-streaming-ipcclient<br>&gt; ./streaming/ffado-test-streaming-ipc<br>&gt; ./streaming/ffado-test-streaming<br>&gt; ./test-messagequeue<br>&gt; ./test-streamdump<br>&gt; ./test-focusrite<br>&gt; ./test-watchdog<br>&gt; ./test-enhanced-mixer<br>&gt; ./test-ipcringbuffer<br>&gt; ./test-shm<br>&gt; ./test-dice-eap<br>&gt; ./test-fw410<br>&gt; ./ffado-test<br>&gt; <br>&gt; Do you folks need any of these executables bundled in the ffado<br>&gt; package? Or maybe, do you need all of them?<br>&gt; <br>&gt; If that's the case, please file a bug at https://bugzilla.redhat.com<br>&gt; with the reasons so that I have a reference. When people ask me "Why<br>&gt; did you re-include the tests?" I can say "Look at this bug, the users<br>&gt; need these tests."<br>&gt; <br>&gt; Thanks,<br>&gt; Orcan<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; PlanetCCRMA mailing list<br>&gt; PlanetCCRMA@ccrma.stanford.edu<br>&gt; http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma<br>&gt; <br>&gt; <br>&gt; End of PlanetCCRMA Digest, Vol 30, Issue 13<br>&gt; *******************************************<br></div>                                               </body>
</html>