I've been running
in terminal/commandline to see what temperture my CPU is
at. Following this i've tried
and together these two spit out this:
I'm not entirely sure how to read the acpi -c part, "Cooling 2/3 = processor 0 of 3". Does
this mean the fan is not active? Is there any way of forcing the fan to be active, and possibly
increasing the speed it operates at, through acpi?
//X
Code:
acpi -t
at. Following this i've tried
Code:
acpi -c
Code:
erik@EAJ:~$ acpi -t Battery 0: Full, 100% Thermal 0: ok, 65.0 degrees C Thermal 1: ok, 62.0 degrees C erik@EAJ:~$ acpi -c Battery 0: Full, 100% Cooling 0: LCD 0 of 9 Cooling 1: LCD 0 of 9 Cooling 2: Processor 0 of 3 Cooling 3: Processor 0 of 3 erik@EAJ:~$
this mean the fan is not active? Is there any way of forcing the fan to be active, and possibly
increasing the speed it operates at, through acpi?
//X