On Saturday 16 September 2006 18:56, Richard Fish wrote: > So this is exactly the same problem/solution as your power button > issue. In /etc/acpi/default.sh, you have an etry: > > *) log_unhandled $* ;; > > This causes anything that is not "button" or "ac_adapter" to log an > event unhandled message. So here again, add a case _above_ this for > what you want to happen when thermal_zone events occur. In this case, > maybe just: > > thermal_zone) > ;; # don't care..fan seems to work > > Of course, you could get fancy. Looks like the first argument might > be the temperature at which the event occurs, so you could for example > compare that to some value (>100?) and do something like go ahead and > log the event as overtemp. Thanks Richard! What is the syntax for e.g. comparing TZ1, and TZ2 and generating a log entry (other than ACPI event unhandled:... ) -- Regards, Mick