I've installed ubuntu 16.04 and since first login fan is running constantly. I've tried several desktop envirnment and several version of nvidia graphic card but the same problem. I've check system monitor and cpu usage is normal. Additionally I've tried installing kernel 4.6 but fan is still running and also installing laptop-mode-tools and tlp had no benefit.
In my ubuntu 14.04 everything was good and acpi -t result was around 42-50 c but in ubuntu 16.04 acpi -t is 52-63 c and fan is still running !
top
command to determine if there's a process with high CPU%. If it's an application that you don't need all the time (eg firefox!) kill it (say withkillall firefox
) and see if the temperature goes down and the fan slows. – Jeffrey Ross Jul 19 '16 at 10:23sensors
to get more temperature info. This may require installation of lm-sensors. Another command that may be of help isuptime
- the last 3 fields show the "load" averages over 1 minute, 5 minutes, and 15 minutes. Just focus on the first of the numbers - is it 1 or more? That would indicate a lot of process activity. Also try searching for other similar reports such as 1 – Jeffrey Ross Jul 20 '16 at 08:53coretemp-isa-0000 Adapter: ISA adapter Physical id 0: +50.0°C (high = +87.0°C, crit = +105.0°C) Core 0: +49.0°C (high = +87.0°C, crit = +105.0°C) Core 1: +51.0°C (high = +87.0°C, crit = +105.0°C) `
– user3102296 Jul 25 '16 at 19:3300:04:49 up 16 min, 2 users, load average: 0.15, 0.25, 0.32
I think the load and processing usage is normal but fan is still running !!! – user3102296 Jul 25 '16 at 19:35