public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* lockup on boot
@ 2002-09-21 18:06 Sean Middleditch
       [not found] ` <1032631567.23480.23.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Sean Middleditch @ 2002-09-21 18:06 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,

 Using kernel 2.4.20-pre7 with the 20020918 ACPI patch, I'm unable to
boot the machine.

 With debugin off, it gets as far as
PCI: Using configuration type 1

 Turning debugging on, the messages following the above are
(approximately - no cut and paste ~,^):

 tbxface-0099 [03] Acpi_load_tables    : ACPI Tables successfully loaded
Parsing Methods: ... (many dots)
Table [DSDT] - 441 Objects with 45 Devices 109 Methods 15 Regions
Parsing Methods: (complete lack of dots)
Table [SSDT] - 0 Objects with 0 Devices 0 Methods 0 Regions
ACPI Namespace successfully loaded at root c02f705c

 And that's it.  It's sat there for around 10 minutes and nothing else
has happened.  Passing pci=noacpi results in no changes.

 Passing acpi=off, the machine boots up much further, but some devices
don't seem to work properly (it may just be I didn't add support to the
correct devices in the kernel config - my working kernel is the default
Redhat 7.3 pcmcia-cs kernel image, which is great except the laptop gets
rather hotter than it did in WinXP...)





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: lockup on boot
       [not found] ` <1032631567.23480.23.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
@ 2002-09-28 18:50   ` Sean Middleditch
  2002-09-28 18:53   ` Sean Middleditch
  1 sibling, 0 replies; 5+ messages in thread
From: Sean Middleditch @ 2002-09-28 18:50 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

As a note, I've tried several 2.5.x kernels (stock), and stock 2.4.19,
and they all lock up the same way - any hope I can get this laptop
working w/acpi without having to reinstall WinXP?  Thanks.

On Sat, 2002-09-21 at 14:06, Sean Middleditch wrote:
> Hi,
> 
>  Using kernel 2.4.20-pre7 with the 20020918 ACPI patch, I'm unable to
> boot the machine.
> 
>  With debugin off, it gets as far as
> PCI: Using configuration type 1
> 
>  Turning debugging on, the messages following the above are
> (approximately - no cut and paste ~,^):
> 
>  tbxface-0099 [03] Acpi_load_tables    : ACPI Tables successfully loaded
> Parsing Methods: ... (many dots)
> Table [DSDT] - 441 Objects with 45 Devices 109 Methods 15 Regions
> Parsing Methods: (complete lack of dots)
> Table [SSDT] - 0 Objects with 0 Devices 0 Methods 0 Regions
> ACPI Namespace successfully loaded at root c02f705c
> 
>  And that's it.  It's sat there for around 10 minutes and nothing else
> has happened.  Passing pci=noacpi results in no changes.
> 
>  Passing acpi=off, the machine boots up much further, but some devices
> don't seem to work properly (it may just be I didn't add support to the
> correct devices in the kernel config - my working kernel is the default
> Redhat 7.3 pcmcia-cs kernel image, which is great except the laptop gets
> rather hotter than it did in WinXP...)
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: lockup on boot
       [not found] ` <1032631567.23480.23.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
  2002-09-28 18:50   ` Sean Middleditch
@ 2002-09-28 18:53   ` Sean Middleditch
       [not found]     ` <1033239215.3157.2.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Sean Middleditch @ 2002-09-28 18:53 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Ack, sorry the third post, but it dawns on me I was an idiot and didn't
post what machine I'm using:

It's a Compaq Presario 700US laptop.

On Sat, 2002-09-21 at 14:06, Sean Middleditch wrote:
> Hi,
> 
>  Using kernel 2.4.20-pre7 with the 20020918 ACPI patch, I'm unable to
> boot the machine.
> 
>  With debugin off, it gets as far as
> PCI: Using configuration type 1
> 
>  Turning debugging on, the messages following the above are
> (approximately - no cut and paste ~,^):
> 
>  tbxface-0099 [03] Acpi_load_tables    : ACPI Tables successfully loaded
> Parsing Methods: ... (many dots)
> Table [DSDT] - 441 Objects with 45 Devices 109 Methods 15 Regions
> Parsing Methods: (complete lack of dots)
> Table [SSDT] - 0 Objects with 0 Devices 0 Methods 0 Regions
> ACPI Namespace successfully loaded at root c02f705c
> 
>  And that's it.  It's sat there for around 10 minutes and nothing else
> has happened.  Passing pci=noacpi results in no changes.
> 
>  Passing acpi=off, the machine boots up much further, but some devices
> don't seem to work properly (it may just be I didn't add support to the
> correct devices in the kernel config - my working kernel is the default
> Redhat 7.3 pcmcia-cs kernel image, which is great except the laptop gets
> rather hotter than it did in WinXP...)
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: lockup on boot
       [not found]         ` <1033363249.1414.13.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
@ 2002-09-30  0:23           ` Sean Middleditch
  0 siblings, 0 replies; 5+ messages in thread
From: Sean Middleditch @ 2002-09-30  0:23 UTC (permalink / raw)
  To: Sérgio Monteiro Basto; +Cc: acpi-devel

Oh, joy.  Boy did I screw up buying this thing then.  ::sigh::

