View previous topic :: View next topic |
Author |
Message |
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Sat, 15 Jul 2006 19:11:36 Post Subject: Linux CPU Temperature Monitor |
|
|
I need one for Centos 4.3 x32... with good documentation for installing.
Do they all use / require lm_sensors? Need help with that, too.
Thanks! |
|
Back to top |
|
|
Little Bruin
Boo Boo
Joined: 07 Apr 2003
Posts: 667
Location: Pic-A-Nic Basket |
|
|
Blue|Fusion Rated XXX
Joined: 30 May 2005 Posts: 441 Location: Cleveland, OH
|
Posted: Sat, 15 Jul 2006 23:40:31 Post Subject: |
|
|
AFAIK, lm_sensors is the only method to extract the sensors data from the monitor chip and eeprom. For a frontend, I use GKRellM.
You can get temps from nVidia cards that support it without lm_sensors. And for harddrives, you can use hddtemp with the gkrellm-hddtemp plugin. The hddtemp daemon reads the drive temp from the SMART info, so it also does not require lm_sensors. _________________ 5 home-built PCs, ASUS A6Jc Laptop, and a PowerEdge 2650 - all running Gentoo. Now if only I can get a car and plane to run it. Take a look at my Gallery! |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Sun, 16 Jul 2006 00:18:10 Post Subject: |
|
|
is that GRemlin hard to configure?
I installed lm_sensors, but after running sensor detect I got lost. Wanted me to drop info into files I couldn't find...
How come this kind of thing can't be built into the distribution? Is there one with it?
Thanks for the info. |
|
Back to top |
|
|
Blue|Fusion Rated XXX
Joined: 30 May 2005 Posts: 441 Location: Cleveland, OH
|
Posted: Sun, 16 Jul 2006 00:26:04 Post Subject: |
|
|
What monitoe chip do you have?
And GKRellM RPM can be downloaded from most of the 3rd party repositories such as DAG or FreshRPMS _________________ 5 home-built PCs, ASUS A6Jc Laptop, and a PowerEdge 2650 - all running Gentoo. Now if only I can get a car and plane to run it. Take a look at my Gallery! |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Sun, 16 Jul 2006 08:15:32 Post Subject: |
|
|
Here is wat sensors-detect tells me to do:
Code: | To make the sensors modules behave correctly, add these lines to
/etc/modules.conf:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----
|
/etc/modules.conf didn't exist, so I made it with the correct data in it.
"some /etc/rc*"? Huh? Any file that looks like that? I have three files and several folders that fit the bill. I am adding it to /etc/rc.local for kicks. Will see how it goes. |
|
Back to top |
|
|
Doctor Feelgood Arrrrghh!
Joined: 07 Apr 2003 Posts: 20349 Location: New Jersey
|
Posted: Sun, 16 Jul 2006 08:45:50 Post Subject: |
|
|
Woo Hoo! Think it is working.
Very cool. Thanks alot Blue|Fusion!!!!!!!!
I'm back on the stock Intel cooler due to the size of the case I am using... Grrr!!! Terrible temps!
|
|
Back to top |
|
|
Little Bruin
Boo Boo
Joined: 07 Apr 2003
Posts: 667
Location: Pic-A-Nic Basket |
|
|
Modulok Rated XXX
Joined: 19 Oct 2005 Posts: 2120 Location: New Jersey
|
|
Back to top |
|
|
|