http://bugzilla.kernel.org/show_bug.cgi?id=5000
------- Additional Comments From [EMAIL PROTECTED] 2006-06-28 09:20 ------- Created an attachment (id=8438) --> (http://bugzilla.kernel.org/attachment.cgi?id=8438&action=view) debug patch Sanjoy, Could you try this patch - it adds debug prints to suspend/resume and updates thermal zone structures during resume routine. It applies over the patch #8362 (the last patch I've post). After trying this patch could you also check 'dmesg' output - it should contain strings similar to the following: .......................... !!! 0 active[0]: trip 3282 temp 3212 state disabled .......................... !!! 1 active[0]: trip 3282 temp 3242 state disabled !!! 2 active[0]: trip 3282 temp 3282 state enabled !!! 3 active[0]: trip 3282 temp 3242 state disabled .......................... Each string shows particular trip point info (trip point temperature, current temperature, whether this trip point entered/not entered) in differrent stages. String starting with '0' - from suspend method, '1' - before acpi_thermal_active() called for this trip point, '2' - after acpi_thermal_active() exited, '3' - after acpi_thermal_check() called for all thermal zone. If you note some inconsistencies between 'dmesg' and 'acpi -t', fan behavior, etc, could you post 'dmesg' output and describe the situation. The system I'm using for testing has only 1 active trip point, so I cannot validate all possible situations, so your help would be very important. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
