* [gentoo-user] P IV power managing error
@ 2006-07-05 11:36 Leonardo
2006-07-05 16:42 ` Richard Fish
0 siblings, 1 reply; 3+ messages in thread
From: Leonardo @ 2006-07-05 11:36 UTC (permalink / raw
To: gentoo-user
Hi,
I tried enabling the ACPI power management for my notebook by
following the Gentoo documentation, but when I modprobe acpi I
get the error:
FATAL: Error inserting acpi_cpufreq
(/lib/modules/2.6.17-gentoo/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko):
No such device
however I can successfully load the modules:
ac battery fan thermal button processor
What's wrong? Below some more infos.
Ciao, Leo
Kernel:2.6.17-gentoo), with settings:
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_HOTKEY=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_IBM=m
# CONFIG_ACPI_IBM_DOCK is not set
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=m
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
#
# 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 is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
CONFIG_X86_P4_CLOCKMOD=m
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
CONFIG_X86_SPEEDSTEP_LIB=m
processor pentium IV:
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 3
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 4
cpu MHz : 3200.728
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2
ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr
bogomips : 6405.97
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 3
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 4
cpu MHz : 3200.728
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep
mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2
ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr
bogomips : 6400.76
# cpufreq-info
cpufrequtils 001: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
analyzing CPU 1:
no or unknown cpufreq driver is active on this CPU
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] P IV power managing error
2006-07-05 11:36 [gentoo-user] P IV power managing error Leonardo
@ 2006-07-05 16:42 ` Richard Fish
2006-07-05 18:02 ` Leonardo
0 siblings, 1 reply; 3+ messages in thread
From: Richard Fish @ 2006-07-05 16:42 UTC (permalink / raw
To: gentoo-user
On 7/5/06, Leonardo <leodp@yahoo.com> wrote:
> FATAL: Error inserting acpi_cpufreq
> (/lib/modules/2.6.17-gentoo/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko):
> No such device
>
> however I can successfully load the modules:
> ac battery fan thermal button processor
>
> What's wrong? Below some more infos.
Nothing is wrong, it just means that ACPI doesn't control the clock
frequency of your CPU. Try using the p4-clockmod (?) driver instead.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] P IV power managing error
2006-07-05 16:42 ` Richard Fish
@ 2006-07-05 18:02 ` Leonardo
0 siblings, 0 replies; 3+ messages in thread
From: Leonardo @ 2006-07-05 18:02 UTC (permalink / raw
To: gentoo-user
--- Richard Fish <bigfish@asmallpond.org> wrote:
> On 7/5/06, Leonardo <leodp@yahoo.com> wrote:
> > FATAL: Error inserting acpi_cpufreq
> >
>
(/lib/modules/2.6.17-gentoo/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko):
> > No such device
> >
> > however I can successfully load the modules:
> > ac battery fan thermal button processor
> >
> > What's wrong? Below some more infos.
>
> Nothing is wrong, it just means that ACPI doesn't control the
> clock
> frequency of your CPU. Try using the p4-clockmod (?) driver
> instead.
>
> -Richard
Thanks Richard for the clarification, that works.
(modprobe p4-clockmod)
Ciao, Leo
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-05 18:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 11:36 [gentoo-user] P IV power managing error Leonardo
2006-07-05 16:42 ` Richard Fish
2006-07-05 18:02 ` Leonardo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox