On Tue, Aug 23, 2011 at 10:40 PM, Andreas Radke <[email protected]>wrote:

> Am Wed, 24 Aug 2011 02:12:20 +0200
> schrieb "Adrian C." <[email protected]>:
>
> > I have not heard from you. I can't change the default without
> > verifying it works.
> >
> >
>
> Sry for silence. The change fixed it indeed for me as exepcted. I had a
> 2nd widgets/thermal.lua in my users homedir that made it ignoring my
> changes. So it was my fault.
>
>
> It should be safe to change now the default to
>
>  ["core"] = {"/sys/devices/platform/",  file = "temp2_input",div =
>  1000},
>
> Thank you.
>
> -Andy
>
> --
> To unsubscribe, send mail to [email protected].
>


Hello,

I'm a little late to kernel 3, and just got hit by this.

My machine has 12 cores, and /sys/devices/platform/coretemp.0 (also
coretemp.1) both have the following.

temp2_input
temp3_input
temp4_input

temp10_input
temp11_input
temp12_input

With the old coretemp, I had a temp1_input inside coretemp.0,
coretemp.1..... coretemp.11

In other words, if I replace temp1_input with temp2_input the following
lines from my rc.lua return the temps from cores 1 & 7.

vicious.register(cputemp, vicious.widgets.thermal,  '$1', 19, {
"coretemp.0", "core"})
vicious.register(cputemp1, vicious.widgets.thermal, '$1', 19, {
"coretemp.1", "core"})

Any ideas for adjusting to this format?

Thanks,
Alan

Reply via email to