Comment 14 for bug 442194

Revision history for this message
In , Trenn-novell (trenn-novell) wrote :

Puhh, this is hard... there is nothing obvious in dmesg.
Is the temperature controlled by ACPI:
cat /proc/acpi/thermal_zone/*/*
or is this dir empty?

If there is something, does this help:
for x in /proc/acpi/thermal_zone/*/polling_frequency; do echo 5 >$x;done