You are not logged in.
Pages: 1
Hi.
$ sudo modprobe acpi-cpufreq
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.35-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
The module is there:
$ ls -l /lib/modules/2.6.35-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko
-rw-r--r-- 1 root root 16171 Sep 29 08:47 /lib/modules/2.6.35-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko
The wiki says [1] for older CPUs, I have to expect this error, but my CPU isn't really old:
model name : Intel(R) Core(TM)2 Duo CPU T9400
What's wrong?
Thank you.
Offline
did you add
acpi_osi=Linux
to your kernel-parameters?
Offline
Tried it. Doesn't help. Nobody else has this CPU? (Intel T9400)
Offline
My laptop does... no problems modprobing
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I have exact same problem as @foobarch has. My cpu is not an old one either: AMD Phenom II x3 BE . Would anyone help to solve this issue?
EDIT: I was using Mandriva Linux 2010.1 before and didn't have a problem with cpu frequency scaling. It just worked. I' m sure my BIOS settings ar fine.
Last edited by tarakbumba (2011-01-21 12:07:00)
Say what you mean, mean what you say
Offline
I have partly solved this issue. While cool'n quiet feature is enabled in my BIOS settings; i have overclocked my cpu from BIOS. That's why cpufreq didn't work. Somehow, my BIOS disables cool'n quiet (altough it shows enabled in settings) when cpu is overclocked. Now i set my cpu to standart clocking and cpu frequency scaling begin to work. However, it runs in performance mode but i have configured it as ondemand in /etc/conf.d/cpufreq settings. Any ideas?
[SOLVED] :
Somehow, min and max freq were uncommented in /etc/conf.d/cpufreq. I comment them and now it works!
Last edited by tarakbumba (2011-01-29 00:00:31)
Say what you mean, mean what you say
Offline
Pages: 1