linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-pre4 hangs if acpi enabled
@ 2003-08-25 11:33 Éric Brunet
  2003-08-25 12:18 ` Felipe Alfaro Solana
  0 siblings, 1 reply; 2+ messages in thread
From: Éric Brunet @ 2003-08-25 11:33 UTC (permalink / raw)
  To: Linux Kernel mailing list, Acpi-devel

Hi,

When booting 2.6.0-pre4 on my intel P4 with a shuttle motherboard, the
computer hangs after printing

	hda: max request size: 128KiB
	hda: 234441648 sectors (120034 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
	 hda: hda1 hda2 hda4 < hda5 hda6 hda7 >
	mice: PS/2 mouse device common for all mice

No scroll from the keyboard, no sys-rq, Caps-lock doesn't lit the led on
the keyboard. The computer is completely frozen.

On a normal boot, the following lines are

	serio: i8042 AUX port at 0x60,0x64 irq 12
	input: AT Set 2 keyboard on isa0060/serio0
	serio: i8042 KBD port at 0x60,0x64 irq 1

2.6.0-pre1 was working nicely. I haven't tried 2.6.0-pre2 or -pre3.
2.6.0-pre4 works if I append acpi=off of pci=noacpi at the boot
commandline.

You will find on <http://perso.nerim.net/~tudia/bug-reports/> the
complete boot messages, the configuration of the kernel, the dsdt, the
output of lspci -vv, etc. Please tell me if some relevant information is
missing.

Regards,

	Éric Brunet


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.0-pre4 hangs if acpi enabled
  2003-08-25 11:33 2.6.0-pre4 hangs if acpi enabled Éric Brunet
@ 2003-08-25 12:18 ` Felipe Alfaro Solana
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Alfaro Solana @ 2003-08-25 12:18 UTC (permalink / raw)
  To: Éric Brunet; +Cc: Linux Kernel mailing list, acpi-devel

On Mon, 2003-08-25 at 13:33, Éric Brunet wrote:
> Hi,
> 
> When booting 2.6.0-pre4 on my intel P4 with a shuttle motherboard, the
> computer hangs after printing
> 
> 	hda: max request size: 128KiB
> 	hda: 234441648 sectors (120034 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
> 	 hda: hda1 hda2 hda4 < hda5 hda6 hda7 >
> 	mice: PS/2 mouse device common for all mice
> 
> No scroll from the keyboard, no sys-rq, Caps-lock doesn't lit the led on
> the keyboard. The computer is completely frozen.

Well, if you are using ACPI, then this is a know behaviour with -test4
releases. It's ACPI related. Please, take a look at the following bug
report:

http://bugzilla.kernel.org/show_bug.cgi?id=1123

During boot, the kernel checks for i8042 AUX/MUX ports, tries
registering IRQ #12 and then hangs. I fixed the problem on my i845DE
motherboard by flashing a new BIOS with APIC and IOAPIC support. Then, I
recompiled 2.6.0-test4 with APIC and IOAPIC support and the hangs went
away.

If you can't use/compile APIC and IOAPIC for your motherboard, try
booting the kernel with "pci=noacpi" as a workaround. This will prevent
from using ACPI IRQ routing and use standard PCI IRQ routing. Also, if
you have the time, please, attach your "dmidecode" and "acpidmp" to the
bug report at the above URL.

Thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-25 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-25 11:33 2.6.0-pre4 hangs if acpi enabled Éric Brunet
2003-08-25 12:18 ` Felipe Alfaro Solana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).