Changes

Jump to navigation Jump to search

X735-script

615 bytes removed, 25 March
./install-fan-service.sh
Then the pwm fan starts running.
 
'''PS for Pi 5''':
 
* Change the <code>PWM_CHIP_PATH</code> to <code>/sys/class/pwm/'''pwmchip2'''</code> on line 7 of x735fan.sh if you use it on Raspberry Pi 5 hardware, refer to the following command:
sudo nano x735-fan.sh
Change the <code>PWM_CHIP_PATH</code> to <code>/sys/class/pwm/'''pwmchip2'''</code> on line 7
 
Then
 
Press Ctrl-O, then enter, to write the change to the file.
 
Press Ctrl-X to exit nano (the editor).
 
* Copy the modified file to the /usr/local/bin directory
sudo cp -f x735-fan.sh /usr/local/bin
 
* Restart x735-fan service
sudo systemctl restart x735-fan.service
Fan starts working
===Create the x735-pwr service===

Navigation menu