2009/10/20 Jonathan E. Brickman <span dir="ltr">&lt;<a href="mailto:jeb@joshuacorps.org">jeb@joshuacorps.org</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

The best way to test if your Linux setup is ready for audio, I think, is<br>
here:<br>
<br>
<a href="http://wiki.linuxmusicians.com/doku.php?id=system_configuration" target="_blank">http://wiki.linuxmusicians.com/doku.php?id=system_configuration</a><br>
<br>
Download the .pl file, make it executable, and run it in a terminal.  In<br>
other words, in a terminal:<br>
<br>
wget<br>
<a href="http://realtimeconfigquickscan.googlecode.com/hg/realTimeConfigQuickScan.pl" target="_blank">http://realtimeconfigquickscan.googlecode.com/hg/realTimeConfigQuickScan.pl</a><br>
chmod +x realTimeConfigQuickScan.pl<br>
./realTimeConfigQuickScan.pl | less<br>
<br>
and study the results.  My hardware is such that realtime kernel is not<br>
necessary, and I&#39;m not sure about &#39;noatime&#39; on the filesystems, but<br>
everything else it reports has been extremely valuable.  AVLinux ran<br>
well before I did all the things it requested; after I did them, it<br>
began to run screamingly.<br>
<br>
There is a list of multimedia-oriented distros on that page, but some of<br>
the listings are alpha quality, no longer in existence, et cetera.<br>
<br>
J.E.B.<br></blockquote><div><br></div><div>noatime means no record of access time: <a href="http://tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec73.html">http://tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec73.html</a></div>

<div><br></div><div>Since on a Linux system files are written to almost every minute, recording atime everytime an access occurs increases the disk I/O.</div><div><br></div><div>I need to know access times for some files so I don&#39;t quite like that. I use relatime: <a href="http://kerneltrap.org/node/14148">http://kerneltrap.org/node/14148</a></div>

<div><br></div><div>Such tests like to assume a lot of things, so I don&#39;t like those either. Anyway this isn&#39;t really a test, it&#39;s just a mockup a user put up because he was asking for something similar and realised there was no answer.</div>

</div>