Hi jkim.
On Wed, 5 May 2010 13:51:10 -0400
Jung-uk Kim wrote:
> > 11 - 0x01 = +10C
> > 11 - 0x18 = -13C
> > 11 - 0x3f = -52C
> > [*] http://support.amd.com/us/Processor_TechDocs/31116.pdf
> AMD keeps flipping the sign from core to core. :-( Please see
> AMDTEMP_FLAG_DO_SIGN for Family 0Fh, for e
On Wednesday 05 May 2010 01:51 pm, Jung-uk Kim wrote:
> On Wednesday 05 May 2010 02:43 am, Norikatsu Shigemura wrote:
> > Hi jkim.
> >
> > I can't get CPU temperature via amdtemp(4). So I researched,
> > but I can't fix this issue, maybe initialization problem. Please
> > help me!
> >
> >
On Wednesday 05 May 2010 02:43 am, Norikatsu Shigemura wrote:
> Hi jkim.
>
> I can't get CPU temperature via amdtemp(4). So I researched, but
> I can't fix this issue, maybe initialization problem. Please help
> me!
>
> 1st issue in amdtemp_gettemp function:
>
Hi jkim.
I can't get CPU temperature via amdtemp(4). So I researched, but
I can't fix this issue, maybe initialization problem. Please help
me!
1st issue in amdtemp_gettemp function:
now:offset += (diode_offset - 11) * 10; is BAD