> OK, I will be glad to test further. > Ok I think I found it.: Please change this: do_rdmsr(data->id, MSR_IA32_THERM_CONTROL, &eax, &edx); Into this: do_rdmsr(data->id, MSR_IA32_THERM_STATUS, &eax, &edx); It should work ... Thanks, Rudolf
> OK, I will be glad to test further. > Ok I think I found it.: Please change this: do_rdmsr(data->id, MSR_IA32_THERM_CONTROL, &eax, &edx); Into this: do_rdmsr(data->id, MSR_IA32_THERM_STATUS, &eax, &edx); It should work ... Thanks, Rudolf