Oct 6, 2006 #1 keak Programmer Joined Sep 12, 2005 Messages 247 Location CA Hi there, Is there any good tools out there to check System's temperature, on Debian? Any recommendation will help bunch!!!
Hi there, Is there any good tools out there to check System's temperature, on Debian? Any recommendation will help bunch!!!
Oct 7, 2006 #2 QatQat IS-IT--Management Joined Nov 16, 2001 Messages 1,031 Location IT You need to install the ACPI daemon, yet I am not sure if it will work with all architectures. I guess you will have to try it out. APT-GET should be able to do it if you have the debian-unstable repo configured. Code: apt-get install acpid Get it to start in GRUB by adding Code: acpi=on in grub.conf Then, when the daemon is running, you may execute Code: cat /proc/acpi/thermal_zone/THRM/temperature and get the temperature. Cheers QatQat Life is what happens when you are making other plans. Upvote 0 Downvote
You need to install the ACPI daemon, yet I am not sure if it will work with all architectures. I guess you will have to try it out. APT-GET should be able to do it if you have the debian-unstable repo configured. Code: apt-get install acpid Get it to start in GRUB by adding Code: acpi=on in grub.conf Then, when the daemon is running, you may execute Code: cat /proc/acpi/thermal_zone/THRM/temperature and get the temperature. Cheers QatQat Life is what happens when you are making other plans.
Oct 11, 2006 #3 marsd IS-IT--Management Joined Apr 25, 2001 Messages 2,218 Location US http://freshmeat.net/projects/lm_sensors/ Upvote 0 Downvote