sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
brummer
Post subject:   PostPosted: May 19, 2008 - 02:35 PM



Joined: Dec 02, 2006
Posts: 532

Status: Offline
blackhole wrote:
I have just compiled a new realtime kernel with vanilla kernel . . .
I suspect a problem in the realtime patch.


Hi
I am also have prob's with the rt-patch 2.6.25.4-rt1
The kernel patch, build and run fine, but I have no rt-acess with that kernel Question Couldn't start jack or use chrt.
I try different config's, also the config from the working 2.6.24.7-rt6, but have no luck.

_________________
[ sidux-20070120-d:3]
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
makke
Post subject:   PostPosted: May 19, 2008 - 03:25 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
http://maledivenhilfe.com/makke/kernel/kernel-2.6.24 is the older kernel
ill have a look at the new kernel ...
 
 View user's profile Send private message  
Reply with quote Back to top
blackhole
Post subject:   PostPosted: May 20, 2008 - 01:42 PM



Joined: Dec 08, 2006
Posts: 110

Status: Offline
Now the rt2 version is out!
 
 View user's profile Send private message  
Reply with quote Back to top
makke
Post subject:   PostPosted: May 20, 2008 - 04:43 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
latest is 2.6.25-4.makke-rt2.2
Code:
apt-get install linux-image-2.6.25-4.makke-rt2.2-sidux-686 linux-headers-2.6.25-4.makke-rt2.2-sidux-686
 
 View user's profile Send private message  
Reply with quote Back to top
blackhole
Post subject:   PostPosted: May 20, 2008 - 08:45 PM



Joined: Dec 08, 2006
Posts: 110

Status: Offline
This one booting fine!
 
 View user's profile Send private message  
Reply with quote Back to top
makke
Post subject:   PostPosted: May 21, 2008 - 01:02 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
latest is 2.6.25-4.makke-rt3.2
Code:
apt-get install linux-image-2.6.25-4.makke-rt3.2-sidux-686 linux-headers-2.6.25-4.makke-rt3.2-sidux-686
I hope it is still booting Wink
 
 View user's profile Send private message  
Reply with quote Back to top
horo
Post subject: rt backport  PostPosted: Jun 12, 2008 - 10:21 AM



Joined: Dec 01, 2006
Posts: 66
Location: Berlin, Gemany
Status: Offline
Hi makke,

I'm just trying to build the 2.6.25.4-rt6 with your .config on my K*n*tix box and ended up with the error about "global_rt_runtime" not found. I've got the patch from ciaby and after some reformating it worked. Did you encounter this error too?
In case someone will create his/her own kernel:
Code:
--- linux-2.6.25.4-rt6/kernel/sched.c.orig      2008-06-12 11:14:20.000000000 +0200
+++ linux-2.6.25.4-rt6/kernel/sched.c   2008-06-12 11:23:05.000000000 +0200
@@ -672,6 +672,13 @@
  */
 #define RUNTIME_INF    ((u64)~0ULL)

+u64 global_rt_runtime(void)
+{
+       if (sysctl_sched_rt_period < 0)
+               return RUNTIME_INF;
+       return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC;
+}
+
 /*
  * We really dont want to do anything complex within switch_to()
  * on PREEMPT_RT - this check enforces this.

This K*n*tix box doesn't have a permanent network connection - so sidux is no option Sad

Ciao Martin

_________________
omnia vincit pecunia Sad
 
 View user's profile Send private message  
Reply with quote Back to top
makke
Post subject: RE: rt backport  PostPosted: Jun 12, 2008 - 12:04 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
http://maledivenhilfe.com/makke/kernel/ ... t6_all.deb the patches are in there

or you may have a look at http://maledivenhilfe.com/makke/kernel/misc/realtime/
 
 View user's profile Send private message  
Reply with quote Back to top
brummer
Post subject: RE: rt backport  PostPosted: Jul 16, 2008 - 06:20 PM



Joined: Dec 02, 2006
Posts: 532

Status: Offline
how do your plans for 2.6.26-rt look like?


Steven Rostedt wrote:
When we have it booting and passing tests it will be released Wink

Well, I finally have it booting, but the tests are failing.

-- Steve


url: http://article.gmane.org/gmane.linux.rt.user/3169

So, the ball is rolling Laughing

_________________
[ sidux-20070120-d:3]
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
makke
Post subject: RE: rt backport  PostPosted: Jul 16, 2008 - 06:36 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
hopefully the patch will be released today or tomorrow,
otherwise you have to wait 3 weeks (starting on friday i will be on holidays for about three weeks)
 
 View user's profile Send private message  
Reply with quote Back to top
makke
Post subject:   PostPosted: Sep 10, 2008 - 03:41 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
latest is 2.6.26-5.makke-rt8.2
Code:
apt-get install linux-image-2.6.26-5.makke-rt8.2-sidux-686 linux-headers-2.6.26-5.makke-rt8.2-sidux-686
 
 View user's profile Send private message  
Reply with quote Back to top
horo
Post subject:   PostPosted: Sep 11, 2008 - 08:26 AM



Joined: Dec 01, 2006
Posts: 66
Location: Berlin, Gemany
Status: Offline
Hi makke - welcome back after the long summer break!

Thanks for your last "baby", I tested it and this kernel showed the same two problems like my "vanilla-2.6.26.3-rt7" that I hacked three days ago:
1.) in console mode the <INSERT> key toggles the cursor keys off and on, this is http://bugzilla.kernel.org/show_bug.cgi?id=11242
2.) stopping jackd in qjackctl results in 100% CPU for about 10 seconds before jackd is stopped.
At the moment my "vanilla-2.6.24.7-rt18" runs quite nice (This one's called "latest stable" at osadl.org
http://www.osadl.org/Latest-Stable.late ... nux.0.html ).

Ciao Martin

_________________
omnia vincit pecunia Sad
 
 View user's profile Send private message  
Reply with quote Back to top
makke
Post subject:   PostPosted: Sep 12, 2008 - 12:21 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
latest is 2.6.26-5.makke-rt9.3
Code:
apt-get install linux-image-2.6.26-5.makke-rt9.3-sidux-686 linux-headers-2.6.26-5.makke-rt9.3-sidux-686


fixed 1) or 2)?
i have just updated to -rt9
 
 View user's profile Send private message  
Reply with quote Back to top
horo
Post subject:   PostPosted: Sep 12, 2008 - 08:27 PM



Joined: Dec 01, 2006
Posts: 66
Location: Berlin, Gemany
Status: Offline
Quote:

fixed 1) or 2)?
i have just updated to -rt9

1): no, I think it's a bug/feature in vanilla kernel.
2): don't know - I got this error on my old Thinkpad A20m, I'll check the new kernel tomorrow.

_________________
omnia vincit pecunia Sad
 
 View user's profile Send private message  
Reply with quote Back to top
makke
Post subject:   PostPosted: Sep 13, 2008 - 09:30 PM



Joined: Nov 26, 2006
Posts: 171
Location: Hagen
Status: Offline
did anybody test the 64bit-kernel?
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio