That's to be expected:If they have no effect on the LEDs then I think you are out of luck, short of modifying the hardware.
Code:
$ pinctrl FAN_PWM op dh # Make FAN_PWM an output, driving high - fan should stop$ pinctrl FAN_PWM op dl # Make it an output, driving low - fan should run at full speed$ pinctrl FAN_PWM ip # Make it an input - not sure$ pinctrl FAN_PWM a0 # Restore the normal (PWM) state$ pinctrl FAN_TACH op dh # Make the FAN_TACH pin an output$ pinctrl FAN_TACH op dl # ...$ pinctrl FAN_TACH ip # ...
Statistics: Posted by PhilE — Wed Dec 06, 2023 8:05 pm