Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hola guys
I've wrote a simple daemon to regulate the fanspeed by the hdd temperature, because my girlfriend booted me out of my computer, so i had to entertain myself with something.
It works (maybe) this way : if the temperature exceeds the temp_max, the fan runs at the high speed. if the temperature is below this, but is greater then temp_min, the fan runs at half-speed. temps below the temp_min stops the fan. the hdd temperature is checked each (delay) seconds, the g751 device is opened only for these checks, so other programs can access it with no problems.
testing and feedback will be greatly appreciated, as well as other program ideas
Offline
fonz wrote:
Are there only three different speeds (fast, slow and off) possible with the DNS-313 fan?
unfortunately, yes.
Offline
Generally this daemon works, but have got some weird problem.
When I force fan to go slow or turn off it does that. But after a second or two it starts again and works on the high rpm.
I realize that there have to be some other daemon running, but "ps aux | grep fan" does not display it. I also killed standard daemon manually. How to get this right?
Offline