Skip to content

Makes Retroid pocket 5 fan silent on idle load

License

Notifications You must be signed in to change notification settings

Luxvao/rp5-fan-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What does it do?

Makes RP5 fan silent on idle load and quite on medium load

Is it safe to use?

When script quits it brings fan mode back to "factory" settings.

Usage

sudo apt-get install git
git clone https://github.com/Luxvao/rp5-fan-control
cd rp5-fan-control
chmod +x rp5-fan-control.sh
sudo ./rp5-fan-control.sh

Installation

To make it start when system boots:

edit rp5-fan-controller and add the path of the rp5-fan-control.sh script (full-pathname), then do the following to add it to the runlevels

cd /etc/init.d/
#adjust to correct, absolute path below
sudo ln -s ~/rp5-fan-control /etc/init.d/rp5-fan-controller
sudo update-rc.d retroid-fan-controller defaults

you can also use the following to start the controller

sudo /etc/init.d/rp5-fan-controller start

or

sudo /etc/init.d/rp5-fan-controller stop

to stop the controller

About

Makes Retroid pocket 5 fan silent on idle load

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%