<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to compile and install a Real-Time Kernel for Debian \#1]]></title><description><![CDATA[<p>original post by Sumidero, cut and pasted from here:</p>
<p><a href="http://puredata.hurleur.com/sujet-5605-compile-install-real-time-kernel-debian" rel="nofollow">http://puredata.hurleur.com/sujet-5605-compile-install-real-time-kernel-debian</a></p>
<p>Hello everybody:<br />
After some exchange of posts in this thread:</p>
<p><a href="http://puredata.hurleur.com/sujet-5578-old-toughbook-useful-live-events" rel="nofollow">http://puredata.hurleur.com/sujet-5578-old-toughbook-useful-live-events</a></p>
<p>I told <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/katjav">@katjav</a> and <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ponzo">@PonZo</a> that soon I was going to post a log of a Real-time Kernel compilation and installation for Debian based machines, so that Pd would run fast and smooth in any machine, even a small netbook. I only found the log of the compilation of a desktop machine, but the process is the same, adjusting the choices to the equipment features. I hope this encourages you to compile your own Real-time kernel.<br />
You can download the pdf file from here:</p>
<p><a href="http://dl.dropbox.com/u/6086343/HowToCompileARealTimeKernelForDebian.pdf" rel="nofollow">http://dl.dropbox.com/u/6086343/HowToCompileARealTimeKernelForDebian.pdf</a></p>
<p>Extra data:<br />
You can find out the chipset name of your audio card using this command:</p>
<p># cat /proc/asound/cards</p>
<p>There are some extra tweaks needed to develop real-time performance:</p>
<p>Install jack with its graphic front end:</p>
<p># aptitude install qjackctl</p>
<p>Once installed, it prompts us to configure automatically this file:<br />
/etc/security/limits.d/audio.conf</p>
<p>We agree and then we tweak this other file opening it with any text editor (always in root mode).</p>
<p># gedit /etc/security/limits.conf</p>
<p>Then we add these lines at the bottom of the limits.conf file to assign high and real-time priorities to the @audio group:</p>
<p>@audio - rtprio 99<br />
@audio - memlock unlimited<br />
@audio - nice -10</p>
<p>Don't forget to add your user to the @audio group:</p>
<p># adduser &lt;userName&gt; audio</p>
<p>I hope it works for you too. Best regards to all of you.</p>
<p>Sumidero</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5288/how-to-compile-and-install-a-real-time-kernel-for-debian-1</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 04:50:21 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/5288.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Jun 2011 03:05:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to compile and install a Real-Time Kernel for Debian \#1 on Tue, 28 Jun 2011 03:05:35 GMT]]></title><description><![CDATA[<p>original post by Sumidero, cut and pasted from here:</p>
<p><a href="http://puredata.hurleur.com/sujet-5605-compile-install-real-time-kernel-debian" rel="nofollow">http://puredata.hurleur.com/sujet-5605-compile-install-real-time-kernel-debian</a></p>
<p>Hello everybody:<br />
After some exchange of posts in this thread:</p>
<p><a href="http://puredata.hurleur.com/sujet-5578-old-toughbook-useful-live-events" rel="nofollow">http://puredata.hurleur.com/sujet-5578-old-toughbook-useful-live-events</a></p>
<p>I told <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/katjav">@katjav</a> and <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/ponzo">@PonZo</a> that soon I was going to post a log of a Real-time Kernel compilation and installation for Debian based machines, so that Pd would run fast and smooth in any machine, even a small netbook. I only found the log of the compilation of a desktop machine, but the process is the same, adjusting the choices to the equipment features. I hope this encourages you to compile your own Real-time kernel.<br />
You can download the pdf file from here:</p>
<p><a href="http://dl.dropbox.com/u/6086343/HowToCompileARealTimeKernelForDebian.pdf" rel="nofollow">http://dl.dropbox.com/u/6086343/HowToCompileARealTimeKernelForDebian.pdf</a></p>
<p>Extra data:<br />
You can find out the chipset name of your audio card using this command:</p>
<p># cat /proc/asound/cards</p>
<p>There are some extra tweaks needed to develop real-time performance:</p>
<p>Install jack with its graphic front end:</p>
<p># aptitude install qjackctl</p>
<p>Once installed, it prompts us to configure automatically this file:<br />
/etc/security/limits.d/audio.conf</p>
<p>We agree and then we tweak this other file opening it with any text editor (always in root mode).</p>
<p># gedit /etc/security/limits.conf</p>
<p>Then we add these lines at the bottom of the limits.conf file to assign high and real-time priorities to the @audio group:</p>
<p>@audio - rtprio 99<br />
@audio - memlock unlimited<br />
@audio - nice -10</p>
<p>Don't forget to add your user to the @audio group:</p>
<p># adduser &lt;userName&gt; audio</p>
<p>I hope it works for you too. Best regards to all of you.</p>
<p>Sumidero</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5288/how-to-compile-and-install-a-real-time-kernel-for-debian-1</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5288/how-to-compile-and-install-a-real-time-kernel-for-debian-1</guid><dc:creator><![CDATA[mod]]></dc:creator><pubDate>Tue, 28 Jun 2011 03:05:35 GMT</pubDate></item><item><title><![CDATA[Reply to How to compile and install a Real-Time Kernel for Debian \#1 on Mon, 09 Sep 2013 12:09:14 GMT]]></title><description><![CDATA[<p>thanks for sharing</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5288/how-to-compile-and-install-a-real-time-kernel-for-debian-1/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5288/how-to-compile-and-install-a-real-time-kernel-for-debian-1/2</guid><dc:creator><![CDATA[aleena]]></dc:creator><pubDate>Mon, 09 Sep 2013 12:09:14 GMT</pubDate></item></channel></rss>