Page 1 of 1

CPU Temperature in SMBIOS Table

Posted: Fri Oct 29, 2010 4:17 pm
by Breaknus
Probably it is a silly question, but how to read cpu temp from smbios table? I have located one and read smbios spec already. First I thought, that cpu temp i needed will be in type 28 (Temperatute probe) structure... but there are only max and min values, am i right? Then I thought that i must access Management Device (through address in type 35 structure). Even if I am right, I don't know how to do it =( Need your help =)