Has anyone messed around with lm-sensors on this board? Everything is installed and working great, but I would like to make an attempt at monitoring temperatures while in Linux. This is what I get after running sensors-detect:
Code:
...
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `pca9540' (should be inserted):
Detects correctly:
* Bus `NVIDIA i2c adapter 3 at 1:00.0'
Busdriver `UNKNOWN', I2C address 0x70
Chip `Philips Semiconductors PCA9540' (confidence: 1)
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `NVIDIA i2c adapter 2 at 1:00.0'
Busdriver `UNKNOWN', I2C address 0x50 (and 0x51 0x52 0x53 0x54 0x55 0x56 0x57)
Chip `DDC monitor' (confidence: 8)
I will now generate the commands needed to load the I2C modules.
To make the sensors modules behave correctly, add these lines to
/etc/modules:
#----cut here----
# 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
# I2C chip drivers
# Warning: the required module pca9540 is not currently installed on your system.
# For status of 2.6 kernel ports see http://secure.netroedge.com/~lm78/supported.html
# If driver is built-in to the kernel, or unavailable, comment out the following line.
pca9540
eeprom
#----cut here----
I can load the eeprom module without any problems, but but loading the other module doesn't work since it's not on my system, and the script doesn't have too much confidence in that module being the correct one to load anyway.