Hi, coretemp doesn't seems to work with Atom N270 processors.
However, I get it run by changing the line 419 of its source code from:
                        (c->x86_model == 0x16) || (c->x86_model == 0x17) {
to
                        (c->x86_model == 0x16) || (c->x86_model == 0x17)  || 
(c->x86_model == 0x1C))) {

I attached my new coretemp source file and the changes.

I don't know how to use "git", I'm sorry. Here is what it would look
like…

coretemp changesline 413
        for_each_online_cpu(i) {
                struct cpuinfo_x86 *c = &cpu_data(i);

−−                      /* check if family 6, models 0xe, 0xf, 0x16, 0x17 */
++                      /* check if family 6, models 0xe, 0xf, 0x16, 0x17, 0x28 
*/
                        if ((c->cpuid_level < 0) || (c->x86 != 0x6) ||
                    !((c->x86_model == 0xe) || (c->x86_model == 0xf) ||
--                      (c->x86_model == 0x16) || (c->x86_model == 0x17))) {
++                      (c->x86_model == 0x16) || (c->x86_model == 0x17)  || 
(c->x86_model == 0x28))) {


** Attachment added: "Allows atom cpus to be recognize by coretemp"
   http://launchpadlibrarian.net/29801554/coretemp.c

-- 
Coretemp outdated / can't show 45nm core temps
https://bugs.launchpad.net/bugs/235119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to