Greetings,
I'm at my wits end with lm_sensor. I can't seem to get it to display the correct values. This is what I get:
it87-isa-0290
Adapter: ISA adapter
Algorithm: ISA algorithm
VCore 1: +1.74 V (min = +1.42 V, max = +1.56 V) ALARM
VCore 2: +2.49 V (min = +2.40 V, max = +2.60 V)
+3.3V: +6.58 V (min = +3.12 V, max = +3.44 V) ALARM
+5V: +4.99 V (min = +4.72 V, max = +5.24 V)
+12V: +12.08 V (min = +11.36 V, max = +12.60 V)
-12V: -20.00 V (min = -12.63 V, max = -11.41 V) ALARM
-5V: +3.25 V (min = -5.28 V, max = -4.81 V) ALARM
Stdby: +5.07 V (min = +4.72 V, max = +5.24 V)
VBat: +3.37 V
fan1: 0 RPM (min = 0 RPM, div = 2)
fan2: 0 RPM (min = 3000 RPM, div = 2) ALARM
fan3: 0 RPM (min = 3000 RPM, div = 2) ALARM
Temp1/MB: +38°C (min = +20°C, max = +40°C)
Temp2/CPU: -122°C (min = +25°C, max = +45°C)
Temp3: +74°C (min = +25°C, max = +45°C)
I verified these were not the correct values as compared to my BIOS Hardware monitor.
I ran the lm_sensors for SME HowTo exactly as instructed. I substituted his chipset and bus for mine. It was a confidence level of 8 on my chip driver.
I looked through the thread here on lm_sensors, but didn't find my answer. I am running an ASUS board - these are my entries in start_lmsensors:
#!/bin/sh
# Boot-up initialisation lm_sensors
# I2C adapter drivers
/sbin/modprobe i2c-isa
# I2C chip drivers
/sbin/modprobe it87
/sbin/modprobe eeprom
/usr/bin/sensors -s
my /etc/modules.conf has the correct entry appended at the end of the file as per the "sensors-detect" reccomendation, which is: "alias char-major-89 i2c-dev".
I'm running SME 6.01-01, lm_sensors281-2.8.1-1_4.rh7.3.at.i386.rpm
Thanks so much to anyone that's able to offer assistance!
-
Steve