View previous topic :: View next topic |
Author |
Message |
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
Posted: Sun Apr 02, 2006 9:15 pm Post subject: (2.6.16) cpufreq files missing, but kernel config is set |
|
|
Hi
After upgrading to 2.6.16 for the hibernate/sleep S3 support (it works!), I have a problem with cpufreq. I have configured CPU Frequency Scaling, with all the governors (not as modules, in-kernel), enabled the CPU frequency transaltion statistics, and ACPI processor p-states driver (acpi-cpufreq).
The /sys/devices/system/cpu/cpu0/cpufreq directory does not show up anymore. I have been fiddling quite a bit with my kernel config, and I am sure that a few reboots before now, I was seeing those files with 2.6.16.
Any idea where I could look to find out why the cpufreq directory is not included in my sysfs? |
|
Back to top |
|
|
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
|
Back to top |
|
|
Taladar Guru
Joined: 09 Oct 2004 Posts: 458 Location: Bielefeld, Germany
|
Posted: Mon Apr 10, 2006 12:56 pm Post subject: |
|
|
I don't know a solution but I have the same problem with the Gentoo 2.6.16 sources.
I used the old .config file and ran make old config so the configuration should be exactly the same. |
|
Back to top |
|
|
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
Posted: Tue Apr 11, 2006 11:09 pm Post subject: |
|
|
Good to know I'm not alone... It's a hard choice, to choose between having cpufreq or sleep S3... I'm siding with Sleep mode these days and my battery doesn't last very long at full performance. I need to fix this soon... |
|
Back to top |
|
|
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
Posted: Wed Apr 12, 2006 12:57 pm Post subject: dot config |
|
|
BTW here are my kernel config settings for cpufreq:
banane:/usr/src/linux-2.6.16-suspend2-r1$ grep CPU.*FREQ .config
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set |
|
Back to top |
|
|
J0KeRZ n00b
Joined: 04 Jul 2005 Posts: 10 Location: Los Angeles
|
Posted: Wed Apr 19, 2006 5:00 pm Post subject: |
|
|
Just letting you guys know that I have the same exact problem =( Any ideas on how to remedy this? I dont want to have a laptop at full speed on battery power |
|
Back to top |
|
|
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
Posted: Wed Apr 19, 2006 7:05 pm Post subject: 2.6.17-rc1, same problem |
|
|
I've just tried with vanilla-sources 2.6.17-rc1, I still have no cpufreq files...
this is a kernel issue, not a suspend2 issue. |
|
Back to top |
|
|
Naspe Guru
Joined: 10 Dec 2003 Posts: 321 Location: Genova - Italy
|
Posted: Wed Apr 26, 2006 9:36 pm Post subject: |
|
|
Same problem here, module acpi_cpufreq doesn't start: No such device.
Did anyone solved? _________________ God Is Real... Unless Declared As Integer...
Provoca Il Più Bravo... Morirai Come Uno Schiavo!!!
Hai Evocato Il Tuono!!! Ora Raccogli Tempesta!!! |
|
Back to top |
|
|
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
|
Back to top |
|
|
blais n00b
Joined: 30 Jul 2003 Posts: 57
|
Posted: Thu Apr 27, 2006 2:13 am Post subject: modprobe speedstep-centrino |
|
|
Actually, THAT WORKS.
modprobe speedstep-centrino
and the cpufreq directory appears again. |
|
Back to top |
|
|
|