You are not logged in.
Pages: 1
Hi!
Can anyone tell me if Speedstepping should work with Arch and Intel Atom? I've got an Intel Atom based system but I've had no luck with cpufreq.
Modprobing the modules give me errors like this
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.28-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
I've been trying to follow how to's like this http://wiki.archlinux.org/index.php/Cpufreq
Thanks in advance!
Offline
Depends on what atom you have. the n270 supports speedstepping - but the best is, to use the ondemand govenor and let the cpu scale itself.
Offline
Try modprobing acpi_cpufreq twice. I remember at some point this solved my problem with this error.
In love I believe and in Linux I trust
Offline
It's Atom 330 and after that being said I can do a little Google search and find out that it doesn't support Speedstep. Silly me...
Is it possible to use cpu frequency scaling with it even though it doesn't support Speedstep?
Offline
Sorry, for answering so many days later, but the answer is: no - it is not possible. But forget speedstepping the atom uses so less power that it doesnt matter
Offline
it seems to me that actually atom 330 supports only "powersave" mode which lower cpu frequency at 200 MHz (more or less a router's speed) or "userspace" mode so you can fix manually the frequency in a range (200 MHz, 400 MHz, 600 MHz, 800 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.60 GHz).
the modules are: p4-clockmod cpufreq_powersave cpufreq_userspace
Offline
So there is lots of different frequencies but I can't change those on demand? Sounds strange to me...
Offline
p4-clockmod doesn't actually do freq scaling, it does what the module says - modulation. Which is a whole different thing that doesn't actually bring any benefits. I've had a nice link where all this was explained, but I can't seem to find it now...
Edit: Found it - http://www.codemonkey.org.uk/2009/01/18 … 4clockmod/
Last edited by Gusar (2010-04-22 20:41:17)
Offline
Pages: 1