![]() |
|
|
#45 |
|
"Mike"
Aug 2002
25·257 Posts |
What does /proc/acpi/thermal_zone/something/temperature tell you?
Do you have ACPI enabled? Start simple, please. Baby steps. |
|
|
|
|
|
#46 |
|
May 2005
23·7·29 Posts |
"something" = THRM (only), and after executing
Code:
watch /proc/acpi/thermal_zone/THRM/temperature ACPI is enabled, at least in BIOS. Last fiddled with by Cruelty on 2007-03-12 at 06:37 |
|
|
|
|
|
#47 |
|
"Mike"
Aug 2002
200408 Posts |
Code:
sudo cat /proc/acpi/thermal_zone/THRM/temperature |
|
|
|
|
|
#48 |
|
May 2005
23·7·29 Posts |
I get
Code:
temperature: 40 C
|
|
|
|
|
|
#49 |
|
"Mike"
Aug 2002
202016 Posts |
Do you have a SMP kernel?
Code:
uname -a |
|
|
|
|
|
#50 |
|
May 2005
110010110002 Posts |
Code:
Linux C2Q-HOME 2.6.17-11-generic #2 SMP Thu Feb 1 18:03:05 UTC 2007 x86_64 GNU/Linux |
|
|
|
|
|
#51 |
|
"Mike"
Aug 2002
25·257 Posts |
Okay, mail us the computer, and we'll have it figured out in, say, a few months.
![]() (We have no clue what is going on. Sorry!) |
|
|
|
|
|
#52 |
|
May 2005
23·7·29 Posts |
you wish
I guess it's a time to visit Ubuntu forum
|
|
|
|
|
|
#53 |
|
Oct 2006
On a Suzuki Boulevard C90
3668 Posts |
The software you want is lm-sensors. It doesn't require ACPI, but instead probes the sensor chips on the CPU(s) and motherboard. We use it a lot. There is a HOW TO: Install and configure lm-sensors Tutorials & Tips thread on the Ubuntu forums.
Last fiddled with by BlisteringSheep on 2007-03-19 at 08:07 Reason: added linky for lm-sensors home |
|
|
|