Skip to content

jjack/openwrt-fancontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

openwrt-fancontrol

A replacement for /sbin/fan_ctrl.sh, based on this post from the OpenWRT wrt1900ac thread.

####To use it:

  • Download the new fan controller, save it to /etc/, and make it executable.
wget --no-check-certificate https://raw.githubusercontent.com/jjack/openwrt-fancontrol/master/fancontrol.sh -O /etc/fancontrol.sh
chmod +x fancontrol.sh
  • Test it to make sure that it runs correctly.
/etc/fancontrol.sh verbose
  • Let it run in the background to keep your router cool.
/etc/fancontrol.sh &

####Disable the orginal fan controller.

  • Remove or comment out this line from /etc/crontabs/root (In LuCI, it's System > Scheduled Tasks)
 */5 * * * * /sbin/fan_ctrl.sh

####Optional

  • Have this run on boot.
  • Add this to /etc/rc.local (In LuCI, it's System > Startup)
/etc/fancontrol.sh &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages