And so I asked Loni:
is there a way to look at motherboard/cpu temps via an ssh connection?
She said sure!
sudo apt-get install lm-sensors
sudo sensors-detect
sensors
Restart kmod:
sudo /etc/init.d/kmod start
And you will get output that looks something like:
it really was that easy –
Adapter: SMBus I801 adapter at 3000
in0: +1.26 V (min = +0.00 V, max = +3.32 V)
Vcore: +1.14 V (min = +0.00 V, max = +2.99 V)
+3.3V: +3.33 V (min = +0.00 V, max = +4.38 V)
+5V: +5.10 V (min = +0.00 V, max = +6.64 V)
+12V: +12.06 V (min = +0.00 V, max = +15.94 V)
fan1: 2132 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 657 RPM (min = 0 RPM)
temp1: +60.0°C (low = -127.0°C, high = +127.0°C)
M/B Temp: +41.0°C (low = -127.0°C, high = +127.0°C)
temp3: +48.0°C (low = -127.0°C, high = +127.0°C)
cpu0_vid: +0.000 V
Joe
for me I got:
sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +50.0°C (crit = +75.0°C)
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +75.0°C
Core0 Temp: +72.0°C
Core1 Temp: +74.0°C
Core1 Temp: +73.0°C
(Yes I do have a dual core 64 bit AMD System)
Ahh as always. YMMV (your mileage may vary) applies!
Thanks Loni and Joe
Yup supposed to be 110F/43C here later this week!
Wayno