* Crash on boot with latest ACPI versions
@ 2003-05-24 6:35 Jean-Marc Valin
[not found] ` <1053758126.4072.9.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Jean-Marc Valin @ 2003-05-24 6:35 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
Hi,
I've been experiencing crashes while booting with the latest ACPI
driver. Since I can't use a screendump program, I tried to take a
picture instead (sorry, bad quality):
http://www.xiph.org/~jm/acpi_crash.jpg
I'm using a Compaq Presario 1720CA laptop (PIII 1 GHz) under 2.4.20. The
stock kernel ACPI doesn't crash (though battery status doesn't work),
but the latest ACPI drivers (all versions less than 6-10 months old)
crash on boot every time.
Jean-Marc
--
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, Québec, Canada
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Crash on boot with latest ACPI versions
@ 2003-05-24 21:11 Grover, Andrew
0 siblings, 0 replies; 6+ messages in thread
From: Grover, Andrew @ 2003-05-24 21:11 UTC (permalink / raw)
To: Jean-Marc Valin, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
> From: Jean-Marc Valin [mailto:jean-marc.valin-ZbDpfo6ompS0w+vkrfm4Cg@public.gmane.org]
> I've been experiencing crashes while booting with the latest ACPI
> driver. Since I can't use a screendump program, I tried to take a
> picture instead (sorry, bad quality):
> http://www.xiph.org/~jm/acpi_crash.jpg
>
> I'm using a Compaq Presario 1720CA laptop (PIII 1 GHz) under
> 2.4.20. The
> stock kernel ACPI doesn't crash (though battery status doesn't work),
> but the latest ACPI drivers (all versions less than 6-10 months old)
> crash on boot every time.
Hi. Yeah, stock 2.4.20 doesn't use ACPI for PCI IRQ routing, which lets
it dodge any issues in this very important area. So, it's hanging at
that spot in your picture?
Can you put printk functions at the top and bottom of
acpi_evaluate_object? This will narrow it down to a hang in the
interpreter, or somewhere else. Also, if you haven't turned on debug
messages, please do so.
Regards -- Andy
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Crash on boot with latest ACPI versions
[not found] ` <1053758126.4072.9.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
@ 2003-05-25 4:13 ` Sérgio Monteiro Basto
[not found] ` <1053836025.4322.1.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Sérgio Monteiro Basto @ 2003-05-25 4:13 UTC (permalink / raw)
To: Jean-Marc Valin; +Cc: acpi-devel
Have you try disable apic?
I many presarios 7xx
On Sat, 2003-05-24 at 07:35, Jean-Marc Valin wrote:
> Hi,
>
> I've been experiencing crashes while booting with the latest ACPI
> driver. Since I can't use a screendump program, I tried to take a
> picture instead (sorry, bad quality):
> http://www.xiph.org/~jm/acpi_crash.jpg
>
> I'm using a Compaq Presario 1720CA laptop (PIII 1 GHz) under 2.4.20. The
> stock kernel ACPI doesn't crash (though battery status doesn't work),
> but the latest ACPI drivers (all versions less than 6-10 months old)
> crash on boot every time.
>
> Jean-Marc
>
> --
> Jean-Marc Valin, M.Sc.A.
> LABORIUS (http://www.gel.usherb.ca/laborius)
> Université de Sherbrooke, Québec, Canada
>
--
Sérgio Basto
Technology Project Manager
onevision design studios
TECMAIA - Parque de Ciência e Tecnologia da Maia
Rua Frederico Ulrich, 2650
4470-605 MOREIRA DA MAIA
tel. + 351 22 091 5410
fax. + 351 22 091 5419
email: sbasto-n97bsLhj/YhQPh2TJV30h1aTQe2KTcn/@public.gmane.org
web: http://www.onevision-design.com
--
SérgioMB
email: sergiomb-hHo3WeeoaswVhHzd4jOs4w@public.gmane.org
Who gives me one shell, give me everything.
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Crash on boot with latest ACPI versions
[not found] ` <1053836025.4322.1.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
@ 2003-05-25 4:17 ` Jean-Marc Valin
0 siblings, 0 replies; 6+ messages in thread
From: Jean-Marc Valin @ 2003-05-25 4:17 UTC (permalink / raw)
To: Sérgio Monteiro Basto; +Cc: acpi-devel
[-- Attachment #1: Type: text/plain, Size: 1473 bytes --]
Actually, I think it's a dsdt bug. I tried an updated one and it works
fine now (2.4.20 with APIC on). I guess the case is closed?
Jean-Marc
Le dim 25/05/2003 à 00:13, Sérgio Monteiro Basto a écrit :
> Have you try disable apic?
> I many presarios 7xx
>
> On Sat, 2003-05-24 at 07:35, Jean-Marc Valin wrote:
> > Hi,
> >
> > I've been experiencing crashes while booting with the latest ACPI
> > driver. Since I can't use a screendump program, I tried to take a
> > picture instead (sorry, bad quality):
> > http://www.xiph.org/~jm/acpi_crash.jpg
> >
> > I'm using a Compaq Presario 1720CA laptop (PIII 1 GHz) under 2.4.20. The
> > stock kernel ACPI doesn't crash (though battery status doesn't work),
> > but the latest ACPI drivers (all versions less than 6-10 months old)
> > crash on boot every time.
> >
> > Jean-Marc
> >
> > --
> > Jean-Marc Valin, M.Sc.A.
> > LABORIUS (http://www.gel.usherb.ca/laborius)
> > Université de Sherbrooke, Québec, Canada
> >
> --
> Sérgio Basto
> Technology Project Manager
> onevision design studios
> TECMAIA - Parque de Ciência e Tecnologia da Maia
> Rua Frederico Ulrich, 2650
> 4470-605 MOREIRA DA MAIA
> tel. + 351 22 091 5410
> fax. + 351 22 091 5419
> email: sbasto-n97bsLhj/YhQPh2TJV30h1aTQe2KTcn/@public.gmane.org
> web: http://www.onevision-design.com
--
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, Québec, Canada
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Crash on boot with latest ACPI versions
@ 2003-05-26 6:09 ludovic.laurent-ytnthM/UnKeG5XvV6lv2jw
[not found] ` <67434F035452D411B4300008C75DF6550611046F-Fghzj1p3daU@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: ludovic.laurent-ytnthM/UnKeG5XvV6lv2jw @ 2003-05-26 6:09 UTC (permalink / raw)
To: jean-marc.valin-ZbDpfo6ompS0w+vkrfm4Cg
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
hello,
I have the same problem with my Compaq Presario 1716EA, and I use pci=noacpi
to boot.
I'm very interested by your modified dsdt, could send me the link where I
can found it ?
regards,
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin-ZbDpfo6ompS0w+vkrfm4Cg@public.gmane.org]
Sent: 25 May 2003 06:18
To: Sérgio Monteiro Basto
Cc: acpi-devel
Subject: Re: [ACPI] Crash on boot with latest ACPI versions
Actually, I think it's a dsdt bug. I tried an updated one and it works
fine now (2.4.20 with APIC on). I guess the case is closed?
Jean-Marc
Le dim 25/05/2003 à 00:13, Sérgio Monteiro Basto a écrit :
> Have you try disable apic?
> I many presarios 7xx
>
> On Sat, 2003-05-24 at 07:35, Jean-Marc Valin wrote:
> > Hi,
> >
> > I've been experiencing crashes while booting with the latest ACPI
> > driver. Since I can't use a screendump program, I tried to take a
> > picture instead (sorry, bad quality):
> > http://www.xiph.org/~jm/acpi_crash.jpg
> >
> > I'm using a Compaq Presario 1720CA laptop (PIII 1 GHz) under 2.4.20. The
> > stock kernel ACPI doesn't crash (though battery status doesn't work),
> > but the latest ACPI drivers (all versions less than 6-10 months old)
> > crash on boot every time.
> >
> > Jean-Marc
> >
> > --
> > Jean-Marc Valin, M.Sc.A.
> > LABORIUS (http://www.gel.usherb.ca/laborius)
> > Université de Sherbrooke, Québec, Canada
> >
> --
> Sérgio Basto
> Technology Project Manager
> onevision design studios
> TECMAIA - Parque de Ciência e Tecnologia da Maia
> Rua Frederico Ulrich, 2650
> 4470-605 MOREIRA DA MAIA
> tel. + 351 22 091 5410
> fax. + 351 22 091 5419
> email: sbasto-n97bsLhj/YhQPh2TJV30h1aTQe2KTcn/@public.gmane.org
> web: http://www.onevision-design.com
--
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, Québec, Canada
**** DISCLAIMER ****
"This e-mail and any attachments thereto may contain information
which is confidential and/or protected by intellectual property
rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form)
by persons other than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender either
by telephone or by e-mail and delete the material from any computer.
Thank you for your cooperation."
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Crash on boot with latest ACPI versions
[not found] ` <67434F035452D411B4300008C75DF6550611046F-Fghzj1p3daU@public.gmane.org>
@ 2003-05-26 18:24 ` Jean-Marc Valin
0 siblings, 0 replies; 6+ messages in thread
From: Jean-Marc Valin @ 2003-05-26 18:24 UTC (permalink / raw)
To: ludovic.laurent-ytnthM/UnKeG5XvV6lv2jw
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 2336 bytes --]
All info here: http://poli.cs.vsb.cz/linux/somrak-presario-1700/
Note: I'm not the author of the page, I just tried what's there and was
finally able to get the battery status :)
Jean-Marc
Le lun 26/05/2003 à 02:09, ludovic.laurent-ytnthM/UnKeG5XvV6lv2jw@public.gmane.org a écrit :
> hello,
>
> I have the same problem with my Compaq Presario 1716EA, and I use pci=noacpi
> to boot.
> I'm very interested by your modified dsdt, could send me the link where I
> can found it ?
>
>
> regards,
>
> -----Original Message-----
> From: Jean-Marc Valin [mailto:jean-marc.valin-ZbDpfo6ompS0w+vkrfm4Cg@public.gmane.org]
> Sent: 25 May 2003 06:18
> To: Sérgio Monteiro Basto
> Cc: acpi-devel
> Subject: Re: [ACPI] Crash on boot with latest ACPI versions
>
>
> Actually, I think it's a dsdt bug. I tried an updated one and it works
> fine now (2.4.20 with APIC on). I guess the case is closed?
>
> Jean-Marc
>
> Le dim 25/05/2003 à 00:13, Sérgio Monteiro Basto a écrit :
> > Have you try disable apic?
> > I many presarios 7xx
> >
> > On Sat, 2003-05-24 at 07:35, Jean-Marc Valin wrote:
> > > Hi,
> > >
> > > I've been experiencing crashes while booting with the latest ACPI
> > > driver. Since I can't use a screendump program, I tried to take a
> > > picture instead (sorry, bad quality):
> > > http://www.xiph.org/~jm/acpi_crash.jpg
> > >
> > > I'm using a Compaq Presario 1720CA laptop (PIII 1 GHz) under 2.4.20. The
> > > stock kernel ACPI doesn't crash (though battery status doesn't work),
> > > but the latest ACPI drivers (all versions less than 6-10 months old)
> > > crash on boot every time.
> > >
> > > Jean-Marc
> > >
> > > --
> > > Jean-Marc Valin, M.Sc.A.
> > > LABORIUS (http://www.gel.usherb.ca/laborius)
> > > Université de Sherbrooke, Québec, Canada
> > >
> > --
> > Sérgio Basto
> > Technology Project Manager
> > onevision design studios
> > TECMAIA - Parque de Ciência e Tecnologia da Maia
> > Rua Frederico Ulrich, 2650
> > 4470-605 MOREIRA DA MAIA
> > tel. + 351 22 091 5410
> > fax. + 351 22 091 5419
> > email: sbasto-n97bsLhj/YhQPh2TJV30h1aTQe2KTcn/@public.gmane.org
> > web: http://www.onevision-design.com
--
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, Québec, Canada
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-05-26 18:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-26 6:09 Crash on boot with latest ACPI versions ludovic.laurent-ytnthM/UnKeG5XvV6lv2jw
[not found] ` <67434F035452D411B4300008C75DF6550611046F-Fghzj1p3daU@public.gmane.org>
2003-05-26 18:24 ` Jean-Marc Valin
-- strict thread matches above, loose matches on Subject: below --
2003-05-24 21:11 Grover, Andrew
2003-05-24 6:35 Jean-Marc Valin
[not found] ` <1053758126.4072.9.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2003-05-25 4:13 ` Sérgio Monteiro Basto
[not found] ` <1053836025.4322.1.camel-4/PLUo9XfK/yXfm4dIG/yWZHpeb/A1Y/@public.gmane.org>
2003-05-25 4:17 ` Jean-Marc Valin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox