Bitcoin Forum

Other => Beginners & Help => Topic started by: biomann on June 19, 2011, 05:40:01 PM



Title: automatic fanspeed depending on gpu temperature (linux)
Post by: biomann on June 19, 2011, 05:40:01 PM
Hey guys,

i wrote a script which controls the GPUs fanspeed depending on its temperature on linux-machines. and because i am "locked" to this newbie section, i´m going to post this script here and provide some support/troubleshooting on this. I am using this scripts for some days now and it runs just fine.

You can find the script here:

http://pastebin.com/kz1Fsb1Z

I wrote a script which starts mining, overclocks my cards and starts this script for each card.

The recommended way to use this script is running it in a screen-session. For running this on your first GPU start the script like this:

screen -dmS fan0 /home/{username}/autofan.sh 0

I´d like to receive some feedback on this, i hope it will be useful to you.


Title: Re: automatic fanspeed depending on gpu temperature (linux)
Post by: The LT on August 22, 2011, 11:43:09 PM
Nice script, but it really needs to be launched as a daemon rather than a screen session, so it could be launched from init scripts.


Title: Re: automatic fanspeed depending on gpu temperature (linux)
Post by: NowMining on August 23, 2011, 12:19:36 AM
Useful. Using it now!