* Linux kernel rebooting
@ 2006-07-19 10:52 Łukasz Jachymczyk
2006-07-24 10:01 ` Thomas Renninger
0 siblings, 1 reply; 2+ messages in thread
From: Łukasz Jachymczyk @ 2006-07-19 10:52 UTC (permalink / raw)
To: linux-acpi
Hello
I've got a problem with rebooting my linux on laptop hp nx6310 (centrino
core duo). After restarting, bios hangs for a while and it runs slower
then usual (up to 15 seconds until grub loads). After that, my linux works
quite fine, however I'm not able to achieve maximym cpu speed with cpufreq
and acpi doesn't show actual information about battery left (it shows all
the time 2:30 hours left) - simply, acpi hangs in the moment of booting.
But there is also ms windows on the same laptop. It reboots smoothly and
quickly. There is no bios hanging effect. And after such reboot from
windows, when I boot linux, everything works fine!
I guess it's the problem of the way how linux' kernel with acpi reboots.
Can somebody tell me what can I do with it? Maybe it's some kind of a bug
in acpi or kernel?
Piece of my kernel (2.6.17.4) .config:
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_HOTKEY is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
// without APM it also fails.
#
# 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 is not set
# CONFIG_APM_RTC_IS_GMT is not set
# 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=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
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=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# 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=y
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=y
CONFIG_X86_SPEEDSTEP_SMI=y
# CONFIG_X86_P4_CLOCKMOD is not set
# 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=y
# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set
--
Łukasz Jachymczyk
http://fatcat.ftj.agh.edu.pl/~lfx/
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux kernel rebooting
2006-07-19 10:52 Linux kernel rebooting Łukasz Jachymczyk
@ 2006-07-24 10:01 ` Thomas Renninger
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Renninger @ 2006-07-24 10:01 UTC (permalink / raw)
To: Łukasz Jachymczyk; +Cc: linux-acpi
On Wed, 2006-07-19 at 12:52 +0200, Łukasz Jachymczyk wrote:
> Hello
>
> I've got a problem with rebooting my linux on laptop hp nx6310 (centrino
> core duo). After restarting, bios hangs for a while and it runs slower
> then usual (up to 15 seconds until grub loads). After that, my linux works
> quite fine, however I'm not able to achieve maximym cpu speed with cpufreq
> and acpi doesn't show actual information about battery left (it shows all
> the time 2:30 hours left) - simply, acpi hangs in the moment of booting.
>
> But there is also ms windows on the same laptop. It reboots smoothly and
> quickly. There is no bios hanging effect. And after such reboot from
> windows, when I boot linux, everything works fine!
>
> I guess it's the problem of the way how linux' kernel with acpi reboots.
> Can somebody tell me what can I do with it? Maybe it's some kind of a bug
> in acpi or kernel?
>
I think I identified two problems of your machine (on a HP nx9420):
Please have a look at:
https://bugzilla.novell.com/show_bug.cgi?id=179702
The battery issue should be related to ACPICA. Hmm, not sure whether
this is really fixed yet, could you try a kernel with latest ACPICA
patches in (try to use Len's ACPI test tree, not sure what is the latest
ACPICA in there it should at least be 20060608).
If it does not work yet, please comment in the bug and I try to track it
down.
The max_freq is never reached because _PPC always returns 1. I couldn't
identify what goes wrong inside there, this looks like a BIOS issue to
me and HP eventually takes care (already updated to latest BIOS? ->
better do that before starting anything else).
Would be nice if you can add a comment there (including your machine
model), this might help to get HP to have a look at it, they care about
Linux compatibility...
Thanks,
Thomas
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-24 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-19 10:52 Linux kernel rebooting Łukasz Jachymczyk
2006-07-24 10:01 ` Thomas Renninger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox