public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* no config opt for k8temp in 3.6.11
@ 2013-01-04 14:25 Steven A. DuChene
  2013-01-04 20:35 ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Steven A. DuChene @ 2013-01-04 14:25 UTC (permalink / raw)
  To: linux-kernel

I have a few systems with AMD processors. One is a AMD Phenom II based system which uses a k10temp kernel module to get the CPU temperature. Another system has an Athlon64 processor which apparently is supposed to use a k8temp module to do the same thing. I have built a 3.6.11 kernel for each system that otherwise runs OpenSuSE-11.X. On the Phenom system the k10temp module is gets built and performs as expected. However on the Atlnon system even though I see the k8temp.c source file in the drivers/hwmon directory there does not seem to be a way in the kernel config files available from the 3.6.11 kernel sources to actually select that the k8temp module should be built. Is this some oversight in the makeup of the kernel config files or am I missing something obvious?

Please CC me on replies as I am not normally subscribed to the kernel mailing list.

Thanks
--
Steven DuChene



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

* Re: no config opt for k8temp in 3.6.11
  2013-01-04 14:25 no config opt for k8temp in 3.6.11 Steven A. DuChene
@ 2013-01-04 20:35 ` Borislav Petkov
  0 siblings, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2013-01-04 20:35 UTC (permalink / raw)
  To: Steven A. DuChene; +Cc: linux-kernel

On Fri, Jan 04, 2013 at 09:25:14AM -0500, Steven A. DuChene wrote:
> I have a few systems with AMD processors. One is a AMD Phenom II based
> system which uses a k10temp kernel module to get the CPU temperature.
> Another system has an Athlon64 processor which apparently is supposed
> to use a k8temp module to do the same thing. I have built a 3.6.11
> kernel for each system that otherwise runs OpenSuSE-11.X. On the
> Phenom system the k10temp module is gets built and performs as
> expected. However on the Atlnon system even though I see the k8temp.c
> source file in the drivers/hwmon directory there does not seem to be
> a way in the kernel config files available from the 3.6.11 kernel
> sources to actually select that the k8temp module should be built. Is
> this some oversight in the makeup of the kernel config files or am I
> missing something obvious?

That's strange, I can select all the AMD power drivers on 3.6.11:

$ grep -E "^CONFIG_SENSORS" .config
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_K10TEMP=m
CONFIG_SENSORS_FAM15H_POWER=m

Can you do 'make mrproper' and try regenerating your config? But
remember, mrproper will remove your .config so you might want to save
that upfront in case you need it.

HTH.

-- 
Regards/Gruss,
Boris.

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

* Re: no config opt for k8temp in 3.6.11
@ 2013-01-05  4:15 Steven A. DuChene
  0 siblings, 0 replies; 3+ messages in thread
From: Steven A. DuChene @ 2013-01-05  4:15 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: linux-kernel

When I do a grep for K8 in my .config file all I get is the following:

> grep -i k8 /usr/local/hugedisk/src/linux-3.6.11/.config
CONFIG_MK8=y
CONFIG_X86_POWERNOW_K8=y

When I try your grep command I get:

> grep -E "^CONFIG_SENSORS" /usr/local/hugedisk/src/linux-3.6.11/.config|grep K
CONFIG_SENSORS_K10TEMP=m

I will try doing a make mrproper and see if anything changes.

Thanks for the reply.
--
Steven DuChene


-----Original Message-----
>From: Borislav Petkov <bp@alien8.de>
>Sent: Jan 4, 2013 3:35 PM
>To: "Steven A. DuChene" <linux-clusters@mindspring.com>
>Cc: linux-kernel@vger.kernel.org
>Subject: Re: no config opt for k8temp in 3.6.11
>
>On Fri, Jan 04, 2013 at 09:25:14AM -0500, Steven A. DuChene wrote:
>> I have a few systems with AMD processors. One is a AMD Phenom II based
>> system which uses a k10temp kernel module to get the CPU temperature.
>> Another system has an Athlon64 processor which apparently is supposed
>> to use a k8temp module to do the same thing. I have built a 3.6.11
>> kernel for each system that otherwise runs OpenSuSE-11.X. On the
>> Phenom system the k10temp module is gets built and performs as
>> expected. However on the Atlnon system even though I see the k8temp.c
>> source file in the drivers/hwmon directory there does not seem to be
>> a way in the kernel config files available from the 3.6.11 kernel
>> sources to actually select that the k8temp module should be built. Is
>> this some oversight in the makeup of the kernel config files or am I
>> missing something obvious?
>
>That's strange, I can select all the AMD power drivers on 3.6.11:
>
>$ grep -E "^CONFIG_SENSORS" .config
>CONFIG_SENSORS_K8TEMP=m
>CONFIG_SENSORS_K10TEMP=m
>CONFIG_SENSORS_FAM15H_POWER=m
>
>Can you do 'make mrproper' and try regenerating your config? But
>remember, mrproper will remove your .config so you might want to save
>that upfront in case you need it.
>
>HTH.
>
>-- 
>Regards/Gruss,
>Boris.




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

end of thread, other threads:[~2013-01-05  4:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 14:25 no config opt for k8temp in 3.6.11 Steven A. DuChene
2013-01-04 20:35 ` Borislav Petkov
  -- strict thread matches above, loose matches on Subject: below --
2013-01-05  4:15 Steven A. DuChene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox