Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3556

Advanced users • Re: Disabling LED on ICE tower cooler

$
0
0
That's to be expected:

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    # ...
If they have no effect on the LEDs then I think you are out of luck, short of modifying the hardware.

Statistics: Posted by PhilE — Wed Dec 06, 2023 8:05 pm



Viewing all articles
Browse latest Browse all 3556

Trending Articles