Changes

Jump to navigation Jump to search

XScript

183 bytes removed, 25 March
no edit summary
'''[NOTEUpdate]:'''
1. NASPi series does '''not support Raspberry Pi 5 hardwared''' due to different hardware interface. 2. Use gpiod instead of obsolete interface, and suuports ubuntu 23.04 also 3. The script now supports the Raspberry Pi OS '''BOOKWORM''' version. You just need to '''uninstall''' the original script and '''reinstall''' it. Please refer to the following:
OPen ternimal window, then run the following command:
Save & exit.
sudo reboot
 
===Install gpiod package===
sudo apt install -y gpiod
==Download the script==
Run the following command to install fan service script;
sudo ./install-fan-service.sh
Then the pwm fan starts running.
==Create the x-c1-pwr service==
If you are using <span class="tb_red">ubuntu verson 23.04</span> or more high version, please run the following command: ./install-pwr-service-ubuntu.shOR run the following command to install power management script; sudo ./install-pwr-service.sh
==Prepair software shutdown script==
If you are using <span class="tb_red">ubuntu verson 23.04</span> or more high version, please run the following command: ./install-sss-ubuntu.shOR, Run the following command to install software shutdown script (sss), sudo ./install-sss.sh
After the installation is complete, an <code>xoff</code> command will be created to shut down the software.Then you can run <code>xoff</code> to execute software shutdown.
==Uninstall==
Run the following command to uninstall all.
sudo ./uninstall.sh
==Test safe shutdown==

Navigation menu