Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wmlaptop can't read /sys/devices/system/cpu/cpu0/cpufreq/...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
misterLu
Guru
Guru


Joined: 14 Sep 2003
Posts: 430
Location: Poland

PostPosted: Sun Feb 13, 2005 1:47 am    Post subject: wmlaptop can't read /sys/devices/system/cpu/cpu0/cpufreq/... Reply with quote

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
View user's profile Send private message
norayr
n00b
n00b


Joined: 25 Oct 2005
Posts: 20
Location: Yerevan, Armenia

PostPosted: Fri Feb 24, 2012 5:38 pm    Post subject: Reply with quote

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
View user's profile Send private message
norayr
n00b
n00b


Joined: 25 Oct 2005
Posts: 20
Location: Yerevan, Armenia

PostPosted: Fri Feb 24, 2012 5:42 pm    Post subject: Reply with quote

or add
modules="acpi-cpufreq cpufreq-userspace" to /etc/conf.d/modules file
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum