All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] "modprobe coretemp" fails in Fedora Core 12
@ 2009-11-22  6:58 jrickman
  2009-11-25  8:51 ` Jean Delvare
  2009-11-25 16:02 ` jrickman
  0 siblings, 2 replies; 3+ messages in thread
From: jrickman @ 2009-11-22  6:58 UTC (permalink / raw)
  To: lm-sensors

When running "modprobe coretemp" in Fedora Core 12, the module fails to load.

Output from /var/log/messages:
Nov 22 00:30:15 acer-nas-01 kernel: i2c /dev entries driver
Nov 22 00:30:20 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
Nov 22 00:30:20 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
Nov 22 00:33:15 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
Nov 22 00:33:15 acer-nas-01 kernel: coretemp: Unknown CPU model 1c

Server is Acer H340 NAS with Intel Atom 230 CPU. Also tested on SuperMicro
MBD-X7SLA-H-O motherboard with Atom 330 CPU.

Both systems have the following files loaded:
lm_sensors.x86_64              3.1.1-4.fc12
lm_sensors-libs.x86_64         3.1.1-4.fc12

Is there a solution to this problem?

Is more info needed to diagnose this problem?



_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [lm-sensors] "modprobe coretemp" fails in Fedora Core 12
  2009-11-22  6:58 [lm-sensors] "modprobe coretemp" fails in Fedora Core 12 jrickman
@ 2009-11-25  8:51 ` Jean Delvare
  2009-11-25 16:02 ` jrickman
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-11-25  8:51 UTC (permalink / raw)
  To: lm-sensors

On Sun, 22 Nov 2009 00:58:36 -0600 (CST), jrickman@myamigos.us wrote:
> When running "modprobe coretemp" in Fedora Core 12, the module fails to load.
> 
> Output from /var/log/messages:
> Nov 22 00:30:15 acer-nas-01 kernel: i2c /dev entries driver
> Nov 22 00:30:20 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
> Nov 22 00:30:20 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
> Nov 22 00:33:15 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
> Nov 22 00:33:15 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
> 
> Server is Acer H340 NAS with Intel Atom 230 CPU. Also tested on SuperMicro
> MBD-X7SLA-H-O motherboard with Atom 330 CPU.
> 
> Both systems have the following files loaded:
> lm_sensors.x86_64              3.1.1-4.fc12
> lm_sensors-libs.x86_64         3.1.1-4.fc12
> 
> Is there a solution to this problem?

Support for the Intel Atom was only added to the coretemp driver in
kernel 2.6.32, which should be released within a week or two now.

When kernel 2.6.32 is released, you will have to upgrade to this
kernel, or backport the coretemp driver from that kernel to the one
you're running.

-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [lm-sensors] "modprobe coretemp" fails in Fedora Core 12
  2009-11-22  6:58 [lm-sensors] "modprobe coretemp" fails in Fedora Core 12 jrickman
  2009-11-25  8:51 ` Jean Delvare
@ 2009-11-25 16:02 ` jrickman
  1 sibling, 0 replies; 3+ messages in thread
From: jrickman @ 2009-11-25 16:02 UTC (permalink / raw)
  To: lm-sensors

> On Sun, 22 Nov 2009 00:58:36 -0600 (CST), jrickman@myamigos.us wrote:
>> When running "modprobe coretemp" in Fedora Core 12, the module fails to
>> load.
>>
>> Output from /var/log/messages:
>> Nov 22 00:30:15 acer-nas-01 kernel: i2c /dev entries driver
>> Nov 22 00:30:20 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
>> Nov 22 00:30:20 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
>> Nov 22 00:33:15 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
>> Nov 22 00:33:15 acer-nas-01 kernel: coretemp: Unknown CPU model 1c
>>
>> Server is Acer H340 NAS with Intel Atom 230 CPU. Also tested on
>> SuperMicro
>> MBD-X7SLA-H-O motherboard with Atom 330 CPU.
>>
>> Both systems have the following files loaded:
>> lm_sensors.x86_64              3.1.1-4.fc12
>> lm_sensors-libs.x86_64         3.1.1-4.fc12
>>
>> Is there a solution to this problem?
>
> Support for the Intel Atom was only added to the coretemp driver in
> kernel 2.6.32, which should be released within a week or two now.
>
> When kernel 2.6.32 is released, you will have to upgrade to this
> kernel, or backport the coretemp driver from that kernel to the one
> you're running.
>
> --
> Jean Delvare
> http://khali.linux-fr.org/wishlist.html
>

Thank you very much for the update. I will look forward to the next kernel
release.



_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-25 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22  6:58 [lm-sensors] "modprobe coretemp" fails in Fedora Core 12 jrickman
2009-11-25  8:51 ` Jean Delvare
2009-11-25 16:02 ` jrickman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.