http://bugzilla.kernel.org/show_bug.cgi?id=11878
------- Comment #11 from [EMAIL PROTECTED] 2008-10-29 09:38 ------- Created an attachment (id=18497) --> (http://bugzilla.kernel.org/attachment.cgi?id=18497&action=view) dmesg-2.6.26.7.txt Double-check for the 2.6.26.7 kernel: diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 84c795f..2615776 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -251,6 +251,10 @@ static int acpi_thermal_get_temperature(struct acpi_thermal *tz) if (!tz) return -EINVAL; + if (tz->last_temperature != tz->temperature) + printk(KERN_NOTICE "ACPI: temperature %lu -> %lu\n", + tz->last_temperature, tz->temperature); + tz->last_temperature = tz->temperature; --- -> 3292 fan get always on -> 3162 fan get always off Where should I look now? Thanks, Martin -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla