Click here to Skip to main content
15,893,594 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Dead PC ... power supply problem ? Pin
Dan Neely19-Oct-09 4:00
Dan Neely19-Oct-09 4:00 
GeneralRe: Dead PC ... power supply problem ? Pin
Luc Pattyn19-Oct-09 4:35
sitebuilderLuc Pattyn19-Oct-09 4:35 
GeneralRe: Dead PC ... power supply problem ? Pin
Dan Neely19-Oct-09 5:26
Dan Neely19-Oct-09 5:26 
GeneralRe: Dead PC ... power supply problem ? Pin
Luc Pattyn19-Oct-09 5:44
sitebuilderLuc Pattyn19-Oct-09 5:44 
QuestionReading CPU Fan Speed from the BIOS Pin
BIJU Manjeri12-Oct-09 23:56
BIJU Manjeri12-Oct-09 23:56 
AnswerRe: Reading CPU Fan Speed from the BIOS Pin
Richard MacCutchan13-Oct-09 0:46
mveRichard MacCutchan13-Oct-09 0:46 
AnswerRe: Reading CPU Fan Speed from the BIOS Pin
Luc Pattyn13-Oct-09 3:36
sitebuilderLuc Pattyn13-Oct-09 3:36 
AnswerRe: Reading CPU Fan Speed from the BIOS Pin
Dave Kreskowiak13-Oct-09 4:46
mveDave Kreskowiak13-Oct-09 4:46 
It IS implemented by Microsoft. That's why you even have the class in the first place. The problem is that the Fan class does not provide the speed information. You would have known this if you read the documentation on the Win32_Fan class.

There is no Microsoft-supplied class that returns CPU speed. This would be provided by the manufacturer of the motherboard, IF AT ALL! You'd look in a different namespace with the WMI class for one of these, not in root\CIMV2.

For example, on my HP desktop machine, the namespace to find the HP supplied class for fan speed is in root\HP\InstrumentedBIOS. The full class path is HP_BIOSSensor\HP_BIOSNumericSensor\HPBIOS_BIOSNumericSensor. The machine I'm on supplies 4 instances of the HPBIOS_BIOSNumericSensor class. The first instance returns the CPU fan speed, the second is the chassis fan speed, the third is the CPU temp, and the forth is chassis ambient temp. These values are not returned at normal temperature and speed values, but values on a mapped scale. Since there is no documentation on these scales (that I can find right now), I'd have to do some research into what those values scale to and what they really mean.

Not all motherboard manufacturers supply this kind of information through WMI. In fact, most do not.

Oh! Where did I get this information?? It wasn't with Google or some mystical oracle. I used this little tool[^]. It's a MUST HAVE for doing WMI work.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Reading CPU Fan Speed from the BIOS Pin
BIJU Manjeri13-Oct-09 17:57
BIJU Manjeri13-Oct-09 17:57 
AnswerRe: Reading CPU Fan Speed from the BIOS Pin
Dan Neely13-Oct-09 5:52
Dan Neely13-Oct-09 5:52 
QuestionDid I kill my wireless router? Pin
puromtec112-Oct-09 16:51
puromtec112-Oct-09 16:51 
AnswerRe: Did I kill my wireless router? Pin
Richard MacCutchan12-Oct-09 22:47
mveRichard MacCutchan12-Oct-09 22:47 
GeneralRe: Did I kill my wireless router? Pin
puromtec113-Oct-09 17:38
puromtec113-Oct-09 17:38 
GeneralRe: Did I kill my wireless router? Pin
Richard MacCutchan14-Oct-09 2:24
mveRichard MacCutchan14-Oct-09 2:24 
AnswerRe: Did I kill my wireless router? Pin
Luc Pattyn13-Oct-09 4:31
sitebuilderLuc Pattyn13-Oct-09 4:31 
GeneralRe: Did I kill my wireless router? Pin
puromtec113-Oct-09 17:55
puromtec113-Oct-09 17:55 
QuestionNeed help to finish script for sorting and renaming Local Area Connections Pin
lunjaa7-Oct-09 4:49
lunjaa7-Oct-09 4:49 
AnswerRe: Need help to finish script for sorting and renaming Local Area Connections Pin
lunjaa11-Jan-10 10:07
lunjaa11-Jan-10 10:07 
QuestionRead Data from multiple RS232 Ports Pin
AB_dev7-Oct-09 3:22
AB_dev7-Oct-09 3:22 
AnswerRe: Read Data from multiple RS232 Ports Pin
Luc Pattyn13-Oct-09 3:32
sitebuilderLuc Pattyn13-Oct-09 3:32 
QuestionRead data from usb Pin
hande545-Oct-09 8:06
hande545-Oct-09 8:06 
AnswerRe: Read data from usb Pin
Richard MacCutchan5-Oct-09 10:58
mveRichard MacCutchan5-Oct-09 10:58 
GeneralRe: Read data from usb Pin
hande545-Oct-09 11:32
hande545-Oct-09 11:32 
GeneralRe: Read data from usb Pin
Richard MacCutchan5-Oct-09 11:35
mveRichard MacCutchan5-Oct-09 11:35 
QuestionWM_DEVICECHANGE message with monitor Pin
keancaptinh4-Oct-09 16:40
keancaptinh4-Oct-09 16:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.