@Gimli yes it's possible, you need to use PWM mode instead of GPIO mode For that you must first unload the pwm-fan module (all commands in root) rmmod pwm-fan or to permanently disable it echo "blacklist pwm-fan" > /etc/modprobe.d/pwm-fan.conf reboot Then you can do echo 0 > /sys/class/pwm...