The fan runs constantly on my new Dell Studio 1557 with an i7 processor. In Windows it runs occasionally, but the minute I reboot into Kubuntu the fan(s?) come on and stay on. Very annoying.
Following instructions that I found on the "Linux ACPI Howto" at http://www.columbia.edu/~ariel/acpi/acpi_howto.html, I ran
and got this:
critical (S5): 127 C
critical (S5): 85 C
passive: 95 C: tc1=0 tc2=10 tsp=2 devices=CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
active[0]: 71 C: devices=FAN1
active[1]: 55 C: devices=FAN0
Now part of what bothers me is that when I run
I get temp1 equal to 26.8 and temp2 equal 46.0, both of which are well below the temperatures that would trigger the fans if I'm reading the trip_point outputs correctly. But I also ran
and got <polling disabled> for both of the sensors. So are they working, and if so where can I read their output?
I don't know where I stand now. If the sensors output is right then my fans shouldn't be coming on all the time. But if my fans are responding to the machine's real temperature then I need to find out why the laptop is running so hot all the time. It does feel hotter under Kubuntu, but I'm not at all sure that it's hot enough to justify constant fanning.
Can anyone suggest a next step for me on this?
Following instructions that I found on the "Linux ACPI Howto" at http://www.columbia.edu/~ariel/acpi/acpi_howto.html, I ran
Code:
sudo cat /proc/acpi/thermal_zone/*/trip_points
critical (S5): 127 C
critical (S5): 85 C
passive: 95 C: tc1=0 tc2=10 tsp=2 devices=CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
active[0]: 71 C: devices=FAN1
active[1]: 55 C: devices=FAN0
Now part of what bothers me is that when I run
Code:
sensors
Code:
sudo cat proc/acpi/thermal_zone/*/polling_frequency
I don't know where I stand now. If the sensors output is right then my fans shouldn't be coming on all the time. But if my fans are responding to the machine's real temperature then I need to find out why the laptop is running so hot all the time. It does feel hotter under Kubuntu, but I'm not at all sure that it's hot enough to justify constant fanning.
Can anyone suggest a next step for me on this?
Comment