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


Re: Re: Re: Re: Fa-66 firewire.

2009-09-13 Thread Robert Klaar
Mhm, I thank you for your assistance. .)

On Mon, Sep 14, 2009 at 1:38 AM,  wrote:

> On Sep 13, 2009 2:50pm, Robert Klaar  wrote:
> > Yes, I'm not sure what ffado-mixer is good for, not gonna use it but
> thought it would be a good idea to reference with.
> >
> >
> > Tried memlocking at 75% but still no change.
> >
> >
> >
> > ...and I tried turning the rtkernel of, that took care of the
> allocate-problem(obviously...) but it complains about the samplerate, I've
> tried ALL levels and no change, it just changes the value in the message
> window.
> >
> >
>
> You probably wouldn't want to run JACK without the RT kernel. Have you
> tried using the 'firewire' driver in JACK? I believe that's the actual ffado
> driver, as opposed to freebob.
>
> I'd also try putting your memlock as high as it would go.
>
> Other than that, I'm pretty much out of suggestions. :)
> --
> 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: Re: Re: Re: Fa-66 firewire.

2009-09-13 Thread beejunk

On Sep 13, 2009 2:50pm, Robert Klaar  wrote:
Yes, I'm not sure what ffado-mixer is good for, not gonna use it but  
thought it would be a good idea to reference with.




Tried memlocking at 75% but still no change.




...and I tried turning the rtkernel of, that took care of the  
allocate-problem(obviously...) but it complains about the samplerate,  
I've tried ALL levels and no change, it just changes the value in the  
message window.




You probably wouldn't want to run JACK without the RT kernel. Have you  
tried using the 'firewire' driver in JACK? I believe that's the actual  
ffado driver, as opposed to freebob.


I'd also try putting your memlock as high as it would go.

Other than that, I'm pretty much out of suggestions. :)
-- 
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: Re: Re: Fa-66 firewire.

2009-09-13 Thread Robert Klaar
Yes, I'm not sure what ffado-mixer is good for, not gonna use it but thought
it would be a good idea to reference with.

Tried memlocking at 75% but still no change.

...and I tried turning the rtkernel of, that took care of the
allocate-problem(obviously...) but it complains about the samplerate, I've
tried ALL levels and no change, it just changes the value in the message
window.

On Sun, Sep 13, 2009 at 9:17 PM,  wrote:

> On Sep 13, 2009 2:01pm, Robert Klaar  wrote:
> > Also I tried the ffado-mixer, it doesn't find the card, does this mean
> anything?
> >
> > On Sun, Sep 13, 2009 at 8:53 PM, Robert Klaar nim.b...@gmail.com> wrote:
> >
> > Mm, here's a screenshot, http://pici.se/pictures/WxucfjlJi.png .)
> >
> >
> >
> >
> > I haven't set any memlock at all, what does i t do?
> >
>
> You can set the memlock using Ubuntu Studio Controls (under System >
> Administration). It is usually recommended that this be set to around 75% of
> memory. You can also set it under the /etc/security/limits.conf file, as
> mentioned earlier.
>
> I've never actually used the ffado mixer, so I'm not sure what the problem
> there might be.
> --
> 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: Re: Re: Fa-66 firewire.

2009-09-13 Thread beejunk

On Sep 13, 2009 2:01pm, Robert Klaar  wrote:
Also I tried the ffado-mixer, it doesn't find the card, does this mean  
anything?



On Sun, Sep 13, 2009 at 8:53 PM, Robert Klaar nim.b...@gmail.com> wrote:



Mm, here's a screenshot, http://pici.se/pictures/WxucfjlJi.png .)






I haven't set any memlock at all, what does it do?



You can set the memlock using Ubuntu Studio Controls (under System >  
Administration). It is usually recommended that this be set to around 75%  
of memory. You can also set it under the /etc/security/limits.conf file, as  
mentioned earlier.


I've never actually used the ffado mixer, so I'm not sure what the problem  
there might be.
-- 
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: Re: Fa-66 firewire.

2009-09-13 Thread Robert Klaar
Also I tried the ffado-mixer, it doesn't find the card, does this mean
anything?

On Sun, Sep 13, 2009 at 8:53 PM, Robert Klaar  wrote:

