What's the latest version of Ardour I can build with 0.103 jack?

View: New views
7 Messages — Rating Filter:   Alert me  

What's the latest version of Ardour I can build with 0.103 jack?

by Ken Restivo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've run into this brick wall:

http://tracker.ardour.org/view.php?id=2274

What's the latest version of Ardour that will build and run with 0.103 JACK?

I can't risk the stability of the audio system by changing to a newer jackd that might introduce a whole bunch of bew problems or break other audio apps.

Alternately, what's the most recent STABLE version of JACK available? I see that 0.109.2 is out, but I don't see that it fixes the wait + 1 problem with certain Linux kernels (like the one I have) discussed on the JACK list.

Thanks.

-ken
_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: What's the latest version of Ardour I can build with 0.103 jack?

by Dragan Noveski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ken Restivo wrote:

> I've run into this brick wall:
>
> http://tracker.ardour.org/view.php?id=2274
>
> What's the latest version of Ardour that will build and run with 0.103 JACK?
>
> I can't risk the stability of the audio system by changing to a newer jackd that might introduce a whole bunch of bew problems or break other audio apps.
>
> Alternately, what's the most recent STABLE version of JACK available? I see that 0.109.2 is out, but I don't see that it fixes the wait + 1 problem with certain Linux kernels (like the one I have) discussed on the JACK list.
>  

pieter palmers answered this question some weeks ago:

0.106.0 aka rev 1045 should be "the one".

if not, 0.105.0 (rev 1039) is also good.


me was using 0.109.2, and it worked but not that good as 0.103.0.
as i changed using the 2.6.25.x kernels, it works good again with the
last officially jackd release.

cheers,
doc
> Thanks.
>
> -ken
> _______________________________________________
> Ardour-Users mailing list
> ardour-users@...
> http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org
>
>  

_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: What's the latest version of Ardour I can build with 0.103 jack?

by John Rigg-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jun 13, 2008 at 02:41:13PM -0700, Ken Restivo wrote:
> I've run into this brick wall:
>
> http://tracker.ardour.org/view.php?id=2274
>
> What's the latest version of Ardour that will build and run with 0.103 JACK?

I'm running 2.4.1 with 0.103 on my Debian Etch system.
Caveat: I'm not using -rt kernel as I've never been able to get
jackd to run with it on my hardware (dual Opteron 248), so I'm
using vanilla 2.6.20 kernel with CONFIG_PREEMPT=y.

> I can't risk the stability of the audio system by changing to a newer
> jackd that might introduce a whole bunch of bew problems or break other
> audio apps.
>
> Alternately, what's the most recent STABLE version of JACK available?
> I see that 0.109.2 is out, but I don't see that it fixes the wait + 1
> problem with certain Linux kernels (like the one I have) discussed on
> the JACK list.

I tried 0.109.2 but clients kept zombifying at random times. That's
why I reverted to 0.103, which is stable.

John
_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: What's the latest version of Ardour I can build with 0.103 jack?

by Paul Davis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sat, 2008-06-14 at 12:00 +0100, John Rigg wrote:

> On Fri, Jun 13, 2008 at 02:41:13PM -0700, Ken Restivo wrote:
> > I've run into this brick wall:
> >
> > http://tracker.ardour.org/view.php?id=2274
> >
> > What's the latest version of Ardour that will build and run with 0.103 JACK?
>
> I'm running 2.4.1 with 0.103 on my Debian Etch system.
> Caveat: I'm not using -rt kernel as I've never been able to get
> jackd to run with it on my hardware (dual Opteron 248), so I'm
> using vanilla 2.6.20 kernel with CONFIG_PREEMPT=y.
>
> > I can't risk the stability of the audio system by changing to a newer
> > jackd that might introduce a whole bunch of bew problems or break other
> > audio apps.
> >
> > Alternately, what's the most recent STABLE version of JACK available?
> > I see that 0.109.2 is out, but I don't see that it fixes the wait + 1
> > problem with certain Linux kernels (like the one I have) discussed on
> > the JACK list.
>
> I tried 0.109.2 but clients kept zombifying at random times. That's
> why I reverted to 0.103, which is stable.

