WRT1900ACv1 Fan Daemon

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

Post Reply
Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

WRT1900ACv1 Fan Daemon

Post 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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: WRT1900ACv1/2 Fan Daemon

Post by ispyisail »

as always, thanks

karenmcd
Posts: 21
Joined: Tue Jan 26, 2016 8:41 pm

Re: WRT1900ACv1/2 Fan Daemon

Post 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

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1900ACv1/2 Fan Daemon

Post 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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

padlak
Posts: 18
Joined: Fri May 20, 2016 7:17 am

Re: WRT1900ACv1/2 Fan Daemon

Post by padlak »

Hi,
Just to confirm, Linksys 1900 ACS haven't got fan, it has bigger radiator instead.

dalkantrell
Posts: 21
Joined: Mon Apr 28, 2014 1:12 pm

Re: WRT1900ACv1/2 Fan Daemon

Post 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.

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1900ACv1/2 Fan Daemon

Post 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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

dalkantrell
Posts: 21
Joined: Mon Apr 28, 2014 1:12 pm

Re: WRT1900ACv1/2 Fan Daemon

Post 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.

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WRT1900ACv1/2 Fan Daemon

Post by Lantis »

viewtopic.php?f=8&t=8505

Follow those instructions until "Congrats you're in!"
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

dalkantrell
Posts: 21
Joined: Mon Apr 28, 2014 1:12 pm

Re: WRT1900ACv1 Fan Daemon

Post by dalkantrell »

Thank you Lantis! I really appreciate your help.

Post Reply