So I asked a similar question here but it was considered a duplicate: help me control speed of fans connected to motherboard programmatically

This time I will be a little bit more specific...

Are there any open source projects that can control the pwm frequency of a motherboard fan header. Please share links. The only software I can find is Speedfan and it does not seem to make the source available.

The next best thing I found was openhardwaremonitor, but it does not control fan speeds yet according to the issues list on google code.

-- edit --

I am mainly interested in Windows at this time, although a cross platform project would be great.

link|improve this question

1  
Are you looking for working software, or just the code to do this with an open source licence? Please clarify this. There are probably relevant answers about APIs for controlling fans at stackoverflow.com/questions/786984/…. You included a C# tag so I'm assuming this is an indication that you are using the Windows platform. – Brian Lyttle May 30 '11 at 22:49
I edited my post to specify Windows. I am looking for working code that I could read over. I want to understand how it works. – user319862 May 30 '11 at 22:55
feedback

1 Answer

lm-sensors provides a fancontrol tool that can change the speed of your fans, along with some nice calibration tools to help you maintain reasonable temperatures with minimum energy and noise. Excellent tools.

link|improve this answer
I upvoted this because I did not specify Windows and this is a good tool for linux – user319862 May 30 '11 at 22:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.