Re: Fa-66 firewire.

2009-09-14 Thread Robert Klaar
well, solving the permissions thingy was the easy part .), now it says it
can't access memory, I can solve this by turning rt off in jack settings,
but there's still a problem left, it complains about; could not set bitrate.
And this I havn't been able to fix as of yet.
//paco

On Mon, Sep 14, 2009 at 3:33 PM, Michael Sullivan  wrote:

> Did you try this?
> (from http://www.linuxstudiopro.com/resources.php   )
>
>
>FireWire Permissions
>
> If you get an error like this in JACK:
>
> *Ieee1394Service::initialize: Could not get 1394 handle: Permission denied*
> Is ieee1394 and raw1394 driver loaded?
> Fatal (devicemanager.cpp)[68] initialize: Could not initialize
> Ieee1349Service object
> Fatal (freebob.cpp)[69] freebob_new_handle: Could not initialize device
> manager
>
> Use your terminal to open /ect/udev/rules.d/40-permissions.rules...
>
> $ sudo gedit /etc/udev/rules.d/40-permissions.rules
>
> ...and find the following line:
>
> KERNEL=="raw1394", GROUP="disk"
>
> ...and make it read:
>
> KERNEL=="raw1394", GROUP="audio"
>
> make your user a part of the audio group and you will have access to
> your FireWire devices.
>
> sudo adduser paco audio
>
> if your user name is paco.
>
>
>
>
> this procedure worked for me when I was getting similar errors
> connecting my Mackie Onyx mixer firewire card.
>
>
>
>
>
> Robert Klaar wrote:
> > Hi there.
> > 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't with this message;
> >
> > 03:29:46.449 JACK is starting...
> > 03:29:46.450 /usr/bin/jackd -dfreebob -dhw:0 -r96000 -p128 -n3 -D
> > 03:29:46.457 JACK was started with PID=14014.
> > no message buffer overruns
> > jackd 0.116.1
> > Copyright 2001-2005 Paul Davis and others.
> > jackd comes with ABSOLUTELY NO WARRANTY
> > This is free software, and you are welcome to redistribute it
> > under certain conditions; see the file COPYING for details
> > JACK compiled with System V SHM support.
> > loading driver ..
> > Freebob using Firewire port 0, node -1
> > Ieee1394Service::initialize: Could not get 1394 handle: Permission denied
> > Is ieee1394 and raw1394 driver loaded?
> >  [31mFatal (devicemanager.cpp)[68] initialize: Could not initialize
> > Ieee1349Service object
> >  [0m [31mFatal (freebob.cpp)[69] freebob_new_handle: Could not
> > initialize device manager
> > FreeBoB ERR: FREEBOB: Error creating virtual device
> > cannot load driver module freebob
> >  [0m
> > 03:29:46.470 JACK was stopped successfully.
> > 03:29:46.471 Post-shutdown script...
> > 03:29:46.471 killall jackd
> > jackd: no process killed
> > 03:29:46.878 Post-shutdown script terminated with exit status=256.
> > 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.
> >
> > ...I know nothing of firewire so there might be something I haven't
> > done properly...
> > //Paco
>
>
> --
> Ubuntu-Studio-users mailing list
> Ubuntu-Studio-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Fa-66 firewire.

2009-09-14 Thread Michael Sullivan
Did you try this?
(from http://www.linuxstudiopro.com/resources.php   )


FireWire Permissions

If you get an error like this in JACK:

*Ieee1394Service::initialize: Could not get 1394 handle: Permission denied*
Is ieee1394 and raw1394 driver loaded?
Fatal (devicemanager.cpp)[68] initialize: Could not initialize 
Ieee1349Service object
Fatal (freebob.cpp)[69] freebob_new_handle: Could not initialize device 
manager

Use your terminal to open /ect/udev/rules.d/40-permissions.rules...

$ sudo gedit /etc/udev/rules.d/40-permissions.rules

...and find the following line:

KERNEL=="raw1394", GROUP="disk"

...and make it read:

KERNEL=="raw1394", GROUP="audio"

make your user a part of the audio group and you will have access to 
your FireWire devices.

sudo adduser paco audio

if your user name is paco.




this procedure worked for me when I was getting similar errors 
connecting my Mackie Onyx mixer firewire card.





Robert Klaar wrote:
> Hi there.
> 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't with this message; 
>
> 03:29:46.449 JACK is starting...
> 03:29:46.450 /usr/bin/jackd -dfreebob -dhw:0 -r96000 -p128 -n3 -D
> 03:29:46.457 JACK was started with PID=14014.
> no message buffer overruns
> jackd 0.116.1
> Copyright 2001-2005 Paul Davis and others.
> jackd comes with ABSOLUTELY NO WARRANTY
> This is free software, and you are welcome to redistribute it
> under certain conditions; see the file COPYING for details
> JACK compiled with System V SHM support.
> loading driver ..
> Freebob using Firewire port 0, node -1
> Ieee1394Service::initialize: Could not get 1394 handle: Permission denied
> Is ieee1394 and raw1394 driver loaded?
> Fatal (devicemanager.cpp)[68] initialize: Could not initialize 
> Ieee1349Service object
> Fatal (freebob.cpp)[69] freebob_new_handle: Could not 
> initialize device manager
> FreeBoB ERR: FREEBOB: Error creating virtual device
> cannot load driver module freebob
> 
> 03:29:46.470 JACK was stopped successfully.
> 03:29:46.471 Post-shutdown script...
> 03:29:46.471 killall jackd
> jackd: no process killed
> 03:29:46.878 Post-shutdown script terminated with exit status=256.
> 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.
>
> ...I know nothing of firewire so there might be something I haven't 
> done properly...
> //Paco


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users