My laptop fan is not running on kali but works fine one windows (dual boot)

Hello, I’ve been facing an annoying problem lately: Kali doesn’t detect the fan on my laptop. I tried using acpi_enforce_resources=lax, but it didn’t work. My laptop model is HP ZBook 15 G5. After many attempts, I gave up and enabled ‘Fan Always On (AC)’ in the BIOS. Does anyone know how to solve this problem?

acpi is not installed by default, so if its not installed, then calling it won’t do anything!

sudo apt install acpi

Actually i installed it

Have you tried fancontrol;

sudo apt install fancontrol

Try sensors , its from package lm-sensors
If not detected try running sudo sensors-detect
Or google packages for specific device.

It’s likely a driver or ACPI power management issue in Kali. Try updating your BIOS and installing im sensors and `fancontrol. You may also need to load the right kernel modules or tweak ACPI settings