Michael Nelson wrote: > On Wed, Sep 27, 2006 at 08:20:51AM +0200, Rudolf Marek wrote: > > >> Please add this two printk to this code: >> >> data->therm_status = eax; >> printk("EAX from MSR %x\n", eax); >> >> /* update only if data has been valid */ >> if (eax & 0x80000000) { >> printk("in temp condition\n"); >> > > Uhhhh... add them WHERE? > > Find this line: data->therm_status = eax; on next line add printk("EAX from MSR %x\n", eax); and find this line: if (eax & 0x80000000) { and on next line add printk("in temp condition\n"); Thanks. > BTW, the hw monitoring chip on my motherboard (Asus P5B Deluxe WiFi) already > does report CPU temp. > Yes but I need to test this ;) Thanks, Rudolf