I recently installed Suse 10.3 on my notebook and I have a problem to control the fan cooling. The trip_points which control the fan activities are defined (by whom ??) in /proc/acpi/thermal_zone/THRM/trip_points as
To avoid that my notebook runs hot I would like to change these values. With an old Redhat on my notebook I could just do
echo -n “85:0:50:40:35” >
/proc/acpi/thermal_zone/THRM/trip_points, that would change the values. But now a modification of the file is no longer allowed.
A clue in the Suse-documentation made me put the following
settings into the files /etc/powersave/thermal or /etc/powersave/scheme_performance or /etc/powersave/scheme_powersave, respectively:
Well, all in /proc is not realy a file, so strange things can happen. I only hoped it was that simple as write access for root.
When I try vi on it and try to writ the (unchhanged) file it warns me that it is changed in themean time and asks if I realy waant … I then choose ‘no’ being a bit careful. But it proves there is something there we do not understand fully. And then one should be carefully!
Hope somebody else may jump in this thread.
I also googled around a little bit and to me it seems that you try to do what others do (even in 2007). However nobody mentions its kernel level, so it might have changed.