pwmconfig
utility to control the fan speed
Install
- All systems
-
curl cmd.cat/pwmconfig.sh
- Debian
-
apt-get install fancontrol
- Ubuntu
-
apt-get install fancontrol
- Alpine
-
apk add lm_sensors
- Arch Linux
-
pacman -S lm_sensors
- Kali Linux
-
apt-get install fancontrol
- CentOS
-
yum install lm_sensors
- Fedora
-
dnf install lm_sensors
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fancontrol
- Raspbian
-
apt-get install fancontrol
- Dockerfile
- dockerfile.run/pwmconfig
- Docker
-
docker run cmd.cat/pwmconfig pwmconfig
powered by Commando
fancontrol
utility to control the fan speed
Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. This package contains a daemon that calculates fan speeds from temperatures and sets the corresponding PWM outputs to the computed values. This is useful when this feature is not provided by the BIOS or ACPI, which should normally be the case on a laptop.