>I did as you wrote, and got the same result; no temperatures or voltages. >I'm guessing the reason is this: >[root at localhost william]# modprobe i2c-viapro >[root at localhost william]# modprobe i2c-isa >[root at localhost william]# modprobe eeprom >[root at localhost william]# modprobe w83627hf >FATAL: Module w83627hf not found. > >I don't know why this module isn't found, as it shows OK in sensors-detect. >Any advice appreciated. This is simply because you are using Linux 2.6.3 and the w83627hf was introduced in Linux 2.6.5-rc1. The sensors-detect script doesn't know about which modules are available on which kernels. So basically you'll need a newer kernel in order to get hardware monitoring to work on your system. Jean