
Originally Posted by
Michael
What version of LM_Sensors are you using?
Now I'm using 2.10.1, and I get further than my previous post using this version (rather than whatever is in the repositories). I downloaded/extracted lm_sensors-2.10.1.tar.gz, installed dependencies (aptitude bison flex), ran make user then make user_install, used the latest version of the sensors-detect script and it told me this:
Code:
# I2C adapter drivers
# modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0
# modprobe unknown adapter NVIDIA i2c adapter 3 at 1:00.0
modprobe i2c-isa
# Chip drivers
# no driver for Analog Devices ADT7473 yet
# Warning: the required module pca9540 is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe pca9540
modprobe eeprom
modprobe it87
# Warning: the required module k8temp is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe k8temp
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
The stuff in yellow are problems, the red is a show stopper. I found this thread and this ticket that tells me lm-sensors, the AM2 sensors I have, along with kernel 2.6.17 have a problem with each other still. I'll keep looking around for a possible solution.