Hi,
every 6 seconds, i get the following in my /var/log/messages logfile:
Code:
Nov 7 21:40:18 sushi kernel: ACPI: Transitioning device [FAN] to D0
Nov 7 21:40:18 sushi kernel: ACPI: Transitioning device [FAN] to D0
Nov 7 21:40:18 sushi kernel: ACPI: Unable to turn cooling device [dffefd9c] 'on'
it is spamming my logs like..
it seems like acpi believes I have a fan in passive cool mode, while I don't, so it fails enabling that fan. My goal is to raise the passive cool mode trip point, so that my system is always in active mode. As a sort of work around, obviously.
I followed the advice in this
nice acpi documentation. Unfortunately, I seem to be unable to write new trip points. Here is what I do:
Code:
# echo -n "85:0:75:55:0" > /proc/acpi/thermal_zone/THRM/trip_points
bash: echo: write error: Invalid argument
I write a critical temp, "hot" i don't have, i set the passive trip point fairly high (75), and i set my normal active cooling trip point to 55 °C. I don't have a second fan.
see my "cat /proc/acpi/thermal_zone/THRM/trip_points" output for a better view on my situation:
Code:
critical (S5): 76 C
passive: 55 C: tc1=4 tc2=3 tsp=60 devices=CPU0
active[0]: 55 C: devices= FAN
I have the impression it is a suse specific thing, as everyone else seems to be able to write some values?
What am I doing wrong?
tia
matthias