> On Fri June 12 2009, Michael S. Zick wrote: > > The tool does not report read failures. > **BUT** if you remember to "modprobe msr" or have it built in... > Translation: Cockpit error. ;) > > This is why rdmsr-tool reports file errors. Here is the output: DEBNAS:~# for r in 0x1160 0x1161 0x1162 0x1163 0x1164 0x1165 0x1166 0x1167 0x1 168 0x1169 0x116a 0x116b 0x116c 0x1152 0x1153 ; do echo $r '->' `rdmsr -x -0 $r` ;done; 0x1160 -> 00000000000005dc 0x1161 -> 00000000000003e8 0x1162 -> 0000000000000000 0x1163 -> 0000000000000000 0x1164 -> 000000000000005f 0x1165 -> 0000000000000064 0x1166 -> 000000000000007d 0x1167 -> 0000000000000000 0x1168 -> 0000000000000187 0x1169 -> 000000000000001d 0x116a -> 0000000000000003 0x116b -> 00000000000001a6 0x116c -> 00000000000003bf 0x1152 -> e78cb39ff7ffffff 0x1153 -> 0f180f18feffffff via-cputemp-isa-0000 Adapter: ISA adapter Core 0: +28.0 C Tomaz Mertelj