<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Temperature and fan speed control on the Asus Eee PC</title>
	<atom:link href="http://handyfloss.net/2009.03/temperature-and-fan-speed-control-on-the-asus-eee-pc/feed/" rel="self" type="application/rss+xml" />
	<link>http://handyfloss.net/2009.03/temperature-and-fan-speed-control-on-the-asus-eee-pc/</link>
	<description>Because FLOSS is handy, isn&#039;t it?</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: sindhu</title>
		<link>http://handyfloss.net/2009.03/temperature-and-fan-speed-control-on-the-asus-eee-pc/comment-page-1/#comment-33165</link>
		<dc:creator>sindhu</dc:creator>
		<pubDate>Mon, 06 Apr 2009 07:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=676#comment-33165</guid>
		<description>damn i had it set up all wrong =P thanks for correcting, i changed it now to */2 * * * * ...hope that works :)</description>
		<content:encoded><![CDATA[<p>damn i had it set up all wrong =P thanks for correcting, i changed it now to */2 * * * * &#8230;hope that works :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isilanes</title>
		<link>http://handyfloss.net/2009.03/temperature-and-fan-speed-control-on-the-asus-eee-pc/comment-page-1/#comment-33163</link>
		<dc:creator>isilanes</dc:creator>
		<pubDate>Mon, 06 Apr 2009 07:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=676#comment-33163</guid>
		<description>Hi sindhu!

I&#039;m glad you found my script useful. I have two comments. First, I&#039;d say 63C is a bit hot for an idle eeePC. Maybe your fans were almost never spinning? 60C and below is more reasonable. Second, recal that you are calling your script from cron every hour! Maybe your intention was to call it every minute, and hence the &quot;one&quot; in the first column... But right now you the line is executed at every hour o&#039;clock, plus one minute (00:01, 01:01, 02:01...). If that was actually your intention, then I&#039;d say that controlling the fan speed every hour is a bit too sparse. You could call the script every 5 minutes like so:

0,5,10,15,25,30,35,40,45,50,55 * * * * /home/sindhu/myfan.sh

(If the script has no output, you don&#039;t need to redirect anything to /dev/null).</description>
		<content:encoded><![CDATA[<p>Hi sindhu!</p>
<p>I&#8217;m glad you found my script useful. I have two comments. First, I&#8217;d say 63C is a bit hot for an idle eeePC. Maybe your fans were almost never spinning? 60C and below is more reasonable. Second, recal that you are calling your script from cron every hour! Maybe your intention was to call it every minute, and hence the &#8220;one&#8221; in the first column&#8230; But right now you the line is executed at every hour o&#8217;clock, plus one minute (00:01, 01:01, 02:01&#8230;). If that was actually your intention, then I&#8217;d say that controlling the fan speed every hour is a bit too sparse. You could call the script every 5 minutes like so:</p>
<p>0,5,10,15,25,30,35,40,45,50,55 * * * * /home/sindhu/myfan.sh</p>
<p>(If the script has no output, you don&#8217;t need to redirect anything to /dev/null).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sindhu</title>
		<link>http://handyfloss.net/2009.03/temperature-and-fan-speed-control-on-the-asus-eee-pc/comment-page-1/#comment-33132</link>
		<dc:creator>sindhu</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=676#comment-33132</guid>
		<description>sindhu@sindhu-eee:~$ ps -ef&#124;grep cron
root      4881     1  0 21:22 ?        00:00:00 /usr/sbin/cron
sindhu    5556  5536  0 21:26 pts/0    00:00:00 grep cron

sindhu@sindhu-eee:~$ crontab -l 
# m h  dom mon dow   command
1 * * * * /home/sindhu/myfan.sh &gt;/dev/null 2&gt;&amp;1

now the temp is around 60, i modded the script a bit (the temps part), maybe i should tweak it some more.</description>
		<content:encoded><![CDATA[<p>sindhu@sindhu-eee:~$ ps -ef|grep cron<br />
root      4881     1  0 21:22 ?        00:00:00 /usr/sbin/cron<br />
sindhu    5556  5536  0 21:26 pts/0    00:00:00 grep cron</p>
<p>sindhu@sindhu-eee:~$ crontab -l<br />
# m h  dom mon dow   command<br />
1 * * * * /home/sindhu/myfan.sh &gt;/dev/null 2&gt;&amp;1</p>
<p>now the temp is around 60, i modded the script a bit (the temps part), maybe i should tweak it some more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sindhu</title>
		<link>http://handyfloss.net/2009.03/temperature-and-fan-speed-control-on-the-asus-eee-pc/comment-page-1/#comment-33124</link>
		<dc:creator>sindhu</dc:creator>
		<pubDate>Sun, 05 Apr 2009 13:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=676#comment-33124</guid>
		<description>Going to give this a try now, will report back if my CPU temp on my eee 1000h drops below 63C. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Going to give this a try now, will report back if my CPU temp on my eee 1000h drops below 63C. Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