recent SVN (0.112.0) is now pretty good. it could use more testing. it
certainly avoids the behaviour that crept in between 0.106 and 0.109. i
hope to do a release after some more testing.


_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: What's the latest version of Ardour I can build with 0.103 jack?

by Dragan Noveski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Paul Davis wrote:

> On Sat, 2008-06-14 at 12:00 +0100, John Rigg wrote:
>  
>> On Fri, Jun 13, 2008 at 02:41:13PM -0700, Ken Restivo wrote:
>>    
>>> I've run into this brick wall:
>>>
>>> http://tracker.ardour.org/view.php?id=2274
>>>
>>> What's the latest version of Ardour that will build and run with 0.103 JACK?
>>>      
>> I'm running 2.4.1 with 0.103 on my Debian Etch system.
>> Caveat: I'm not using -rt kernel as I've never been able to get
>> jackd to run with it on my hardware (dual Opteron 248), so I'm
>> using vanilla 2.6.20 kernel with CONFIG_PREEMPT=y.
>>
>>    
>>> I can't risk the stability of the audio system by changing to a newer
>>> jackd that might introduce a whole bunch of bew problems or break other
>>> audio apps.
>>>
>>> Alternately, what's the most recent STABLE version of JACK available?
>>> I see that 0.109.2 is out, but I don't see that it fixes the wait + 1
>>> problem with certain Linux kernels (like the one I have) discussed on
>>> the JACK list.
>>>      
>> I tried 0.109.2 but clients kept zombifying at random times. That's
>> why I reverted to 0.103, which is stable.
>>    
>
> recent SVN (0.112.0) is now pretty good. it could use more testing. it
> certainly avoids the behaviour that crept in between 0.106 and 0.109. i
> hope to do a release after some more testing.
>
>
>  
i installed now the 0.112.0 and will be testng it from tomorrow on in a
real life. the first tests i ve done on my intel-onboard are looking good!

is some specially testing requiered? i was thinking about just using it
in a normal studio enviroment, running ardour, jamin and stuff and see
if there is anything specially.

cheers,
doc

cheers,
doc
_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: What's the latest version of Ardour I can build with 0.103 jack?

by Paul Davis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sun, 2008-06-15 at 18:06 +0200, Dragan Noveski wrote:

> i installed now the 0.112.0 and will be testng it from tomorrow on in a
> real life. the first tests i ve done on my intel-onboard are looking good!
>
> is some specially testing requiered? i was thinking about just using it
> in a normal studio enviroment, running ardour, jamin and stuff and see
> if there is anything specially.

no, there was no intention to introduce anything new, just fix up the
terrible behaviour that had been going on. so if it works well as you
start/stop clients, and run them, thats a good thing to know.

--p


_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: What's the latest version of Ardour I can build with 0.103 jack?

by Fernando Lopez-Lezcano :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sun, 2008-06-15 at 15:55 -0400, Paul Davis wrote:

> On Sun, 2008-06-15 at 18:06 +0200, Dragan Noveski wrote:
>
> > i installed now the 0.112.0 and will be testng it from tomorrow on in a
> > real life. the first tests i ve done on my intel-onboard are looking good!
> >
> > is some specially testing requiered? i was thinking about just using it
> > in a normal studio enviroment, running ardour, jamin and stuff and see
> > if there is anything specially.
>
> no, there was no intention to introduce anything new, just fix up the
> terrible behaviour that had been going on. so if it works well as you
> start/stop clients, and run them, thats a good thing to know.

In a very short test it does not die horrible deaths when stopping
clients, but it is too early to tell.... Looks good so far! (Rui: how
does it look with your torture test?)

-- Fernando


_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org