* No luck getting 2.6.x kernel to work with ACPI on compaq laptop
@ 2004-04-21 5:51 Danny ter Haar
2004-04-26 6:25 ` Rogier Wolff
0 siblings, 1 reply; 4+ messages in thread
From: Danny ter Haar @ 2004-04-21 5:51 UTC (permalink / raw)
To: linux-kernel
My Compaq presario 700EA locks up dead during boot with
ACPI enabled. With bootoption acpi=off (or not compiled into the kernel)
the machine works just fine.
I put on acpi debug and typed over by hand (laptop's dont have serial
ports these days anymore) :
ACPI: Subsystem revision 20040326
tbxface-0017[03] acpi_load_tables: ACPI tables succesfully acquired
Parsing all Control Methods: [......]
Table [DSDT] (id F005) - 433 Objects with 44 Devices 109 Methods 15
Regions
Parsing all Control Methods:
Table [SSDT] (id f003) - 3 objects with 0 Devices 0 Methods 0 Regions
ACPI: IRQ10 SCI: Edge set to level trigger
After this the machine is dead in the water.
No magic sysrq or anything.
Any ideas how to solve this issue ?
I googled around a bit but found nothing usefull.
I upgraded bios to latest available from compaq, with no different
results.
Help/suggestions appreciated.
Danny
--
/"\ | Dying is to be avoided because
\ / ASCII RIBBON CAMPAIGN | it can ruin your whole career
X against HTML MAIL |
/ \ and POSTINGS | - Bob Hope
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: No luck getting 2.6.x kernel to work with ACPI on compaq laptop
[not found] <A6974D8E5F98D511BB910002A50A6647615F9628@hdsmsx403.hd.intel.com>
@ 2004-04-22 3:21 ` Len Brown
0 siblings, 0 replies; 4+ messages in thread
From: Len Brown @ 2004-04-22 3:21 UTC (permalink / raw)
To: Danny ter Haar; +Cc: linux-kernel
On Wed, 2004-04-21 at 01:51, Danny ter Haar wrote:
> My Compaq presario 700EA locks up dead during boot with
> ACPI enabled. With bootoption acpi=off (or not compiled into the
> kernel)
> the machine works just fine.
>
> I put on acpi debug and typed over by hand (laptop's dont have serial
> ports these days anymore) :
>
> ACPI: Subsystem revision 20040326
> tbxface-0017[03] acpi_load_tables: ACPI tables succesfully acquired
> Parsing all Control Methods: [......]
> Table [DSDT] (id F005) - 433 Objects with 44 Devices 109 Methods 15
> Regions
> Parsing all Control Methods:
> Table [SSDT] (id f003) - 3 objects with 0 Devices 0 Methods 0 Regions
> ACPI: IRQ10 SCI: Edge set to level trigger
>
> After this the machine is dead in the water.
> No magic sysrq or anything.
try booting with "nolapic" (or disable LOCAL_APIC in the kernel build)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: No luck getting 2.6.x kernel to work with ACPI on compaq laptop
2004-04-21 5:51 Danny ter Haar
@ 2004-04-26 6:25 ` Rogier Wolff
2004-04-26 7:05 ` Danny ter Haar
0 siblings, 1 reply; 4+ messages in thread
From: Rogier Wolff @ 2004-04-26 6:25 UTC (permalink / raw)
To: Danny ter Haar; +Cc: linux-kernel
On Wed, Apr 21, 2004 at 05:51:30AM +0000, Danny ter Haar wrote:
> My Compaq presario 700EA locks up dead during boot with
> ACPI enabled. With bootoption acpi=off (or not compiled into the kernel)
> the machine works just fine.
>
> I put on acpi debug and typed over by hand (laptop's dont have serial
> ports these days anymore) :
>
> ACPI: Subsystem revision 20040326
> tbxface-0017[03] acpi_load_tables: ACPI tables succesfully acquired
> Parsing all Control Methods: [......]
> Table [DSDT] (id F005) - 433 Objects with 44 Devices 109 Methods 15
> Regions
> Parsing all Control Methods:
> Table [SSDT] (id f003) - 3 objects with 0 Devices 0 Methods 0 Regions
> ACPI: IRQ10 SCI: Edge set to level trigger
>
> After this the machine is dead in the water.
> No magic sysrq or anything.
It sounds as if some driver is using IRQ10, and that another device
is also on that IRQ. This will create an interrupt storm the moment
you switch the triggering from edge to level....
So: Which devices use IRQ10 when the computer works?
Roger.
--
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
**** "Linux is like a wigwam - no windows, no gates, apache inside!" ****
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: No luck getting 2.6.x kernel to work with ACPI on compaq laptop
2004-04-26 6:25 ` Rogier Wolff
@ 2004-04-26 7:05 ` Danny ter Haar
0 siblings, 0 replies; 4+ messages in thread
From: Danny ter Haar @ 2004-04-26 7:05 UTC (permalink / raw)
To: Rogier Wolff; +Cc: linux-kernel
Quoting Rogier Wolff (R.E.Wolff@BitWizard.nl):
> > After this the machine is dead in the water.
> > No magic sysrq or anything.
>
> It sounds as if some driver is using IRQ10, and that another device
> is also on that IRQ. This will create an interrupt storm the moment
> you switch the triggering from edge to level....
> So: Which devices use IRQ10 when the computer works?
Len Brown from Intel sent me :
"try booting with "nolapic" (or disable LOCAL_APIC in the kernel build)"
That indeed solved my problem, i can now use poweroff etc.
I will add a bugreport to http://bugzilla.kernel.org/show_bug.cgi?id=1682
l8er this week ;-)
Danny
--
"If Microsoft had been the innovative company that it calls itself, it
would have taken the opportunity to take a radical leap beyond the Mac,
instead of producing a feeble, me-too implementation." - Douglas Adams -
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-04-26 7:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <A6974D8E5F98D511BB910002A50A6647615F9628@hdsmsx403.hd.intel.com>
2004-04-22 3:21 ` No luck getting 2.6.x kernel to work with ACPI on compaq laptop Len Brown
2004-04-21 5:51 Danny ter Haar
2004-04-26 6:25 ` Rogier Wolff
2004-04-26 7:05 ` Danny ter Haar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox