Temp & Fan speed monitoring?

This is a discussion on Temp & Fan speed monitoring? within the Linux General forums, part of the Linux Forums category; I have a (Intel, Hyperthreading 3.2GHz) box running FC4 (2.6.15-1.1831_FC4smp-i686). Before it used to ...


Go Back   Usenet Forums > Linux Forums > Linux General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-23-2006
Schraalhans Keukenmeester
 
Posts: n/a
Default Temp & Fan speed monitoring?

I have a (Intel, Hyperthreading 3.2GHz) box running FC4
(2.6.15-1.1831_FC4smp-i686).

Before it used to run XP. Back then I never have experienced problems
with my CPU temp (or got no notice), whenever load was high, fans sped
up and the machine kept working.

Since I run FC4 I have had three "CPU temp above treshold" warnings, and
although the fans audibly run at high(er) speed, twice the pc gave up
and crashed. No interesting things found in /var/log/messages. I am not
sure the fan speed is at its maximum running FC4.

I tried to get some temp and fan speed readings, installed lm_sensors
and ksensors, run the sensors-detect binary, created the conf files but
temp isn't one of the available options to monitor in ksensors (nor fan
speeds, for that matter). Yet the system seems aware as it spews out
warnings and speeds up fans following a sustained load increase.

Can you help me out ? I'd prefer a taskbar graph over the "ugly"
ksensors look, but having the required info is key.

Thanks in advance,
Sh.

Reply With Quote
  #2 (permalink)  
Old 03-23-2006
AZ Nomad
 
Posts: n/a
Default Re: Temp & Fan speed monitoring?

On Thu, 23 Mar 2006 19:18:13 +0100, Schraalhans Keukenmeester <schraalhans.keukenmeester@geenmail.com> wrote:


>I have a (Intel, Hyperthreading 3.2GHz) box running FC4
>(2.6.15-1.1831_FC4smp-i686).


>Before it used to run XP. Back then I never have experienced problems
>with my CPU temp (or got no notice), whenever load was high, fans sped
>up and the machine kept working.


>Since I run FC4 I have had three "CPU temp above treshold" warnings, and
>although the fans audibly run at high(er) speed, twice the pc gave up
>and crashed. No interesting things found in /var/log/messages. I am not
>sure the fan speed is at its maximum running FC4.


>I tried to get some temp and fan speed readings, installed lm_sensors
>and ksensors, run the sensors-detect binary, created the conf files but
>temp isn't one of the available options to monitor in ksensors (nor fan
>speeds, for that matter). Yet the system seems aware as it spews out
>warnings and speeds up fans following a sustained load increase.


>Can you help me out ? I'd prefer a taskbar graph over the "ugly"
>ksensors look, but having the required info is key.


>Thanks in advance,
>Sh.


gkrellm
Reply With Quote
  #3 (permalink)  
Old 03-24-2006
Schraalhans Keukenmeester
 
Posts: n/a
Default Re: Temp & Fan speed monitoring?

AZ Nomad wrote:
> On Thu, 23 Mar 2006 19:18:13 +0100, Schraalhans Keukenmeester <schraalhans.keukenmeester@geenmail.com> wrote:
>
>
>
>>I have a (Intel, Hyperthreading 3.2GHz) box running FC4
>>(2.6.15-1.1831_FC4smp-i686).

>
>
>>Before it used to run XP. Back then I never have experienced problems
>>with my CPU temp (or got no notice), whenever load was high, fans sped
>>up and the machine kept working.

>
>
>>Since I run FC4 I have had three "CPU temp above treshold" warnings, and
>>although the fans audibly run at high(er) speed, twice the pc gave up
>>and crashed. No interesting things found in /var/log/messages. I am not
>>sure the fan speed is at its maximum running FC4.

>
>
>>I tried to get some temp and fan speed readings, installed lm_sensors
>>and ksensors, run the sensors-detect binary, created the conf files but
>>temp isn't one of the available options to monitor in ksensors (nor fan
>>speeds, for that matter). Yet the system seems aware as it spews out
>>warnings and speeds up fans following a sustained load increase.

>
>
>>Can you help me out ? I'd prefer a taskbar graph over the "ugly"
>>ksensors look, but having the required info is key.

>
>
>>Thanks in advance,
>>Sh.

>
>
> gkrellm

Thanks! Looks neat. Unfortunately gkrellm also says it has found no
sensors, just like lm_sensors does. Also it refuses to connect to the
hddtemp plugin. The separate tool hddtemp (yum installed it along with
the gkrellm apps) however works normally and reports valid temp values
for all three disks.

I tried a reboot, during which lm_sensors again complained. The gkrellm
daemon does not complain at all, it starts and that's it.

Checked the conf files, man pages, can't find anything sofar.
More tips ? I'm clueless.

Rgds
Sh.


Reply With Quote
  #4 (permalink)  
Old 03-24-2006
AZ Nomad
 
Posts: n/a
Default Re: Temp & Fan speed monitoring?

On Fri, 24 Mar 2006 05:04:15 +0100, Schraalhans Keukenmeester <schraalhans.keukenmeester@geenmail.com> wrote:
>>
>>
>> gkrellm

>Thanks! Looks neat. Unfortunately gkrellm also says it has found no
>sensors, just like lm_sensors does. Also it refuses to connect to the
>hddtemp plugin. The separate tool hddtemp (yum installed it along with
>the gkrellm apps) however works normally and reports valid temp values
>for all three disks.


gkrellm is just a gui client; lm_sensors does the actually communications
with sensors

have you run sensors-detect?
run it as root and let it write the config files.



>I tried a reboot, during which lm_sensors again complained. The gkrellm
>daemon does not complain at all, it starts and that's it.


>Checked the conf files, man pages, can't find anything sofar.
>More tips ? I'm clueless.


>Rgds
>Sh.



Reply With Quote
  #5 (permalink)  
Old 03-24-2006
Schraalhans Keukenmeester
 
Posts: n/a
Default Re: Temp & Fan speed monitoring?

AZ Nomad wrote:
> On Fri, 24 Mar 2006 05:04:15 +0100, Schraalhans Keukenmeester <schraalhans.keukenmeester@geenmail.com> wrote:
>
>>>
>>>gkrellm

>>
>>Thanks! Looks neat. Unfortunately gkrellm also says it has found no
>>sensors, just like lm_sensors does. Also it refuses to connect to the
>>hddtemp plugin. The separate tool hddtemp (yum installed it along with
>>the gkrellm apps) however works normally and reports valid temp values
>>for all three disks.

>
>
> gkrellm is just a gui client; lm_sensors does the actually communications
> with sensors
>
> have you run sensors-detect?
> run it as root and let it write the config files.
>
>
>
>
>>I tried a reboot, during which lm_sensors again complained. The gkrellm
>>daemon does not complain at all, it starts and that's it.

>
>
>>Checked the conf files, man pages, can't find anything sofar.
>>More tips ? I'm clueless.

>
>
>>Rgds
>>Sh.

>
>
>


I did, with no succes.
I think I have found a clue in i2c not being loaded in the kernel.

I am working on a kernel rebuild anyway, so I'll enable the i2c stuff
and see what happens.

Thx.
Sh.
Reply With Quote
  #6 (permalink)  
Old 03-24-2006
AZ Nomad
 
Posts: n/a
Default Re: Temp & Fan speed monitoring?

On Fri, 24 Mar 2006 20:55:45 +0100, Schraalhans Keukenmeester <schraalhans.keukenmeester@geenmail.com> wrote:


>AZ Nomad wrote:


>> gkrellm is just a gui client; lm_sensors does the actually communications
>> with sensors
>>
>> have you run sensors-detect?
>> run it as root and let it write the config files.
>>
>>
>> ...

>I did, with no succes.
>I think I have found a clue in i2c not being loaded in the kernel.


>I am working on a kernel rebuild anyway, so I'll enable the i2c stuff
>and see what happens.


>Thx.
>Sh.

sensors-detect should load whatever modules you need. Did you get an
error message, or did it simply not detect the sensors?
Reply With Quote
  #7 (permalink)  
Old 03-24-2006
Cybe R. Wizard
 
Posts: n/a
Default Re: Temp & Fan speed monitoring?


AZ Nomad wrote:

> gkrellm is just a gui client; lm_sensors does the actually
> communications with sensors


My GKrellM shows CPU temp just fine but lm_sensors isn't installed.
How can that be?

Cybe R. Wizard
--
Unofficial "Wizard of Odds," A.H.P.
Original PORG "Water Wizard," R.P.
"Wize(ned) Wizard," A.P.F-P-Y.
Barely Tolerated Wizard, A.J.L & A.A.L
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:30 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0