You are not logged in.

#1 2013-05-12 19:36:33

cris9288
Member
Registered: 2013-01-07
Posts: 348

cpufreq_ondemand no longer in filesystem after upgrade to kernel 3.9.2

As the title states the cpufreq_ondemand governor is no longer available. powerdown complained it cannot write ondemand /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor. I then checked lsmod and noticed that acpi_cpufreq is not loaded. Running modprobe acpu_cpufreq gave me this:

modprobe: ERROR: could not insert 'acpi_cpufreq': Device or resource busy

Also,  ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq

show this

[christian@christian ~]$ ls /lib/modules/$(uname -r)/kernel/drivers/cpufreq
acpi-cpufreq.ko.gz          cpufreq_stats.ko.gz      p4-clockmod.ko.gz  speedstep-lib.ko.gz
cpufreq_conservative.ko.gz  cpufreq_userspace.ko.gz  pcc-cpufreq.ko.gz
cpufreq_powersave.ko.gz     mperf.ko.gz              powernow-k8.ko.gz

 

Anyone else? Do I have to manually download the module?

Offline

#2 2013-05-12 19:41:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: cpufreq_ondemand no longer in filesystem after upgrade to kernel 3.9.2

Offline

#3 2013-05-12 19:48:37

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: cpufreq_ondemand no longer in filesystem after upgrade to kernel 3.9.2

Also, ondemand and performance are built-in, not modules:

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE 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=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

Offline

#4 2013-05-12 20:00:30

cris9288
Member
Registered: 2013-01-07
Posts: 348

Re: cpufreq_ondemand no longer in filesystem after upgrade to kernel 3.9.2

how did I miss that thread. Ok, so I should probably just comment the frequency scaling lines out f powerdown and powerup right?

Offline

Board footer

Powered by FluxBB