public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug
@ 2006-07-11 23:37 Brian Litzinger
  2006-07-11 23:42 ` Nuitari
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Litzinger @ 2006-07-11 23:37 UTC (permalink / raw
  To: gentoo-amd64


Asus Z9200km laptop with AMD Turion 64 MT-37 locks up during early
kernel boot in ACPI.

I compiled ACPI with debug messages turned on.

I typed this in from a photograph:

CPU: AMD Turion(tm) 64 Mobile Technology MT-37 stepping 02
tbxface-0109 [02] load_tables : ACPI Tables successfully acquired
Parsing all Control Methods:
Table [DSDT](id 0005) - 1084 Objects with 56 Devices 344 Methods 26
Regions
ACPI Namespace successfully loaded at root ffffffff8053cb00
evxfevnt-0091 [03] enable : _

It is locked at the underbar above. Eventually the CPU fan goes into
high mode. The only way to recover is a power cycle.

This is with kernel gentoo-sources 2.6.17-r2. 2.6.17 and 2.6.11-r11
behave similarly.

Any thoughts?

-- 
Brian Litzinger
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug
  2006-07-11 23:37 [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug Brian Litzinger
@ 2006-07-11 23:42 ` Nuitari
  2006-07-12  5:06   ` Brian Litzinger
  0 siblings, 1 reply; 5+ messages in thread
From: Nuitari @ 2006-07-11 23:42 UTC (permalink / raw
  To: gentoo-amd64

> Asus Z9200km laptop with AMD Turion 64 MT-37 locks up during early
> kernel boot in ACPI.
>
> I compiled ACPI with debug messages turned on.
>
> I typed this in from a photograph:
>
> CPU: AMD Turion(tm) 64 Mobile Technology MT-37 stepping 02
> tbxface-0109 [02] load_tables : ACPI Tables successfully acquired
> Parsing all Control Methods:
> Table [DSDT](id 0005) - 1084 Objects with 56 Devices 344 Methods 26
> Regions
> ACPI Namespace successfully loaded at root ffffffff8053cb00
> evxfevnt-0091 [03] enable : _
>
> It is locked at the underbar above. Eventually the CPU fan goes into
> high mode. The only way to recover is a power cycle.
>
> This is with kernel gentoo-sources 2.6.17-r2. 2.6.17 and 2.6.11-r11
> behave similarly.
>
> Any thoughts?

Unplug your USB devices before booting the laptop.
It is a very well discussed ACPI bug on google and you can get some fixed 
ACPI tables to compile into the kernel.

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug
  2006-07-11 23:42 ` Nuitari
@ 2006-07-12  5:06   ` Brian Litzinger
  2006-07-12  5:55     ` Nuitari
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Litzinger @ 2006-07-12  5:06 UTC (permalink / raw
  To: gentoo-amd64

> >brian wrote:
> >Asus Z9200km laptop with AMD Turion 64 MT-37 locks up during early
> >kernel boot in ACPI.

On Tue, Jul 11, 2006 at 07:42:35PM -0400, Nuitari wrote:
> Unplug your USB devices before booting the laptop.
> It is a very well discussed ACPI bug on google and you can get some fixed 
> ACPI tables to compile into the kernel.

I've read extensively about that bug and tried everything
suggested including building kernels with the various DSDT tables
provided built in.

All lockup at the same point.

The 2.02 BIOS downgrade option is also not available for model.

Sadly, everyone figures I am running into the same bug and am simply
to lazy to use the fixes others have had success with.

So I'll just sit in my corner, all alone.

-- 
Brian Litzinger
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug
  2006-07-12  5:06   ` Brian Litzinger
@ 2006-07-12  5:55     ` Nuitari
  2006-07-12  6:41       ` Brian Litzinger
  0 siblings, 1 reply; 5+ messages in thread
From: Nuitari @ 2006-07-12  5:55 UTC (permalink / raw
  To: gentoo-amd64

> On Tue, Jul 11, 2006 at 07:42:35PM -0400, Nuitari wrote:
>> Unplug your USB devices before booting the laptop.
>> It is a very well discussed ACPI bug on google and you can get some fixed
>> ACPI tables to compile into the kernel.
>
> I've read extensively about that bug and tried everything
> suggested including building kernels with the various DSDT tables
> provided built in.
>
> All lockup at the same point.
>
> The 2.02 BIOS downgrade option is also not available for model.
>
> Sadly, everyone figures I am running into the same bug and am simply
> to lazy to use the fixes others have had success with.
>
> So I'll just sit in my corner, all alone.


This is odd as I got the same model laptop with 2.6.16-r5 (I think) with 
the latest bios version and the bug goes the same way as everybody else.

You could always run a kernel with no acpi, though that's not so great for 
a laptop
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug
  2006-07-12  5:55     ` Nuitari
@ 2006-07-12  6:41       ` Brian Litzinger
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Litzinger @ 2006-07-12  6:41 UTC (permalink / raw
  To: gentoo-amd64

> >brian wrote:
> >So I'll just sit in my corner, all alone.

On Wed, Jul 12, 2006 at 01:55:59AM -0400, Nuitari wrote:
> This is odd as I got the same model laptop with 2.6.16-r5 (I think) with 
> the latest bios version and the bug goes the same way as everybody else.

No doubt everyone is right.  Running with ACPI isn't so bad.  Just wish
the thing would actually turn off after a halt.

-- 
Brian Litzinger
-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2006-07-12  6:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 23:37 [gentoo-amd64] Asus Z9200km ACPI locks machine: output with ACPI debug Brian Litzinger
2006-07-11 23:42 ` Nuitari
2006-07-12  5:06   ` Brian Litzinger
2006-07-12  5:55     ` Nuitari
2006-07-12  6:41       ` Brian Litzinger

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