There are no pwm-capable sensor modules installed

My laptop is Hp Victus. I wanted to control my fans using fancontrol and pwm but they couldn’t do that.
<
here is output of sensors:

coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +34.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +33.0°C (high = +100.0°C, crit = +100.0°C)
Core 4: +31.0°C (high = +100.0°C, crit = +100.0°C)
Core 8: +32.0°C (high = +100.0°C, crit = +100.0°C)
Core 12: +33.0°C (high = +100.0°C, crit = +100.0°C)
Core 20: +30.0°C (high = +100.0°C, crit = +100.0°C)
Core 21: +30.0°C (high = +100.0°C, crit = +100.0°C)
Core 22: +30.0°C (high = +100.0°C, crit = +100.0°C)
Core 23: +30.0°C (high = +100.0°C, crit = +100.0°C)

BAT0-acpi-0
Adapter: ACPI interface
in0: 17.50 V

hp-isa-0000
Adapter: ISA adapter
fan1: 2597 RPM
fan2: 2406 RPM

nvme-pci-0200
Adapter: PCI adapter
Composite: +34.9°C (low = -273.1°C, high = +80.8°C)
(crit = +84.8°C)
Sensor 1: +34.9°C (low = -273.1°C, high = +65261.8°C)
Sensor 2: +33.9°C (low = -273.1°C, high = +65261.8°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1: +36.0°C

error when I used ‘sudo fancontrol’ → Loading configuration from /etc/fancontrol …
Some mandatory settings missing, please check your config file!

error when I used ‘sudo pwmconfig’ → /usr/bin/pwmconfig: There are no pwm-capable sensor modules installed.

Thank’s for any input.

Hello there. Could you please

Which model? Since it could be a Zen or Intel CPU. I have little experience with intel ones, so it depends.

The first thing, though IDK WHETHRER IT'S GOOD

Firstly run the following command in your terminal:

sudo sensors-detect

and select what things to be scanned.

Ryzen CPU

In my case I opted for using the zenpower module, which can be installed through pacman:

sudo pacman -S --needed dkms ryzen_smu-dkms

It should add a Ryzen-specific module to your kernels, although there is a specific set of processors supported by this.

Any corrections please tell me!

thanks for reply but I’ve already solved it. Thanks again

Hi, how did you solve the problem with pwmconfig?