2014-02-09 09:16:26 +01:00
|
|
|
Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local :
|
2013-12-14 15:59:08 +01:00
|
|
|
/usr/bin/thermald
|
|
|
|
|
|
|
|
Also it would need to be stopped before shutdown, so an entry could be added
|
2014-02-09 09:16:26 +01:00
|
|
|
to /etc/rc.d/rc.local_shutdown as well :
|
2013-12-14 15:59:08 +01:00
|
|
|
killall thermald
|
|
|
|
|
|
|
|
CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools
|
2014-02-09 09:16:26 +01:00
|
|
|
can be installed from http://01.org/msr-tools via src2pkg (www.src2pkg.net/)
|
2014-01-08 16:23:59 +01:00
|
|
|
|
|
|
|
If you installed a previous version of thermald, you may need to uninstall
|
2014-02-09 09:16:26 +01:00
|
|
|
it one and then re-install this one instead of upgrading.
|