Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > ACPI and Thermal zones

Reply
Thread Tools Display Modes

ACPI and Thermal zones

 
 
Paul Krueger
Guest
Posts: n/a

 
      02-07-2006
Hi

I try to get the data of the ACPI thermal zones. Currently I don't know how.
As far as I believe I must access the acpi.sys driver "in a way" to get the
data. Unfortunately I dont know how.
When I searched the web for references I found a program named
"mobilemeter". This programm accesses the ACPI in a way and displays the
thermal zone. It looks like this programm accesses the ACPI driver since no
driver is shipped with this program...

Hope anybody has a idea or example. I use VC++ for development...

Thnaks in advance

P.
 
Reply With Quote
 
 
 
 
Ivan Brugiolo [MSFT]
Guest
Posts: n/a

 
      02-07-2006
Some of the ACPI information is exposed through WMI.
If you are interested to this information from user-mode,
please search for `MSACPI_ThermalZoneTemperature`.


--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Paul Krueger" <> wrote in message
news:404AB642-E9C8-4B84-BD8C-...
> Hi
>
> I try to get the data of the ACPI thermal zones. Currently I don't know
> how.
> As far as I believe I must access the acpi.sys driver "in a way" to get
> the
> data. Unfortunately I dont know how.
> When I searched the web for references I found a program named
> "mobilemeter". This programm accesses the ACPI in a way and displays the
> thermal zone. It looks like this programm accesses the ACPI driver since
> no
> driver is shipped with this program...
>
> Hope anybody has a idea or example. I use VC++ for development...
>
> Thnaks in advance
>
> P.



 
Reply With Quote
 
Paul Krueger
Guest
Posts: n/a

 
      02-07-2006
> If you are interested to this information from user-mode,
> please search for `MSACPI_ThermalZoneTemperature`.


Great!

I searched the web but I did not find it in the MSDN described. Am I too
stupid or what is the problem?

Thnaks

P.
 
Reply With Quote
 
Ivan Brugiolo [MSFT]
Guest
Posts: n/a

 
      02-07-2006
From the documentation point of view,
the classes under root\WMI are advertised by installed drivers, and,
they are supposed to be self documenting, by virtue of having
a "textual" representation in the form of a MOF.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Paul Krueger" <> wrote in message
news:2E432567-A96F-4512-823F-...
>> If you are interested to this information from user-mode,
>> please search for `MSACPI_ThermalZoneTemperature`.

>
> Great!
>
> I searched the web but I did not find it in the MSDN described. Am I too
> stupid or what is the problem?
>
> Thnaks
>
> P.



 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      02-09-2006
On most mobos and laptops of Pentium-III era the temperature sensors were
NOT available via WMI due to some ACPI issues in the BIOS. Only the chipset
dependent "motherboard monitors" or "AsusProbes" could help.

Maybe it is not so on more modern computers. Same situation is with the fan
speeds.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com

"Ivan Brugiolo [MSFT]" <> wrote in message
news:%...
> Some of the ACPI information is exposed through WMI.
> If you are interested to this information from user-mode,
> please search for `MSACPI_ThermalZoneTemperature`.
>
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of any included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
>
> "Paul Krueger" <> wrote in message
> news:404AB642-E9C8-4B84-BD8C-...
> > Hi
> >
> > I try to get the data of the ACPI thermal zones. Currently I don't know
> > how.
> > As far as I believe I must access the acpi.sys driver "in a way" to get
> > the
> > data. Unfortunately I dont know how.
> > When I searched the web for references I found a program named
> > "mobilemeter". This programm accesses the ACPI in a way and displays the
> > thermal zone. It looks like this programm accesses the ACPI driver since
> > no
> > driver is shipped with this program...
> >
> > Hope anybody has a idea or example. I use VC++ for development...
> >
> > Thnaks in advance
> >
> > P.

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DST and Time Zones Kilroy Was Here Windows Vista Performance 0 03-14-2008 04:24 PM
Multiple Zones Glen Windows Vista Music, Pictures and Video 0 12-06-2007 05:23 PM
CPU Thermal Compound and Thermal Grease. Which is better? GT Windows Vista Hardware 7 05-04-2007 05:09 AM
How to remove thermal paste the right way without damaging CPU or GT Windows Vista Hardware 7 04-29-2007 03:20 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59