I have Linksys wrt1900 Model with Openwrt software
i need some help regarding Fan Control I want script related to continuously fan running (Non Stop)
I also check others scripts but fan auto off after 4 to 5 minutes.
DGdodo
April 7, 2024, 7:04pm
2
SafiUllah65,
Welcome to the OpenWrt forum.
Did you read the following topic:
Automatic fan control
Runs as a daemon, MUCH FASTER than a cron job
Create two files "fan_control" "fan_monitor" and UL them into the proper dir(s)
/etc/init.d/fan_control
All this script file does is start/stop the daemon and auto-start up at bootup
/usr/sbin/fan_monitor
All this script file does is to monitor temperatures and turn on/off the fan
Delete the stock cron job for fan control.
start/stop from the command line
/etc/init.d/fan_control start
/etc/init.d/fan_control stop
fan_…
A lot of info and settings are there.
Hopefully it helps you control your fan.
One other way is to give the fan its own 'specific' power (5Volt?) and you do not need the fan control at all.
DGDodo.