> Mm, here's a screenshot, http://pici.se/pictures/WxucfjlJi.png .)
>
> I haven't set any memlock at all, what does i t do?
>
> On Sun, Sep 13, 2009 at 8:02 PM,  wrote:
>
>> On Sep 13, 2009 11:54am, Robert Klaar  wrote:
>> > Yes, that took care of that specific problem. I still don't get it to
>> run though... problem is that I run one of the notoriously bad
>> firewire-ports on my system(ricoh-something...) and I don't know if that's
>> it or not, is there some way to test this? Anyways, here's my jack-message
>> ftm;
>> >
>> >
>> >
>> > 18:49:27.874 JACK is starting...
>> > 18:49:27.875 /usr/bin/jackd -R -dfreebob -r48000 -p1024 -n3 -D
>> > 18:49:27.878 JACK was started with PID=5249.
>> > 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.
>> > cannot lock down memory for jackd (Cannot allocate memory)
>> >
>> > loading driver ..
>> > Freebob using Firewire port 0, node -1
>> > JACK: unable to mlock() port buffers: Cannot allocate memory
>> > JACK: unable to mlock() port buffers: Cannot allocate memory
>> > [31mError (bebob_light/bebob_light_avdevice.cpp)[1666]
>> setSamplingFrequencyPlug: setSampleRatePlug: IsoStreamInput plug 0 does not
>> support sample rate 48000
>> >
>> > [0m [31mError (bebob_light/bebob_light_avdevice.cpp)[1696]
>> setSamplingFrequency: setSampleRate: Setting sample rate failed
>> > FreeBoB ERR: FREEBOB: Error creating virtual device
>> > cannot load driver module freebob
>> > LibFreeBoB ERR: Failed to set samplerate...
>> >
>> > [0m
>> > 18:49:28.214 JACK was stopped successfully.
>> > 18:49:28.215 Post-shutdown script...
>> > 18:49:28.215 killall jackd
>> > jackd: no process killed
>> > 18:49:28.624 Post-shutdown script terminated with exit status=256.
>> >
>> > 18:49:29.902 Could not connect to JACK server as client. - Overall
>> operation failed. - Unable to connect to server. Please check the messages
>> window for more info.
>> >
>> >
>>
>> Please post on the bottom of previous posts, if you don't mind. :)
>>
>> The JACK log is saying it can't lock down your memory. Does this have
>> something to do with the memlock limit you've set in Ubuntu Studio Controls?
>> That might be worth checking.
>>
>> What settings are you using when you start JACK?
>> --
>> 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: Re: Fa-66 firewire.

2009-09-13 Thread Robert Klaar
Mm, here's a screenshot, http://pici.se/pictures/WxucfjlJi.png .)

I haven't set any memlock at all, what does i t do?

On Sun, Sep 13, 2009 at 8:02 PM,  wrote:

> On Sep 13, 2009 11:54am, Robert Klaar  wrote:
> > Yes, that took care of that specific problem. I still don't get it to run
> though... problem is that I run one of the notoriously bad firewire-ports on
> my system(ricoh-something...) and I don't know if that's it or not, is there
> some way to test this? Anyways, here's my jack-message ftm;
> >
> >
> >
> > 18:49:27.874 JACK is starting...
> > 18:49:27.875 /usr/bin/jackd -R -dfreebob -r48000 -p1024 -n3 -D
> > 18:49:27.878 JACK was started with PID=5249.
> > 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.
> > cannot lock down memory for jackd (Cannot allocate memory)
> >
> > loading driver ..
> > Freebob using Firewire port 0, node -1
> > JACK: unable to mlock() port buffers: Cannot allocate memory
> > JACK: unable to mlock() port buffers: Cannot allocate memory
> > [31mError (bebob_light/bebob_light_avdevice.cpp)[1666]
> setSamplingFrequencyPlug: setSampleRatePlug: IsoStreamInput plug 0 does not
> support sample rate 48000
> >
> > [0m [31mError (bebob_light/bebob_light_avdevice.cpp)[1696]
> setSamplingFrequency: setSampleRate: Setting sample rate failed
> > FreeBoB ERR: FREEBOB: Error creating virtual device
> > cannot load driver module freebob
> > LibFreeBoB ERR: Failed to set samplerate...
> >
> > [0m
> > 18:49:28.214 JACK was stopped successfully.
> > 18:49:28.215 Post-shutdown script...
> > 18:49:28.215 killall jackd
> > jackd: no process killed
> > 18:49:28.624 Post-shutdown script terminated with exit status=256.
> >
> > 18:49:29.902 Could not connect to JACK server as client. - Overall
> operation failed. - Unable to connect to server. Please check the messages
> window for more info.
> >
> >
>
> Please post on the bottom of previous posts, if you don't mind. :)
>
> The JACK log is saying it can't lock down your memory. Does this have
> something to do with the memlock limit you've set in Ubuntu Studio Controls?
> That might be worth checking.
>
> What settings are you using when you start JACK?
> --
> 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: Re: Fa-66 firewire.

2009-09-13 Thread beejunk

On Sep 13, 2009 11:54am, Robert Klaar  wrote:
Yes, that took care of that specific problem. I still don't get it to run  
though... problem is that I run one of the notoriously bad firewire-ports  
on my system(ricoh-something...) and I don't know if that's it or not, is  
there some way to test this? Anyways, here's my jack-message ftm;





18:49:27.874 JACK is starting...
18:49:27.875 /usr/bin/jackd -R -dfreebob -r48000 -p1024 -n3 -D
18:49:27.878 JACK was started with PID=5249.
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.
cannot lock down memory for jackd (Cannot allocate memory)



loading driver ..
Freebob using Firewire port 0, node -1
JACK: unable to mlock() port buffers: Cannot allocate memory
JACK: unable to mlock() port buffers: Cannot allocate memory
[31mError (bebob_light/bebob_light_avdevice.cpp)[1666]  
setSamplingFrequencyPlug: setSampleRatePlug: IsoStreamInput plug 0 does  
not support sample rate 48000


[0m [31mError (bebob_light/bebob_light_avdevice.cpp)[1696]  
setSamplingFrequency: setSampleRate: Setting sample rate failed

FreeBoB ERR: FREEBOB: Error creating virtual device
cannot load driver module freebob
LibFreeBoB ERR: Failed to set samplerate...



[0m
18:49:28.214 JACK was stopped successfully.
18:49:28.215 Post-shutdown script...
18:49:28.215 killall jackd
jackd: no process killed
18:49:28.624 Post-shutdown script terminated with exit status=256.


18:49:29.902 Could not connect to JACK server as client. - Overall  
operation failed. - Unable to connect to server. Please check the  
messages window for more info.




Please post on the bottom of previous posts, if you don't mind. :)

The JACK log is saying it can't lock down your memory. Does this have  
something to do with the memlock limit you've set in Ubuntu Studio  
Controls? That might be worth checking.


What settings are you using when you start JACK?
-- 
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-13 Thread Robert Klaar
Yes, that took care of that specific problem. I still don't get it to run
though... problem is that I run one of the notoriously bad firewire-ports on
my system(ricoh-something...) and I don't know if that's it or not, is there
some way to test this? Anyways, here's my jack-message ftm;

18:49:27.874 JACK is starting...
18:49:27.875 /usr/bin/jackd -R -dfreebob -r48000 -p1024 -n3 -D
18:49:27.878 JACK was started with PID=5249.
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.
cannot lock down memory for jackd (Cannot allocate memory)
loading driver ..
Freebob using Firewire port 0, node -1
JACK: unable to mlock() port buffers: Cannot allocate memory
JACK: unable to mlock() port buffers: Cannot allocate memory
Error (bebob_light/bebob_light_avdevice.cpp)[1666]
setSamplingFrequencyPlug: setSampleRatePlug: IsoStreamInput plug 0 does not
support sample rate 48000
Error (bebob_light/bebob_light_avdevice.cpp)[1696]
setSamplingFrequency: setSampleRate: Setting sample rate failed
FreeBoB ERR: FREEBOB: Error creating virtual device
cannot load driver module freebob
LibFreeBoB ERR: Failed to set samplerate...

18:49:28.214 JACK was stopped successfully.
18:49:28.215 Post-shutdown script...
18:49:28.215 killall jackd
jackd: no process killed
18:49:28.624 Post-shutdown script terminated with exit status=256.
18:49:29.902 Could not connect to JACK server as client. - Overall operation
failed. - Unable to connect to server. Please check the messages window for
more info.

On Sat, Sep 12, 2009 at 12:15 PM, Robert Klaar  wrote:

> Ah, thank you for that, you're probably right. .) Gonna try that, I'll
> update later on the problem...
>
> On Sat, Sep 12, 2009 at 6:23 AM,  wrote:
>
>> On Sep 11, 2009 8:34pm, 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
>> >
>>
>> Your permissions are not set correctly, it seems. Assuming you've got a
>> standard Ubuntu Studio install, then you'll need to open up Ubuntu Studio
>> Controls under Stystem > Administration. Check the box for allowing access
>> to raw1394. It'll give you a warning, but just hit enter.
>>
>> The other thing you'll probably need to do is create an 'audio' group and
>> then put yourself and 'root' in it. Every once in a while, I've still had
>> problems getting the system to allow access to firewire after doing this,
>> which is sometimes solved by creating a 'video' group and putting yourself
>> and 'root' into that.
>>
>> If you're running a standard Ubuntu install, then you should check to make
>> sure your /etc/security/limits.conf file includes the following lines:
>>
>> @audio - rtprio 99
>> @audio - nice -19 (or whatever you'd like to set nice to)
>> @audio - memlock unlimited (or whatever you'd like to set the memory limit
>> to)
>>
>> If all else fails, you can also just manually give yourself permission to
>> access firewire by doing 'sudo chmod 777 /dev/raw1394' or something similar.
>> You will need to do that each time you start a session, assuming you don't
>> use one of the other fixes.
>>
>> Getting firewire permissions to work h

Re: Fa-66 firewire.

2009-09-12 Thread Robert Klaar
Ah, thank you for that, you're probably right. .) Gonna try that, I'll
update later on the problem...

On Sat, Sep 12, 2009 at 6:23 AM,  wrote:

> On Sep 11, 2009 8:34pm, 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
> >
>
> Your permissions are not set correctly, it seems. Assuming you've got a
> standard Ubuntu Studio install, then you'll need to open up Ubuntu Studio
> Controls under Stystem > Administration. Check the box for allowing access
> to raw1394. It'll give you a warning, but just hit enter.
>
> The other thing you'll probably need to do is create an 'audio' group and
> then put yourself and 'root' in it. Every once in a while, I've still had
> problems getting the system to allow access to firewire after doing this,
> which is sometimes solved by creating a 'video' group and putting yourself
> and 'root' into that.
>
> If you're running a standard Ubuntu install, then you should check to make
> sure your /etc/security/limits.conf file includes the following lines:
>
> @audio - rtprio 99
> @audio - nice -19 (or whatever you'd like to set nice to)
> @audio - memlock unlimited (or whatever you'd like to set the memory limit
> to)
>
> If all else fails, you can also just manually give yourself permission to
> access firewire by doing 'sudo chmod 777 /dev/raw1394' or something similar.
> You will need to do that each time you start a session, assuming you don't
> use one of the other fixes.
>
> Getting firewire permissions to work has always been one of the most
> annoying aspects of working with audio in Ubuntu.
> --
> 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-11 Thread beejunk

On Sep 11, 2009 8:34pm, 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



Your permissions are not set correctly, it seems. Assuming you've got a  
standard Ubuntu Studio install, then you'll need to open up Ubuntu Studio  
Controls under Stystem > Administration. Check the box for allowing access  
to raw1394. It'll give you a warning, but just hit enter.


The other thing you'll probably need to do is create an 'audio' group and  
then put yourself and 'root' in it. Every once in a while, I've still had  
problems getting the system to allow access to firewire after doing this,  
which is sometimes solved by creating a 'video' group and putting yourself  
and 'root' into that.


If you're running a standard Ubuntu install, then you should check to make  
sure your /etc/security/limits.conf file includes the following lines:


@audio - rtprio 99
@audio - nice -19 (or whatever you'd like to set nice to)
@audio - memlock unlimited (or whatever you'd like to set the memory limit  
to)


If all else fails, you can also just manually give yourself permission to  
access firewire by doing 'sudo chmod 777 /dev/raw1394' or something  
similar. You will need to do that each time you start a session, assuming  
you don't use one of the other fixes.


Getting firewire permissions to work has always been one of the most  
annoying aspects of working with audio in Ubuntu.
-- 
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


Fa-66 firewire.

2009-09-11 Thread Robert Klaar
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