Page 1 of 1

WRT1900ACv1 Fan Daemon

Posted: Wed Sep 30, 2015 9:56 am
by Lantis
Fan Daemon for the WRT1900AC V1

This replaces the factory fan script and increases the checking frequency from every 5 minutes to every 10 seconds.

It also enables the fan to run at half speed if the temperatures are not too extreme.

The daemon also has a failsafe in that if it crashes or is accidentally quit it sets the fan to half speed as a precaution.

Installation can be done manually or by downloading
http://www.lantisproject.com/gargoyle_m ... _daemon.sh
and executing that script with the parameter "-install".

Uninstalling can be done with the parameter "-uninstall", which automatically re-enables the factory fan script.


Credit for the original script to Gufus from the openwrt forums.

Re: WRT1900ACv1/2 Fan Daemon

Posted: Sat May 14, 2016 7:06 am
by ispyisail
as always, thanks

Re: WRT1900ACv1/2 Fan Daemon

Posted: Sun Jun 12, 2016 2:14 pm
by karenmcd
Digging up an old post -

My WRT1900ACs (both v2) are running at around 70C - I'm wondering if I have to install this fan Daemon for the fan to work, or if it's already included in the current release? Can I install it as a plug-in? Or do I need to SSH into the router?

Thanks,
Karen

Re: WRT1900ACv1/2 Fan Daemon

Posted: Sun Jun 12, 2016 6:22 pm
by Lantis
Not included by default.
I don't think the v2 or ACS have fans? You can see through the top grill pretty easily if they do.

Sorry the title is misleading.

Re: WRT1900ACv1/2 Fan Daemon

Posted: Mon Jun 13, 2016 2:13 pm
by padlak
Hi,
Just to confirm, Linksys 1900 ACS haven't got fan, it has bigger radiator instead.

Re: WRT1900ACv1/2 Fan Daemon

Posted: Sun Aug 07, 2016 6:44 pm
by dalkantrell
Can someone explain to me the steps to install the fan daemon or point me to something that explains step by step? I don't know anything about this.

Re: WRT1900ACv1/2 Fan Daemon

Posted: Sun Aug 07, 2016 8:54 pm
by Lantis

Code: Select all

wget -O /tmp/install.sh http://lantisproject.com/gargoyle_mvebu/fan_daemon/install_fan_daemon.sh
sh /tmp/install.sh -install
You should see some output messages when this script runs to tell you that it has done everything.
You can then do a "logread" after and see what speed it has set the fan to.

Re: WRT1900ACv1/2 Fan Daemon

Posted: Sun Aug 07, 2016 9:30 pm
by dalkantrell
My issue is I don't know what to do with the code/script. How do I 'put it in the router'. Do I have to enable remote SSH access. And where do I learn about using SSH? I have no idea how to do that at all. :( I'm a little worried as the CPU on the router has a temperature reading of about 158F/70C. I am willing to learn but I'm really lost.

Re: WRT1900ACv1/2 Fan Daemon

Posted: Mon Aug 08, 2016 2:26 am
by Lantis
viewtopic.php?f=8&t=8505

Follow those instructions until "Congrats you're in!"

Re: WRT1900ACv1 Fan Daemon

Posted: Wed Aug 10, 2016 7:09 pm
by dalkantrell
Thank you Lantis! I really appreciate your help.