In order to get the lastest &#39;jack_firewire.so&#39; file, you need to install &#39;libffado-devel&#39; not just &#39;libffado&#39;.  This solved my &#39;Unknown driver &#39;firewire&#39; problem on Fedora 12.  <br><br>Cheers,<br>
<br>John<br><br><div class="gmail_quote">On Sat, Aug 14, 2010 at 6:13 AM, Orcan Ogetbil <span dir="ltr">&lt;<a href="mailto:oget.fedora@gmail.com">oget.fedora@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sat, Aug 14, 2010 at 6:29 AM, Oded Ben-Tal wrote:<br>
&gt; here we go again,<br>
&gt;<br>
&gt; After I (foolishly) updated libffado last week I can&#39;t get jack to start.<br>
&gt; The error I get is:<br>
&gt; could not open driver .so &#39;/usr/lib/jack/jack_firewire.so&#39;: libffado.so:<br>
&gt; cannot open shared object file: No such file or directory<br>
&gt; could not open component .so &#39;/usr/lib/jack/jack_firewire.so&#39;:<br>
&gt; libffado.so: cannot open shared object file: No such file or directory<br>
&gt; Unkown driver &quot;firewire&quot;<br>
&gt;<br>
&gt; The file of course exists:<br>
&gt; ls -al /usr/lib*/jack/jack_firewire.so<br>
&gt; -rw-r--r--. 1 root root 35873 2009-11-21 19:22<br>
&gt; /usr/lib/jack/jack_firewire.so<br>
&gt;<br>
<br>
</div>Looks like bad permissions. Just do<br>
# chmod +x /usr/lib/jack/jack_firewire.so<br>
This needs to have executable permissions.<br>
<div class="im"><br>
<br>
&gt; This is on Fedora12 2.6.31.12-1.rt20.1.fc12.ccrma.i686.rtPAE<br>
&gt; jack-audio-connection-kit-1.9.4-1.fc12.ccrma.i686<br>
&gt; ibffado-2.0.1-3.20100706.svn1864.fc12.i686<br>
&gt;<br>
&gt; running the fwdiag script I noticed<br>
&gt; ./fwdiag: line 85: ffado-test: command not found<br>
&gt; (I presume that means at some point ffado-test was removed from the<br>
&gt; library though I&#39;m not sure it was in the last update).<br>
&gt;<br>
<br>
</div>I don&#39;t know about the fwdiag, but to get the ffado-test you need to<br>
install the ffado package<br>
# yum install ffado<br>
The libffado package contains the library only. The applications stuff<br>
are in the ffado package.<br>
<font color="#888888"><br>
Orcan<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
PlanetCCRMA mailing list<br>
<a href="mailto:PlanetCCRMA@ccrma.stanford.edu">PlanetCCRMA@ccrma.stanford.edu</a><br>
<a href="http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma" target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma</a><br>
</div></div></blockquote></div><br>