public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ACPI lockup on boot in 2.4.0
@ 2001-01-11 11:51 Robert Lowery
  2001-01-11 14:58 ` Nathan Thompson
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Lowery @ 2001-01-11 11:51 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

Hi,

I have a Sony VAIO C1XE (Picturebook) that is giving me some grief with 2.4.0.

I compiled it with ACPI compiled as a module and APM not compiled in at all, but on booting I get the following.
ACPI: System description tables found
ACPI: System description tables loaded

and then the system locks up..

I will try compiling up a kernel without ACPI support and see where I get, but any help in the meantime would be appreciated.  I am happy to provide any additional information that might be required

-Robert


[-- Attachment #2: Type: text/html, Size: 1382 bytes --]

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

* Re: ACPI lockup on boot in 2.4.0
  2001-01-11 11:51 ACPI lockup on boot in 2.4.0 Robert Lowery
@ 2001-01-11 14:58 ` Nathan Thompson
  2001-01-11 15:05   ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan Thompson @ 2001-01-11 14:58 UTC (permalink / raw)
  To: Robert Lowery; +Cc: linux-kernel

On Thu, Jan 11, 2001 at 10:51:59PM +1100, Robert Lowery wrote:
 
> I compiled it with ACPI compiled as a module and APM not compiled in at all, but on booting I get the following.
> ACPI: System description tables found
> ACPI: System description tables loaded
> 
> and then the system locks up..

I have a Sony Vaio PCG-F350 that behaves the same way.  I compiled in
ACPI (not a module) and never got further than this.  When I enabled APM
and disabled ACPI everything started to work.

Kernel 2.4.0
gcc: 2.95.2 (I bieleve).

on Debian Potato

Nate
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: ACPI lockup on boot in 2.4.0
  2001-01-11 14:58 ` Nathan Thompson
@ 2001-01-11 15:05   ` Jeff Garzik
  2001-01-12  9:56     ` Robert Lowery
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2001-01-11 15:05 UTC (permalink / raw)
  To: Nathan Thompson; +Cc: Robert Lowery, linux-kernel

Nathan Thompson wrote:
> 
> On Thu, Jan 11, 2001 at 10:51:59PM +1100, Robert Lowery wrote:
> 
> > I compiled it with ACPI compiled as a module and APM not compiled in at all, but on booting I get the following.
> > ACPI: System description tables found
> > ACPI: System description tables loaded
> >
> > and then the system locks up..
> 
> I have a Sony Vaio PCG-F350 that behaves the same way.  I compiled in
> ACPI (not a module) and never got further than this.  When I enabled APM
> and disabled ACPI everything started to work.

To get a more verbose failure scenario, grab the ACPI debug version from
http://developer.intel.com/technology/IAPC/acpi/downloads.htm

	Jeff


-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: ACPI lockup on boot in 2.4.0
  2001-01-11 15:05   ` Jeff Garzik
@ 2001-01-12  9:56     ` Robert Lowery
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Lowery @ 2001-01-12  9:56 UTC (permalink / raw)
  To: Jeff Garzik, Nathan Thompson; +Cc: linux-kernel

Thank-you for the pointers.

Looking at the ACPI mailing list, it appears that the ACPI code gets stuck
in an infinite loop with many of the VAIO notebooks.  So it:s back to APM
for now

-Robert
----- Original Message -----
From: "Jeff Garzik" <jgarzik@mandrakesoft.com>
To: "Nathan Thompson" <nate@thebog.net>
Cc: "Robert Lowery" <cangela@bigpond.net.au>; <linux-kernel@vger.kernel.org>
Sent: Friday, January 12, 2001 2:05 AM
Subject: Re: ACPI lockup on boot in 2.4.0


> Nathan Thompson wrote:
> >
> > On Thu, Jan 11, 2001 at 10:51:59PM +1100, Robert Lowery wrote:
> >
> > > I compiled it with ACPI compiled as a module and APM not compiled in
at all, but on booting I get the following.
> > > ACPI: System description tables found
> > > ACPI: System description tables loaded
> > >
> > > and then the system locks up..
> >
> > I have a Sony Vaio PCG-F350 that behaves the same way.  I compiled in
> > ACPI (not a module) and never got further than this.  When I enabled APM
> > and disabled ACPI everything started to work.
>
> To get a more verbose failure scenario, grab the ACPI debug version from
> http://developer.intel.com/technology/IAPC/acpi/downloads.htm
>
> Jeff
>
>
> --
> Jeff Garzik       | "You see, in this world there's two kinds of
> Building 1024     |  people, my friend: Those with loaded guns
> MandrakeSoft      |  and those who dig. You dig."  --Blondie
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-12  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-11 11:51 ACPI lockup on boot in 2.4.0 Robert Lowery
2001-01-11 14:58 ` Nathan Thompson
2001-01-11 15:05   ` Jeff Garzik
2001-01-12  9:56     ` Robert Lowery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox