How to change lowest fan speed?

Yes, you can follow the step below.

Setup the fan to manual low speed mode.

fan.sh low

Chage the fan pwm level. The pwm level range is: 0x00~0x64, you can setup to a more lower speed,
e.g. 0x10

i2cset -y -f 6 0x18 0x8a 0x10
2 Likes