kostiw
April 24th, 2020, 02:15 PM
Hi,
I've recently bought Dell Inspiron 14 5490 and installed new version of Ubuntu, 20.04. I've had some issued with cooling, so I've followed this guide: https://ubuntumanual.org/how-to-control-fan-speeds-in-ubuntu/ for fancontrol configuration. What conserns me, is the, let's say, non-linear behaviour of my fans, here is the pwm setting and fan speed which follows with it:
PWM 255 -> 4803 RPM
PWM 240 -> 4796 RPM
PWM 225 -> 4796 RPM
PWM 210 -> 4796 RPM
PWM 195 -> 4796 RPM
PWM 180 -> 3726 RPM
PWM 165 -> 2823 RPM
PWM 150 -> 2450 RPM
PWM 135 -> 2433 RPM
PWM 120 -> 2431 RPM
PWM 105 -> 2424 RPM
PWM 90 -> 2424 RPM
PWM 75 -> 2425 RPM
PWM 60 -> 0 RPM
I believe something is wrong. This results in my fans either running relatively low, or too high. Here is my fanconfig configuration:
Settings of hwmon3/pwm1:
Depends on hwmon2/temp1_input
Controls hwmon3/fan1_input
MINTEMP=50
MAXTEMP=60
MINSTART=75
MINSTOP=60
MINPWM=0
MAXPWM=255
At idle state my laptop's CPU is ~50 degree celcius, thus i've set my mintemp to this value.
EDIT
After running fancontorl i get this output:
Loading configuration from /etc/fancontrol ...
Common settings:
INTERVAL=5
Settings for hwmon3/pwm1:
Depends on hwmon2/temp1_input
Controls hwmon3/fan1_input
MINTEMP=50
MAXTEMP=60
MINSTART=75
MINSTOP=60
MINPWM=0
MAXPWM=255
AVERAGE=1
Error: file hwmon3/pwm1 doesn't exist
At least one referenced file is missing. Either some required kernel
modules haven't been loaded, or your configuration file is outdated.
In the latter case, you should run pwmconfig again.
What could be the cause of this?
Thanks in advance
Jakub
I've recently bought Dell Inspiron 14 5490 and installed new version of Ubuntu, 20.04. I've had some issued with cooling, so I've followed this guide: https://ubuntumanual.org/how-to-control-fan-speeds-in-ubuntu/ for fancontrol configuration. What conserns me, is the, let's say, non-linear behaviour of my fans, here is the pwm setting and fan speed which follows with it:
PWM 255 -> 4803 RPM
PWM 240 -> 4796 RPM
PWM 225 -> 4796 RPM
PWM 210 -> 4796 RPM
PWM 195 -> 4796 RPM
PWM 180 -> 3726 RPM
PWM 165 -> 2823 RPM
PWM 150 -> 2450 RPM
PWM 135 -> 2433 RPM
PWM 120 -> 2431 RPM
PWM 105 -> 2424 RPM
PWM 90 -> 2424 RPM
PWM 75 -> 2425 RPM
PWM 60 -> 0 RPM
I believe something is wrong. This results in my fans either running relatively low, or too high. Here is my fanconfig configuration:
Settings of hwmon3/pwm1:
Depends on hwmon2/temp1_input
Controls hwmon3/fan1_input
MINTEMP=50
MAXTEMP=60
MINSTART=75
MINSTOP=60
MINPWM=0
MAXPWM=255
At idle state my laptop's CPU is ~50 degree celcius, thus i've set my mintemp to this value.
EDIT
After running fancontorl i get this output:
Loading configuration from /etc/fancontrol ...
Common settings:
INTERVAL=5
Settings for hwmon3/pwm1:
Depends on hwmon2/temp1_input
Controls hwmon3/fan1_input
MINTEMP=50
MAXTEMP=60
MINSTART=75
MINSTOP=60
MINPWM=0
MAXPWM=255
AVERAGE=1
Error: file hwmon3/pwm1 doesn't exist
At least one referenced file is missing. Either some required kernel
modules haven't been loaded, or your configuration file is outdated.
In the latter case, you should run pwmconfig again.
What could be the cause of this?
Thanks in advance
Jakub