Hi, Please don't top-post. On Sat, 24 Sep 2011 08:19:34 -0700 (PDT), Audio Phile wrote: > Thank you for the suggestion, Guenter. Unfortunately, I think I lack the imagination to turn this output into something useful. For example, consider below, the Cores are still numbers 0, 1, 9, 10 for the > "coretemp-isa-0000" sensor and the same for the "coretemp-isa-0004" sensor. How can I renumber them so that: Which 'output" are you talking about? Guenter gave you lines to put in a configuration file. > coretemp-isa-0000 > Core 0 --> Core 0 > Core1 --> Core 1 > > Core 9 --> Core 2 > > Core 10 --> Core 3 > > coretemp-isa-0004 > Core 0 --> Core 4 > > Core1 --> Core 5 > > Core 9 --> Core 6 > > Core 10 --> Core 7 > > Does my question make sense? Thanks again! The original core numbering is very odd to start with. Not the fact that core numbers are reused, this is as expected. What's odd is the jump from 1 to 9. I seem to remember a similar case being reported a few weeks or months ago. Can you attach the contents of /proc/cpuinfo? > $ sensors -u coretemp-isa-0000 > coretemp-isa-0000 > Adapter: ISA adapter > Core 0: > temp2_input: 61.000 > temp2_max: 85.000 > temp2_crit: 95.000 > temp2_crit_alarm: 0.000 > Core 1: > temp3_input: 61.000 > temp3_max: 85.000 > temp3_crit: 95.000 > temp3_crit_alarm: 0.000 > Core 9: > temp11_input: 62.000 > temp11_max: 85.000 > temp11_crit: 95.000 > Core 10: > temp12_input: 63.000 > temp12_max: 85.000 > temp12_crit: 95.000 > > $ sensors -u coretemp-isa-0004 > coretemp-isa-0004 > Adapter: ISA adapter > Core 0: > temp2_input: 53.000 > temp2_max: 85.000 > temp2_crit: 95.000 > temp2_crit_alarm: 0.000 > Core 1: > temp3_input: 54.000 > temp3_max: 85.000 > temp3_crit: 95.000 > temp3_crit_alarm: 0.000 > Core 9: > temp11_input: 59.000 > temp11_max: 85.000 > temp11_crit: 95.000 > Core 10: > temp12_input: 59.000 > temp12_max: 85.000 > temp12_crit: 95.000 As Guenter's advice was apparently not clear enough for you, I'll try to be more expliti. Create file /etc/sensors.d/cores.conf and put the following statements in it: chip "coretemp-isa-0000" label temp2 "Core 0" label temp3 "Core 1" label temp11 "Core 2" label temp12 "Core 3" chip "coretemp-isa-0004" label temp2 "Core 4" label temp3 "Core 5" label temp11 "Core 6" label temp12 "Core 7" This should lead to the "sensors" output you expect (which makes little sense to me but really that's up to you.) -- Jean Delvare _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors