I have Ubuntu 19.10 on an ASUS N750JK laptop, and it makes the CPU fan run fast almost all the time, without any apparent good reason. The battery gets drained quite fast. This is the output of sensors:
$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +51.0°C (high = +84.0°C, crit = +100.0°C)
Core 0: +51.0°C (high = +84.0°C, crit = +100.0°C)
Core 1: +48.0°C (high = +84.0°C, crit = +100.0°C)
Core 2: +48.0°C (high = +84.0°C, crit = +100.0°C)
Core 3: +50.0°C (high = +84.0°C, crit = +100.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +51.0°C (crit = +103.0°C)
asus-isa-0000
Adapter: ISA adapter
cpu_fan: 4600 RPM
temp1: +51.0°C
I tried to manually lower the CPU frequency to 2GHz, when the max allowed by hardware is 3.4GHz, but that doesn't help. I also installed tlp
. What could cause this issue?
top
update your question with output – Scott Stensland Aug 14 '20 at 15:05