Dear, all I just update my LM sensor in my server 7.4 in order to keeping monitoring the Fan, Processor temperature, but I don't know how to load the sensors modules, steps detail executed bellow:
Due to the previously version of lm-sensor got some problem with IBM equipment, I just decided to update using "yum local install Option"
libsensors3-2.10.6-55.el4.i386.rpm
lm_sensors-2.10.6-55.el4.i386.rpm
bellow few line that are generated when I run "/usr/sbin/sensors-detect" command
Some south bridges, CPUs or memory controllers may also contain
embedded sensors. Do you want to scan for them? (YES/no): YES
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD K10 thermal sensors... No
Intel Core family thermal sensor... Success!
(driver `coretemp')
Intel AMB FB-DIMM thermal sensor... Success!
(driver `to-be-written')
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `coretemp' (should be inserted):
Detects correctly:
* Chip `Intel Core family thermal sensor' (confidence: 9)
Driver `to-be-written' (should be inserted):
Detects correctly:
* Chip `Intel AMB FB-DIMM thermal sensor' (confidence: 9)
Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): YES
You should now start the lm_sensors service to load the required
kernel modules.
Now the question is how I can do to the insert the coretemp driver in order to be able to execute the sensor command, when I executed it I received the following message:
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
Additional Information when I used lsmod |more ,I can see that i2c Module is already loaded, check bellow
Module Size Used by
i2c_dev 14529 0
i2c_i801 11981 0
i2c_core 26305 2 i2c_dev,i2c_i801
I really appreciate your help.
Thanks in advance,
Eviny