All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Sempron 2800+
@ 2006-09-12 16:57 shin, jacob
  2006-09-12 20:31 ` Arik Raffael Funke
  0 siblings, 1 reply; 5+ messages in thread
From: shin, jacob @ 2006-09-12 16:57 UTC (permalink / raw)
  To: Arik Raffael Funke, cpufreq

On Tuesday, September 12, 2006 11:03 AM Arik Raffael Funke wrote:

> dmesg | grep powern reports nothing at all... Is that supposed to be a
> good or bad thing? I fear for the latter. ;-)
> 
> Is there anything else I could provide to help with diagnosis?

It is very possible that your Sempron does not support frequency
scaling.  Easy way to check is with cpuid instruction.

Could you compile and run the following and copy us on the output?

Thanks,

Jacob Shin
AMD, Inc.

---

#include <stdio.h>

int main() {
	unsigned int my_edx;

	asm ("cpuid"
		: "=d"(my_edx)
		: "a"(0x80000007)
	);

	printf("%08x\n", my_edx);
	return 0;
}

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Sempron 2800+
@ 2006-09-12 14:11 Arik Raffael Funke
  2006-09-12 14:42 ` Langsdorf, Mark
  0 siblings, 1 reply; 5+ messages in thread
From: Arik Raffael Funke @ 2006-09-12 14:11 UTC (permalink / raw)
  To: cpufreq

Hello,

I am using kernel version 2.6.17.11 with built-in cpufreq support on a 
AMD Sempron 2800+. However, I do not have the directory 
/sys/devices/system/cpu/cpu0/cpufreq/

Can anybody tell me why? Does my cpu not support cpufreq or have i 
forgotten to select some kernel modules/configuration?

Cheers,
Arik

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

end of thread, other threads:[~2006-09-12 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 16:57 Sempron 2800+ shin, jacob
2006-09-12 20:31 ` Arik Raffael Funke
  -- strict thread matches above, loose matches on Subject: below --
2006-09-12 14:11 Arik Raffael Funke
2006-09-12 14:42 ` Langsdorf, Mark
2006-09-12 16:03   ` Arik Raffael Funke

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.