Hi All, You've all expressed interest in support for the fintek f71869 resp. f71808e hwmon functionailty under Linux. I've finally been able to spend some time on extending the f71882fg driver to support these models. Note that although the attached driver has been prepared carefully it has not been tested, as I no longer have access to any supported hardware. I would also like to request that people with previously supported devices re-test with this new version to make sure it does not break anything. To test, drop the attached C-file and Makefile into a directory and do: make sudo insmod f71882fg.ko Note this assumed that ou have development tools like make and gcc, as well as kernel headers for module compilation installed. Once you've done this, you should be able to see the sensor readings using the sensors command. Also please do: ls /sys/class/hwmon/*/ > ls1 ls /sys/class/hwmon/*/device > ls2 dmesg > dmesg And mail me the generated ls1 ls2 and dmesg files, this will allow me to (at least partially) verify that the driver is working correctly. Thanks & Regards, Hans