|
Bugzilla – Full Text Bug Listing |
| Summary: | powersaved causes system to freeze on bootup | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Mark Carruth <mcarruth> |
| Component: | Basesystem | Assignee: | Thomas Renninger <trenn> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | trenn |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Mark Carruth
2005-09-10 17:01:12 UTC
What happens if you start powersave with 'rcpowersaved start' after boot? this is probably one of the systems where loading the cpufreq modules crashes the kernel because of bad ACPI tables in a substandard BIOS. In case it's any use to you, what may be relevant to the cpufreq and powersave issue is that I have a motherboard with AMD's Cool 'n' Quiet technology enabled. So I expect that:
a) ACPI modules
or
b) cpufreq
freezes your system.
Do you get any suspicious logs in /var/log/messages, could you post them (the
freeze should have been logged at least one time - compare the time of logs).
Is this a dual-core machine, then it's probably cpufreq?
To find out above you could:
modprobe button;modprobe ac;modprobe battery;modprobe fan
Still running? -> then it should be cpufreq.
Try:
modprobe powernow-k8
modprobe cpufreq_ondemand
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Still not freezing?
Increase powersave daemon output (/etc/sysconfig/powersave/common -> DEBUG="15"
start powersave daemon.
In any case where it freezes:
Reboot and send/attach /var/log/message output, there should be logged some errors.
If it's not cpufreq then please also attach the output of acpidmp.
Thanks.
Mark, can you please try what Thomas wrote in the previous post? If not, we have to close the bug as INVALID... Please test Open Suse 10.1 and reopen if the problem still exists. |