View previous topic :: View next topic |
Author |
Message |
misterLu Guru
Joined: 14 Sep 2003 Posts: 430 Location: Poland
|
Posted: Sun Feb 13, 2005 1:47 am Post subject: wmlaptop can't read /sys/devices/system/cpu/cpu0/cpufreq/... |
|
|
I can't start wmlaptop: when I start it ( on HP/Compaq nx5000) I get this message:
Code: | Error reading the info file (/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq):
No such file or directory
Found 2 battery's entry
Enable autoShutdown at 1% battery state
Use a shutdown delay of 1 minutes
The real poweroff will run at 1% battery state + 1 minutes |
Here is a part of my .config (I use 2.6.10 kernel):
Code: |
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_CPU_FREQ_PROC_INTF is not set
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_24_API is not set
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_CPU_FREQ_TABLE=y
#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=m
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
|
Are there any packages I should merge, or any modules I should load to get it working? |
|
Back to top |
|
|
norayr n00b
Joined: 25 Oct 2005 Posts: 20 Location: Yerevan, Armenia
|
Posted: Fri Feb 24, 2012 5:38 pm Post subject: |
|
|
wmlaptop needs these two modules.
make sure you have them and run the following as root:
modprobe acpi-cpufreq
modprobe cpufreq-userspace |
|
Back to top |
|
|
norayr n00b
Joined: 25 Oct 2005 Posts: 20 Location: Yerevan, Armenia
|
Posted: Fri Feb 24, 2012 5:42 pm Post subject: |
|
|
or add
modules="acpi-cpufreq cpufreq-userspace" to /etc/conf.d/modules file |
|
Back to top |
|
|
|