I have a modern motherboard (Asus p5kc) running Etch-r2. I know it has the devices necessary to provide sensor data but the kernel version that etch is built on (2.6.18) is not recent enough for the required module (w83627ehf) to support it:
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0400'
Busdriver `i2c-i801', I2C address 0x50
Chip `eeprom' (confidence: 6)
* Bus `SMBus I801 adapter at 0400'
Busdriver `i2c-i801', I2C address 0x52
Chip `eeprom' (confidence: 6)
EEPROMs are *NOT* sensors! They are data storage chips commonly
found on memory modules (SPD), in monitors (EDID), or in some
laptops, for example.
Driver `w83627ehf' (should be inserted):
Detects correctly:
* ISA bus address 0x0290 (Busdriver `i2c-isa')
Chip `Winbond W83627DHG Super IO Sensors' (confidence: 9)
I know i could patch my kernel and rebuild from source, but i'd like to avoid such an invasive technique and only build the module. is this possible? Has anyone had any luck doing this? I would appreciate any suggestions.