Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

1 Message

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?

4 Operator

 • 

4K Posts

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

4 Operator

 • 

11.1K Posts

September 13th, 2022 10:00


@jvgontijo wrote:

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?


Ask an Ubuntu forum.

1 Rookie

 • 

2 Posts

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

1 Rookie

 • 

2 Posts

January 20th, 2025 16:44

@Marcin Baran​ Where is that option located?

1 Rookie

 • 

2 Posts

January 22nd, 2025 13:57

I have the same issue

1 Rookie

 • 

2 Posts

January 22nd, 2025 20:19

@Piyush Kumar0227​ i don’t remember, there is performence tab or something similar 

5 Practitioner

 • 

3.1K Posts

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:

sudo apt install psensor lm-sensors sensors-applet
sudo sensors-detect

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

No Events found!

Top