wvlad
15
I did find the answer myself, just read the entire topic above, provided by sincere @Johnex. So the answer is - optimal T for the motherboard used at this router is 0-65 С.
Fan wont launch until T become too hot - this is a bug at soft, fan should work. If you are familiar with Linux CLI, in order to launch a fan we need to:
1. ssh root@ip-address-of-a-router # use password from
2. /etc/init.d/gl_fan stop # that command will stop the daemon responsible for fan
3. echo 255 > /sys/class/thermal/cooling_device0/cur_state # that will set up the max speed of fan
I did the steps above and that worked perfectly fan is having its fun now!)
However I think it would be great to have schedule that will track the T and will adjust its speed automatically, wouldn’t it?