1 Rookie
•
1 Message
0
1634
September 13th, 2022 10:00
Dell G15 Fans not activating on Ubuntu 22.04
I bought this notebook a few months ago, to play some games (on windows) and for work. When I go to work, I use it on Ubuntu 22.04, I have noticed that on Ubuntu, the fans are not activating and this is causing the notebook to have very high temperatures all the time. Is there any way this could be fixed?
AdrianG001
4 Operator
4 Operator
•
4K Posts
1
September 14th, 2022 01:00
Type the following modprobe command to load the i8k driver:
sudo modprobe -v i8k
OR
modprobe -v i8k
Here is what I see:
insmod /lib/modules/3.5.0-30-generic/kernel/drivers/char/i8k.ko
If above failed try to load it forcefully using the modprobe command:
sudo modprobe i8k force=1
ieee488
4 Operator
4 Operator
•
11.1K Posts
0
September 13th, 2022 10:00
Ask an Ubuntu forum.
Marcin Baran
1 Rookie
1 Rookie
•
2 Posts
0
October 20th, 2023 07:39
@ieee488 I have the same problem. I fixed it by change configuration, in BIOS. There is an option in the BIOS that forces the fan to run constantly
Piyush Kumar0227
1 Rookie
1 Rookie
•
2 Posts
0
January 20th, 2025 16:44
@Marcin Baran Where is that option located?
Piyush Kumar0227
1 Rookie
1 Rookie
•
2 Posts
0
January 22nd, 2025 13:57
I have the same issue
Marcin Baran
1 Rookie
1 Rookie
•
2 Posts
0
January 22nd, 2025 20:19
@Piyush Kumar0227 i don’t remember, there is performence tab or something similar
A51-06
5 Practitioner
5 Practitioner
•
3.1K Posts
0
January 23rd, 2025 02:50
@jvgontijo @Marcin Baran @Piyush Kumar0227
I was going to recommend SpeedFan until I remembered it doesn’t work on Linux.
There is an application in the default Ubuntu repositories that has similar functionality to SpeedFan called Psensor. Psensor is an application for monitoring hardware sensors, including temperatures and fan speeds.
Install Psensor. Also install lm-sensors to detect your computer's hardware sensors, and detect your computer's hardware sensors by running these commands:
Then you will get asked a lot of questions about what hardware you want the program to detect. It is generally safe and recommended to accept the default answers to all questions, unless you know what you're doing.
In Ubuntu 16.04 and later Psensor detects your computer's hardware sensors automatically without running
sudo sensors-detect
Psensor displays itself on the desktop as a little thermometer icon in the notification area in the upper right corner of the desktop. You can right-click the thermometer icon at any time to display the hardware temperatures.
source: https://askubuntu.com/questions/410273/error-using-speedfan-how-can-i-control-fan-speed