Tagged Questions

3
votes
1answer
478 views

open source software to control computer fan speed

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 ...
1
vote
2answers
261 views

How to find motherboard info using CPUID?

I am trying to develop a C function for getting some motherboard info (name, id, etc.) but I can't find where these info are stored. I had a look at CPUID but I could't find anything related to the ...
1
vote
5answers
901 views

Getting CPU or motherboard serial number?

I've been trying (for over a week, now) to get the CPU serial or motherboard serial using C or Python code for licensing purposes, is it even possible?
0
votes
0answers
257 views

help me control speed of fans connected to motherboard programmatically [closed]

Possible Duplicate: How can I control my PC's fan speed using C++ in Vista? I am trying to write a program that controls my computer cooling fans... but I am having trouble figuring it ...
-1
votes
1answer
275 views

What is the purpose of mother board? [closed]

I feel mother board is required for supplying the power to various components and act as a bus for all the devices on board. But, how does one address various devices attached to mother board? Can ...