[Bug 209347] New: acpid error with kernel 2.6.18-rc7-git1-2-default
https://bugzilla.novell.com/show_bug.cgi?id=209347 Summary: acpid error with kernel 2.6.18-rc7-git1-2-default Product: openSUSE 10.2 Version: Alpha 4 plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: jmolles@vodafone.es QAContact: qa@suse.de Hi all: After update to this kernel,I see there are error on acpid modules. This is the error when run rcacpid-> acpid: loading ACPI modules ( ) done acpid: will not skip unsupported modules acpid: loading ACPI laptop modules ( ) done acpid: loading CPUFreq modules failed Starting acpid done Regards -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel- |seife@novell.com |maintainers@forge.provo.nove| |ll.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|seife@novell.com |hmacht@novell.com Status|NEW |ASSIGNED ------- Comment #1 from hmacht@novell.com 2006-10-01 03:33 MST ------- Something seems to went wrong while loading the CPUFreq modules. Chema, what system is this? Is it a notebook at all? Can you please post the output of the following command: lsmod | grep -E "(cpufreq|speedstep|powernow)" Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jmolles@vodafone.es -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #2 from jmolles@vodafone.es 2006-10-01 03:51 MST ------- Hi lsmod | grep -E "(cpufreq|speedstep|powernow)" acpi_cpufreq 11524 0 freq_table 8832 1 acpi_cpufreq processor 34920 2 acpi_cpufreq,thermal Regards -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #3 from jmolles@vodafone.es 2006-10-01 03:54 MST ------- Sorry I went so rapid... I use a smp system with 2 pentiun-III 1000Hz. Is not a notebook. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #4 from hmacht@novell.com 2006-10-01 04:25 MST ------- So the CPUFreq driver is loaded, but no governor modules. Can you please to manually do 'rcacpid restart' while the system is running and see if there is something popping up in /var/log/messages/? Can you also please try to manually load a cpufreq governor with 'modprobe cpufreq_ondemand' and 'modprobe cpufreq_powersave'? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #5 from jmolles@vodafone.es 2006-10-01 06:06 MST ------- My var/log/messages after restart rcacpid: Oct 1 13:57:11 linux powersaved[2943]: ERROR (hwEvent_callback:113) hw event so cket broke away trying to reconnect... Oct 1 13:57:11 linux rcacpid: Cannot load cpufreq governors - No cpufreq driver available Oct 1 13:57:14 linux powersaved[2943]: ERROR (hwEvent_reconnect:130) Successful ly reconnected to acpi/apm event file I run modprobe cpufreq_ondemand and modprobe cpufreq_powersave with no problem And after: lsmod | grep -E "(cpufreq|speedstep|powernow)" cpufreq_powersave 5888 0 cpufreq_ondemand 11020 0 acpi_cpufreq 11524 0 freq_table 8832 1 acpi_cpufreq processor 34920 2 acpi_cpufreq,thermal rcacpid restart fail again Regards -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #6 from hmacht@novell.com 2006-10-17 15:10 MST ------- I've got an idea. In /etc/init.d/acpid, there's a line (about line 129): CPUFREQ_MODULES="speedstep_centrino powernow_k8 powernow_k7 powernow_k6 longrun acpi speedstep_ich" Can you please transpose the last two entries in that list so that it reads: CPUFREQ_MODULES="speedstep_centrino powernow_k8 powernow_k7 powernow_k6 longrun speedstep_ich acpi" Does this help while booting? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #7 from jmolles@vodafone.es 2006-10-18 08:16 MST ------- Well I make a change and,I don't reboot but restart rcacpid I see the same error: linux:/etc/init.d # rcacpid restart Shutting down acpid done acpid: loading ACPI modules ( ) done acpid: will not skip unsupported modules acpid: loading ACPI laptop modules ( ) done acpid: loading CPUFreq modules failed Starting acpid done I want to comment that now I use kernel 2.6.18-11-default. Regards -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #8 from hmacht@novell.com 2006-10-18 10:21 MST ------- It's important to reboot the machine or unload the acpi_cpufreq driver (which is not possible IIRC) before doing rcacpid restart. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 ------- Comment #9 from jmolles@vodafone.es 2006-10-18 13:38 MST ------- Finally I suposse my system doesn't suport CPUfrec and write "no" on CPUFREQ_ENABLED="no" on file /etc/sysconfig/powersave/cpufreq the warnig "failed" disappears solved for me Regards and thanks you -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|jmolles@vodafone.es | Resolution| |FIXED ------- Comment #11 from hmacht@novell.com 2006-11-15 05:28 MST ------- There was another bug about rcacpid failing although everything went right. Anyway, CPUFreq stuff will be loaded by rchal soon. Closing as fixed... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=209347 behlert@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com