On Sep 11, 2009 8:34pm, Robert Klaar &lt;nim.batu@gmail.com&gt; wrote:<br />&gt; Hi there.<br />&gt; <br />&gt; Yesterday I got my edirol fa-66 delivered, now, how do I get it to work?, I choosed freebob as driver in jack, but when I try to start it, it won&#39;t with this message; <br />&gt; <br />&gt; <br />&gt; <br />&gt; 03:29:46.449 JACK is starting...<br />&gt; 03:29:46.450 /usr/bin/jackd -dfreebob -dhw:0 -r96000 -p128 -n3 -D<br />&gt; 03:29:46.457 JACK was started with PID=14014.<br />&gt; no message buffer overruns<br />&gt; jackd 0.116.1<br />&gt; Copyright 2001-2005 Paul Davis and others.<br />&gt; <br />&gt; jackd comes with ABSOLUTELY NO WARRANTY<br />&gt; This is free software, and you are welcome to redistribute it<br />&gt; under certain conditions; see the file COPYING for details<br />&gt; JACK compiled with System V SHM support.<br />&gt; loading driver ..<br />&gt; <br />&gt; Freebob using Firewire port 0, node -1<br />&gt; Ieee1394Service::initialize: Could not get 1394 handle: Permission denied<br />&gt; Is ieee1394 and raw1394 driver loaded?<br />&gt;  [31mFatal (devicemanager.cpp)[68] initialize: Could not initialize Ieee1349Service object<br />&gt; <br />&gt;  [0m [31mFatal (freebob.cpp)[69] freebob_new_handle: Could not initialize device manager<br />&gt; FreeBoB ERR: FREEBOB: Error creating virtual device<br />&gt; cannot load driver module freebob<br />&gt;  [0m<br />&gt; 03:29:46.470 JACK was stopped successfully.<br />&gt; <br />&gt; 03:29:46.471 Post-shutdown script...<br />&gt; 03:29:46.471 killall jackd<br />&gt; jackd: no process killed<br />&gt; 03:29:46.878 Post-shutdown script terminated with exit status=256.<br />&gt; 03:29:48.506 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; ...I know nothing of firewire so there might be something I haven&#39;t done properly...<br />&gt; //Paco<br />&gt; <br /><br />Your permissions are not set correctly, it seems.  Assuming you&#39;ve got a standard Ubuntu Studio install, then you&#39;ll need to open up Ubuntu Studio Controls under Stystem &gt; Administration.  Check the box for allowing access to raw1394.  It&#39;ll give you a warning, but just hit enter.<br /><br />The other thing you&#39;ll probably need to do is create an &#39;audio&#39; group and then put yourself  and &#39;root&#39; in it.  Every once in a while, I&#39;ve still had problems getting the system to allow access to firewire after doing this, which is sometimes solved by creating a &#39;video&#39; group and putting yourself  and &#39;root&#39; into that.<br /><br />If you&#39;re running a standard Ubuntu install, then you should check to make sure your /etc/security/limits.conf file includes the following lines:<br /><br />@audio - rtprio 99<br />@audio - nice -19 (or whatever you&#39;d like to set nice to)<br />@audio - memlock unlimited (or whatever you&#39;d like to set the memory limit to)<br /><br />If all else fails, you can also just manually give yourself permission to access firewire by doing &#39;sudo chmod 777 /dev/raw1394&#39; or something similar.  You will need to do that each time you start a session, assuming you don&#39;t use one of the other fixes.<br /><br />Getting firewire permissions to work has always been one of the most annoying aspects of working with audio in Ubuntu.