I hope this is the right place for this. Kindly give me some guidance if not. I am unable to get lm-sensors to work with a new MSI mainboard. mainboard: MSI P6N SLI chipset: nForce 650i SLI C55 + nForce 430i MCP51 Linux: Ubuntu 7.04 (beta) with kernel 2.6.20-15 lm-sensors package: 2.10.1 sensors-detect outputs: Driver `eeprom' (should be inserted): Detects correctly: * Bus `NVIDIA i2c adapter 0 at 1:00.0' Busdriver `UNKNOWN', I2C address 0x50 (and 0x51 0x52 0x53 0x54 0x55 0x56 0x57) Chip `EDID EEPROM' (confidence: 8) * Bus `SMBus nForce2 adapter at 5000' Busdriver `i2c-nforce2', I2C address 0x50 Chip `SPD EEPROM' (confidence: 8) * Bus `SMBus nForce2 adapter at 5000' Busdriver `i2c-nforce2', I2C address 0x51 Chip `SPD EEPROM' (confidence: 8) ... Driver `lm92' (should be inserted): Detects correctly: * Bus `SMBus nForce2 adapter at 6000' Busdriver `i2c-nforce2', I2C address 0x46 Chip `Maxim MAX6633/MAX6634/MAX6635' (confidence: 2) ... #----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 i2c-nforce2 # Chip drivers eeprom lm92 #----cut here---- Do you want to add these lines to /etc/modules automatically? (yes/NO)y root at mico2:/home/mico# modprobe eeprom root at mico2:/home/mico# modprobe lm92 root at mico2:/home/mico# sensors No sensors found! ... root at mico2:/home/mico# modprobe i2c-nforce2 root at mico2:/home/mico# sensors No sensors found! Is this mainboard not supported or should I try something else? Thanks.