On Sun, 08 Feb 2009 12:42:15 -0800, David Mathog wrote: > Jean Delvare <khali at linux-fr.org>, wrote: > > On Wed, 04 Feb 2009 09:49:58 -0800, David Mathog wrote: > > > > > > Here is the full output of "sensors" > > > acpitz-virtual-0 > > > Adapter: Virtual device > > > temp1: +8.0 ?C (crit = +75.0 ?C) > > > > Apparently the ACPI thermal zone reads the temperature from the > > IT8716F's temp1, but it happens to be incorrect. Note that accessing > > the sensors from both ACPI and native drivers is dangerous, so you > > should load either thermal or it87 but not both. > > How does one disable this acpitz-virtual-0 method? sensors is reporting > it, but I don't see that sensors configured it. /etc/modules only has: > > fuse > lp > it87 > k8temp > > None of which seem related to acpitz-virtual-0 The thermal driver is usually loaded by distribution scripts. Or maybe it is auto-loaded by now. In the former case, you must find a distribution-specific way to prevent the module from loading. In the latter case you have to blacklist the driver, usually by adding "blacklist thermal" in any file under /etc/modprobe.d. That being said, you should only do that if ACPI doesn't take care of thermal management on your system. It usually doesn't on desktop and does on laptops, but YMMV. -- Jean Delvare