Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Thermal Monitor

Reply
Thread Tools Display Modes

Thermal Monitor

 
 
Tommy
Guest
Posts: n/a

 
      10-20-2009
hi,
Anybody know how to get cpu sensor temperature. I analyze core temp and
other software, i know they all get data from msr by use rdmsr and wdmsr
instruction. I record the ecx, but i cannot find which ecx meaning. For
example, my cpu is amd, look through the amd manul,i am not find the
MSRC0010042 's description.
Anybody know this, please tell me.
Thank you.

 
Reply With Quote
 
 
 
 
Javier Càceres
Guest
Posts: n/a

 
      10-20-2009
Hello Tommy,


I solved with an intel cpu.
I had to write a driver because the read msr funtion runs at ring 0 level.
Intel CPUs have a MSR register which tells you temperature in centigrade
degres.
Intel manuals describe (Volume 1, 2, 3, 3A, 3B) describe all information you
need, so I think it's the same in AMD cpu's.


Javier Andrés Cáceres Alvis
Blog Personal: http://speechflow.spaces.live.com/
Blog Intel: http://software.intel.com/en-us/blog...andrescaceres/

"Tommy" wrote:

> hi,
> Anybody know how to get cpu sensor temperature. I analyze core temp and
> other software, i know they all get data from msr by use rdmsr and wdmsr
> instruction. I record the ecx, but i cannot find which ecx meaning. For
> example, my cpu is amd, look through the amd manul,i am not find the
> MSRC0010042 's description.
> Anybody know this, please tell me.
> Thank you.
>

 
Reply With Quote
 
Tommy
Guest
Posts: n/a

 
      10-21-2009
Hello Javier C*ceres,

Thank you very much! I will check it later.


"Javier C*ceres" <> 写入消息
news:4E5E1628-2E3E-4FED-8699-...
> Hello Tommy,
>
>
> I solved with an intel cpu.
> I had to write a driver because the read msr funtion runs at ring 0 level.
> Intel CPUs have a MSR register which tells you temperature in centigrade
> degres.
> Intel manuals describe (Volume 1, 2, 3, 3A, 3B) describe all information
> you
> need, so I think it's the same in AMD cpu's.
>
>
> Javier Andrés Cáceres Alvis
> Blog Personal: http://speechflow.spaces.live.com/
> Blog Intel:
> http://software.intel.com/en-us/blog...andrescaceres/
>
> "Tommy" wrote:
>
>> hi,
>> Anybody know how to get cpu sensor temperature. I analyze core temp
>> and
>> other software, i know they all get data from msr by use rdmsr and wdmsr
>> instruction. I record the ecx, but i cannot find which ecx meaning. For
>> example, my cpu is amd, look through the amd manul,i am not find the
>> MSRC0010042 's description.
>> Anybody know this, please tell me.
>> Thank you.
>>

 
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
WMI and local thermal Printer Micobo Windows Vista Drivers 0 09-04-2007 04:12 PM
CPU Thermal Compound and Thermal Grease. Which is better? GT Windows Vista Hardware 7 05-04-2007 06:09 AM
Thermal paste ????? Spock Windows 64 Bit 8 12-25-2006 12:28 PM
Thermal error PyRO Windows Media Center 2 02-21-2006 05:16 PM
ACPI and Thermal zones Paul Krueger Windows Vista Drivers 4 02-09-2006 01:18 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