<br><br><div class="gmail_quote">On Wed, May 2, 2012 at 3:49 PM, barb <span dir="ltr">&lt;<a href="mailto:barb@col-me.info" target="_blank">barb@col-me.info</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

hi!<br>
i am new on this mailinglist and only here to investigate one thing i am<br>
working on currently. to connect the firewire saffire focusrite to my<br>
fc16 machine i am using the 3.0.17-1.rt33 kernel.<br>
<br>
the problem is, that i can only start up jack with firewire drivers (i<br>
use the new stack) when i am root. of course all the programms<br>
connecting to jack afterwards have to be started as root as well, which<br>
is not what i am aiming at.<br>
<br>
if i start them as user, i get a &#39;permisison denied&#39; on the libffado. i<br>
checked all the permissions and am finally part of any group that exists<br>
on the system without success. the /dev/fw0 is set on a group, which i<br>
am part of (rw permissions for u+g).<br><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>I added a file called &quot;99-firewire.rules&quot; to /etc/udev/rules.d with the following contents:</div>

<div><br></div><div>KERNEL==&quot;fw*&quot;, MODE=&quot;0660&quot;,OWNER=&quot;root&quot;,GROUP=&quot;jackuser&quot;</div><div><br></div><div>Obviously you would need to be a member of the &quot;jackuser&quot; group for it to work.</div>

<div><br></div><div>--Steve</div><div><br></div></div><br>