Page 1 of 1
Console CPU temperature
Posted: Wed Jun 27, 2007 10:11 am
by impulse()
I'm looking for an app that will display the CPU temperature in a shell. I have managed to find an app that will display the HDD temperature using 'hddtemp' but there doesn't seem to be many shell monitoring programs for hardware.
Posted: Wed Jun 27, 2007 10:25 am
by volka
What does
print?
Is there are "file" /proc/.config.gz present?
Posted: Wed Jun 27, 2007 10:39 am
by impulse()
uname -v returns:
#1 SMP Fri Apr 27 18:53:15 EDT 2007]
That file doesn't exist on my system. I'm running Fedora Core 6 with kernel 2.6.20-1.2948 if that helps you anymore.
Posted: Wed Jun 27, 2007 10:58 am
by volka
Is there a package
lm_sensors in the repository? That's probably what you're looking for.
see
http://www.lm-sensors.org/
Posted: Wed Jun 27, 2007 10:58 am
by Chris Corbyn
Look at various files in /proc/acpi. If you don't have acpi enabled then you're out of luck as far as I know.
EDIT | Ah yes, lm_sensors. Might still require acpi.
Posted: Wed Jun 27, 2007 12:20 pm
by impulse()
lm_sensors is just what the doctor ordered.
Thanks.