In my build notes for my laptop, I have the following for thinkfan:<br><br><br># Turn on sensors<br>sudo apt-get install lm_sensors<br>sudo sensors-detect<br># Say "yes" to everything<br><br># Install fan control<br>
sudo apt-get install thinkfan<br>vi /etc/default/thinkfan<br># Set "START" to "yes"<br># Under "#sensor ...", add:<br># sensor /sys/devices/platform/coretemp.0/temp1_input<br># sensor /sys/devices/platform/coretemp.0/temp2_input<br>
# sensor /sys/devices/platform/coretemp.0/temp3_input<br># sensor /sys/devices/platform/coretemp.0/temp4_input<br># sensor /sys/devices/platform/coretemp.0/temp5_input<br># sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input<br>
# sensor /sys/devices/virtual/thermal/thermal_zone0/temp<br>echo 'options thinkpad_acpi fan_control=1' > /etc/modprobe.d/thinkfan.conf<br><br><br>Basically, let the kernel load it as a module and use the lm_sensors hook to make sure that it runs properly.<br>
<br>-Josh More<br><br><br><div class="gmail_quote">On Sun, Mar 11, 2012 at 10:12 AM, Michael Greenly <span dir="ltr"><<a href="mailto:mgreenly@gmail.com">mgreenly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A quick and dirty approach that may work is creating a cron job for root that uses the @reboot syntax<div><br></div><div><a href="http://www.cyberciti.biz/faq/linux-execute-cron-job-after-system-reboot/" target="_blank">http://www.cyberciti.biz/faq/linux-execute-cron-job-after-system-reboot/</a></div>

<div><br></div><div>The more proper approach would be writing an init script but obviously that's more involved.</div><div><br></div><div><br><div class="gmail_quote"><div class="im">On Sun, Mar 11, 2012 at 11:06 AM, Olwe Bottorff <span dir="ltr"><<a href="mailto:galanolwe@yahoo.com" target="_blank">galanolwe@yahoo.com</a>></span> wrote:<br>

</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div><font face="arial, helvetica, sans-serif" size="3">I've installed via apt-get an app that controls the cpu fan (thinkfan). Now I'd like /usr/sbin/thinkfan to run at bootup without me having to start it by hand at the command line. As I understand, it takes root </font><font face="arial, helvetica, sans-serif">privilege, i.e., at the command like I start it with >sudo /usr/sbin/thinkfan </font></div>

<div><span style="font-family:arial,helvetica,sans-serif"><br></span></div><div><span style="font-family:arial,helvetica,sans-serif"> </span><br></div></div></div><br></div>_______________________________________________<br>

TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Michael Greenly<br><a href="http://logic-refinery.com/" target="_blank">http://logic-refinery.com</a><br>
</font></span></div>
<br>_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><br>