I will try disabling APIC.  Do I need to apply this kapcid patch, or is
that rolled into recent acpi patches?

Also, this lack of "performance management" - does this mean it's still
going to over-heat when left on for too long?  It gets *very* hot after
even a little while.

Thanks!

On Mon, 2002-09-30 at 01:20, Sérgio Monteiro Basto wrote:
> one compaq presario 7xx?
> welcome we are in black list ;)
> have you disable the APIC ?
> 
> read this
> http://www.pps.jussieu.fr/%7Ejch/software/presario/
> 
> 
> 
> On Sat, 2002-09-28 at 14:53, Sean Middleditch wrote:
> > Ack, sorry the third post, but it dawns on me I was an idiot and didn't
> > post what machine I'm using:
> > 
> > It's a Compaq Presario 700US laptop.
> > 
> > On Sat, 2002-09-21 at 14:06, Sean Middleditch wrote:
> > > Hi,
> > > 
> > >  Using kernel 2.4.20-pre7 with the 20020918 ACPI patch, I'm unable to
> > > boot the machine.
> > > 
> > >  With debugin off, it gets as far as
> > > PCI: Using configuration type 1
> > > 
> > >  Turning debugging on, the messages following the above are
> > > (approximately - no cut and paste ~,^):
> > > 
> > >  tbxface-0099 [03] Acpi_load_tables    : ACPI Tables successfully loaded
> > > Parsing Methods: ... (many dots)
> > > Table [DSDT] - 441 Objects with 45 Devices 109 Methods 15 Regions
> > > Parsing Methods: (complete lack of dots)
> > > Table [SSDT] - 0 Objects with 0 Devices 0 Methods 0 Regions
> > > ACPI Namespace successfully loaded at root c02f705c
> > > 
> > >  And that's it.  It's sat there for around 10 minutes and nothing else
> > > has happened.  Passing pci=noacpi results in no changes.
> > > 
> > >  Passing acpi=off, the machine boots up much further, but some devices
> > > don't seem to work properly (it may just be I didn't add support to the
> > > correct devices in the kernel config - my working kernel is the default
> > > Redhat 7.3 pcmcia-cs kernel image, which is great except the laptop gets
> > > rather hotter than it did in WinXP...)
> > > 
> > > 
> > > 
> > > 
> > > 
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Acpi-devel mailing list
> > > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > https://lists.sourceforge.net/lists/listinfo/acpi-devel
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Acpi-devel mailing list
> > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/acpi-devel
> > 
> 
> 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: lockup on boot
       [not found]     ` <1033239215.3157.2.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
@ 2002-09-30  5:20       ` Sérgio Monteiro Basto
       [not found]         ` <1033363249.1414.13.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Sérgio Monteiro Basto @ 2002-09-30  5:20 UTC (permalink / raw)
  To: Sean Middleditch; +Cc: acpi-devel

one compaq presario 7xx?
welcome we are in black list ;)
have you disable the APIC ?

read this
http://www.pps.jussieu.fr/%7Ejch/software/presario/



On Sat, 2002-09-28 at 14:53, Sean Middleditch wrote:
> Ack, sorry the third post, but it dawns on me I was an idiot and didn't
> post what machine I'm using:
> 
> It's a Compaq Presario 700US laptop.
> 
> On Sat, 2002-09-21 at 14:06, Sean Middleditch wrote:
> > Hi,
> > 
> >  Using kernel 2.4.20-pre7 with the 20020918 ACPI patch, I'm unable to
> > boot the machine.
> > 
> >  With debugin off, it gets as far as
> > PCI: Using configuration type 1
> > 
> >  Turning debugging on, the messages following the above are
> > (approximately - no cut and paste ~,^):
> > 
> >  tbxface-0099 [03] Acpi_load_tables    : ACPI Tables successfully loaded
> > Parsing Methods: ... (many dots)
> > Table [DSDT] - 441 Objects with 45 Devices 109 Methods 15 Regions
> > Parsing Methods: (complete lack of dots)
> > Table [SSDT] - 0 Objects with 0 Devices 0 Methods 0 Regions
> > ACPI Namespace successfully loaded at root c02f705c
> > 
> >  And that's it.  It's sat there for around 10 minutes and nothing else
> > has happened.  Passing pci=noacpi results in no changes.
> > 
> >  Passing acpi=off, the machine boots up much further, but some devices
> > don't seem to work properly (it may just be I didn't add support to the
> > correct devices in the kernel config - my working kernel is the default
> > Redhat 7.3 pcmcia-cs kernel image, which is great except the laptop gets
> > rather hotter than it did in WinXP...)
> > 
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Acpi-devel mailing list
> > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

end of thread, other threads:[~2002-09-30  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-21 18:06 lockup on boot Sean Middleditch
     [not found] ` <1032631567.23480.23.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
2002-09-28 18:50   ` Sean Middleditch
2002-09-28 18:53   ` Sean Middleditch
     [not found]     ` <1033239215.3157.2.camel-5lwDtw4hGk+puJRAN1am9g@public.gmane.org>
2002-09-30  5:20       ` Sérgio Monteiro Basto
     [not found]         ` <1033363249.1414.13.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2002-09-30  0:23           ` Sean Middleditch

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