LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Unable to turn cooling device on?, FC6 (https://www.linuxquestions.org/questions/linux-kernel-70/unable-to-turn-cooling-device-on-fc6-550833/)

Cereal765 05-02-2007 09:45 PM

Unable to turn cooling device on?, FC6
 
Hey all,

About every 10 seconds im getting a weird message in my kernel log:

Code:

ACPI: Unable to turn cooling device [c1403dec] 'on'
All my fans are working properly, and this has been going on so long that I've gotten semi-used to it, but recently its started to become an annoyance. My log files are ginormous...

I'm running FC6 uname -r 2.6.18-1.2849.fc6

I would be very thankful if someone could help me get rid of this message, or maybe stop it from appearing 20 million times in a row!

meaje 05-05-2007 01:29 AM

It seems that on the CentOS list this problem has a solution
 
echo -n "65:60:50:55:50:45" > /proc/acpi/thermal_zone/THRM/trip_points

Ref: Post number 4 on topic_id=8158

meaje 05-05-2007 01:30 AM

the exact URL is:
http://www.centos.org/modules/newbb/...?topic_id=8158

miles2034 10-10-2007 10:14 PM

o come on guys I just installed fc7 and i get the same message. I have a compaq presario. It just doesn't make any sense. and the bootup doesn't get to the gui login screen. which ist what i expect.
miles

meaje 10-25-2007 04:12 AM

Best explanation yet on how to stop those annoying log messages with a true fix.
 
Quote:

Originally Posted by meaje (Post 2736856)
echo -n "65:60:50:55:50:45" > /proc/acpi/thermal_zone/THRM/trip_points

Ref: Post number 4 on topic_id=8158

To explain further I am copying http://http://www.geocities.com/acar...lo-1450ls.html

-- snip
ACPI
Fan
In order to have the fan managed by the ACPI system, I added the following commands to /etc/rc.d/rc.local:

# Set the trip point temperatures (in Celsius)
# the order of the fields is critical:hot:passive:active:active
echo -n "95:0:90:80:65" > /proc/acpi/thermal_zone/THRM/trip_points

# Activate the temperature control system of the kernel
echo -n "30" > /proc/acpi/thermal_zone/THRM/polling_frequency

# Turn the fan over to Kernel control
echo -n "3" > /proc/acpi/fan/FAN0/state

Make sure that you use the appropriate trip point temperatures for your laptop with "cat /proc/acpi/thermal_zone/THRM/trip_points". On my laptop, I have:

critical (S5): 100 C
passive: 90 C: tc1=2 tc2=3 tsp=100 devices=0xc1425660
active[0]: 80 C: devices=0xc1436860
active[1]: 65 C: devices=0xc14366e0

When writing to /proc/acpi/thermal_zone/THRM/trip_points, the order of the fields is critical:hot:passive:active:active. Since all fields must be present, I entered a zero for the unused 'hot' trip point. See Michael T. Kelly's Gateway 1450se page for more detail. http://www.piratehaven.org/~mike/index.cgi?gateway

snap--

I hope this clears things up for you and shows you how to control your fans a little better and life a little easier too.

--Jeff

matti3 11-05-2007 03:25 PM

the first link is malformed. here is the corrected one:
http://www.geocities.com/acarirfan/solo-1450ls.html

thanks a lot for this info!

Motaro 01-27-2008 12:05 AM

It seems the feature was removed.
 
Well I found out that they removed the capacity to change the values in trip_points, so right now I have that it returns invalid arguments when you try to send an echo of the values to trip_points as of kernel 2.6.22. But my problem is that the values that configuration comes with are not very realistics. So if any body has another way to change this parameters please let me know.

matti3 01-27-2008 04:04 PM

mm, you're right. I also get the invalid arg now. But I saw in the changelog of 2.6.24 kernel that they fixed a regression of acpi related dmesg spam, so I hope it will be fixed now ;)
/me awaits suse kernel update..

Ashrack 11-25-2008 10:22 AM

Using Sidux with kernel 2.6.26 and I also am not allowed to change the setting

matti3 12-04-2008 06:47 PM

on suse 11.0 it also still isn't fixed. I filed a bug on Novell's bug tracker but it seems they are not very keen on fixing it....


All times are GMT -5. The time now is 09:56 PM.