I did a fresh install of Ubuntu 18.04, alongside Windows 10. On Ubuntu, one of my fans is extremely high, although the temperature is fine, and this is not happening on Windows. I've tried some of the solutions suggested in this forum, without success.
The one with the problem seems to be nct6775/fan2, at least it is the only one working at +1155 rpm, according to program HardInfo. My motherboard is an ASUS H81M-A.
The typical steps for fancontrol setup include:
sensors-detect
to ensure you have the correct modules and updates/etc/modules
(/etc/sysconfig/lm_sensors
on RH) to have the nct6775 entry.pwmconfig
to test and configure each fan and creates the/etc/fancontrol
file.There are known issues where sometimes the hwmon ids change between boots, leaving your fans out of control. For that you would manually edit your
/etc/fancontrol
file to include the full path of each pwm and replace the id with[[:print:]]*
like so:/sys/devices/platform/nct6775.656/hwmon/hwmon[[:print:]]*/pwm1
These are actual paths on the files system that you can browse to get an idea of what is available.
You may also need to edit
/etc/sensors3.conf
, I had to add some stuff for the ASUS Z97, I posted those details on this thread.You may also need to add the following to the
GRUB_CMDLINE_LINUX_DEFAULT
variable in the/etc/default/grub
file:acpi_enforce_resources=lax
then rebuild the grub configgrub-mkconfig -o /boot/grub/grub.cfg
I struggled with fan speed and thermal issues for a long time before I found
tlp
which has solved all my problems. You can learn more here:Installation is the predictable
Configuration is automatic and I've never had to change it out of the box.
If
tlp
by itself doesn't solve all your thermal issues there are specific steps you can take for ASUS Laptops:Kernel modules overview
asus-nb-wmi
is a kernel module, which is included in mainstream Linux kernel and is loaded automatically in Asus laptops. It will only allow to control a single fan and if there is a second fan - you will not have any controls over it. Blacklisting this module will prevent keyboard backlight to work.asus_fan
is a kernel module, which allows to control both fans on some older Asus laptops. Does not work with the most recent models.For myself after installing
tlp
I was able to remove a couple of fan control programs I had struggled to setup for my laptop. However I do not have an ASUS so you might need something more than justtlp
.I was having problems with Ubuntu 18.04 on my Asus laptop Q551L and high fan speed when coming out of sleep. My laptop had nvidia devices needing drivers including my video card GM108M GeForce 840M. Here's what fixed it for me as explained on this page.
Then reboot.
There can be two things at play here and for that there are two things you can do/try.
1. Check BIOS settings.
certain settings can be found/only be found in the BIOS, one of these settings that can be found in the BIOS are the fan settings, you can check here if there is something wrong there.
2. Sensor broke
It is possible that the sensor of the fan might have broken, i know there is away to check that with a GUI with Ubuntu and Windows so i will explain both.
Ubuntu
To check your sensor with Ubuntu you need to have
hardinfo
installed you do this by using the commandsudo apt-get install hardinfo
with this you can see if the sensor is okay or broken.Windows
To check your sensor with Windows you will need to install Speedfan which can be found here. it will show you the temperatures your fansensors are reading and the speed of your fans
(side note: it has been a while since i used these programs so they might be different then i remember them)
i hope this will solve your problem cause it did for me
fan speed can be monitored from bios. try to change the settings there to "silent mode" in Q-fan configuration. to get there you can use this video: https://www.youtube.com/watch?v=8wMrCsFxLTQ&t=58s
I had the very same problem after replacing the motherboard. I finally found that I had forgotten to reconnect the sensor cable to the new motherboard. The sensor cable is small 4 pin plug. The socket for it is located on the right-front side of the board (looking at the front of the computer). It's very easy to overlook connecting it. My computer ran very quit as soon as the sensor was reconnected.
I had same problem with my
Asus BM6820
desktop &Nvidia GeForce GT 730
. I've tried all of the tips above but finally found. The problem was the kernel's stock Nvidia driver:nouveau
caused the problem.Boot your pc to init 3 runlevel to verify this problem. If the fan speed is OK, you can try to disable nvidia nouveau driver.
How to disable Nouveau nvidia driver:
https://linuxconfig.org/how-to-disable-nouveau-nvidia-driver-on-ubuntu-18-04-bionic-beaver-linux
Confirm the content of the new modprobe config file:
Then install the proper Nvidia driver from Nvidia's site:
https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-18-04-bionic-beaver-linux
My laptop was fairly new, and I wasn't running much with load of 2. With 8 CPU cores and an i7, I knew something was wrong.
I resolved this issue by using tlp .
You should have something like this.
In my case I use Intel, so I disabled Radeon. reboot, super annoying fan noise gone.
For me, It has been solved running the following:
I had similar issues as @sef. I have a Lenovo laptop with Geforce MX150, running ubuntu 20. To fix my noisy fan I also had to:
but in addition I also had to go to "nvidia x server settings", and set "PRIME Profiles" to "NVIDIA on demand", reboot. If I now open "Thermal settings in the same program, I can see lower gpu temperatures. In the PowerMizer I can now see that performance level 0 is being used. I used to always be on a higher level (performance).