Page 1 of 1

WRT1900AC V1 - Fan always on

Posted: Sat Jul 11, 2020 10:36 pm
by Panch1to
Hello all,

Been using version 1.12.0 for a few days and I like it a lot, but I noticed that the Fan is always on, it seems that the fan control never actually executed, at least I do not see it when I run crontab -l

root@BBOX:/tmp# crontab -l
0,1,11,21,31,41,51 * * * * /usr/bin/set_kernel_timezone >/dev/null 2>&1
0 0,4,8,12,16,20 * * * /usr/bin/backup_quotas >/dev/null 2>&1
0 0,4,8,12,16,20 * * * /tmp/bw_backup/do_bw_backup
0 0,4,8,12,16,20 * * * /tmp/do_webmon_backup

I found several references to a custom script from lantisproject but the scrip is no longer available at that web page, is there something else I can do to enable fan control?

Gargoyle Version:1.12.0
Model:Linksys WRT1900AC
Device Configuration:Gateway
Memory Usage:50.2MB / 245.1MB (20.4%)
Connections:572/4096
CPU Load Averages:0.39 / 0.26 / 0.20 (1/5/15 minutes)
CPU Temperature:51 °C
RAM Temperature:39 °C
Wifi Temperature:41 °C

Re: WRT1900AC V1 - Fan always on

Posted: Sun Jul 12, 2020 9:16 am
by RomanHK
Here's how to do it: https://forum.openwrt.org/t/automatic-f ... 1900ac/223
In my opinion, this will not work for you, because you need the kernel module "kmod-hwmon-pwmfan", which is probably not part of Gargoyle :( .

Re: WRT1900AC V1 - Fan always on

Posted: Sun Jul 12, 2020 2:12 pm
by Panch1to
Sounds like a good fix, is this kernel compatible with Gargoyle v.1.12.0?

Or any other options?

Re: WRT1900AC V1 - Fan always on

Posted: Tue Jul 14, 2020 8:09 am
by Lantis
That script should just work, and is basically a copy of what i had on my server.

Re: WRT1900AC V1 - Fan always on

Posted: Sat Jul 18, 2020 9:25 am
by Panch1to
Right! Except that I can't get my hands on it. The links I've found are no good.

For now I just added a job to the crontable to thje defaul fan_control.hs every five minutes

Re: WRT1900AC V1 - Fan always on

Posted: Sat Jul 18, 2020 10:12 am
by Lantis
The thread linked above contains the script code in the first post.