* Acer 3222 acpi
@ 2005-10-18 22:00 Nils Rimestad
[not found] ` <43557088.7010907-LgQBqAA7lunk1uMJSBkQmQ@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Nils Rimestad @ 2005-10-18 22:00 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hello
This is first time i try to work with acpi on a linux box,
now i like a challenge, but this is a bit on the top side of what i can
handle.
I managed to decompile the dsdt and have gotten following error when
trying to compile again.
dsdt.dsl 2352: If (ECOK)
Error 1065 - ^ Object not accessible from
this scope (ECOK)
ASL Input: dsdt.dsl - 6794 lines, 241739 bytes, 2957 keywords
Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 738 Optimizations
the code it is telling me it has a fault in this:
Method (_EJ0, 1, NotSerialized)
{
Store (0x00, \_SB.PCI0.RP01.Z001)
Store (0x00, \_SB.PCI0.LPCB.SIO.SIOS)
\_SB.GSMI (0x14)
If (ECOK) ##This is the line where it tells me
there is an error.
{
Store (0x01, \_SB.PCI0.LPCB.EC0.OSUD)
}
}
following if located a bit lower in the file, i guess this is the one it
should call, though im not sure.
Method (ECOK, 0, NotSerialized)
{
If (LEqual (\_SB.PCI0.LPCB.EC0.OKEC, 0x01))
{
Return (0x01)
}
Else
{
Return (0x00)
}
}
but now i feel kinda stranded, i can't realy figure out what to do next.
and that is why i ask here.
Is there an easy thing that i can try? or should i post the full file
and just sit back and let you guys have a look?
Thanks in advance
Nils Rimestad
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
^ permalink raw reply [flat|nested] 2+ messages in thread[parent not found: <43557088.7010907-LgQBqAA7lunk1uMJSBkQmQ@public.gmane.org>]
* Re: Acer 3222 acpi [not found] ` <43557088.7010907-LgQBqAA7lunk1uMJSBkQmQ@public.gmane.org> @ 2005-10-24 9:55 ` Yu, Luming 0 siblings, 0 replies; 2+ messages in thread From: Yu, Luming @ 2005-10-24 9:55 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Nils Rimestad On Wednesday 19 October 2005 06:00, Nils Rimestad wrote: > Hello > > This is first time i try to work with acpi on a linux box, That's good. > now i like a challenge, but this is a bit on the top side of what i can > handle. Before jumping to fix DSDT, please tell me do you have any boot-time or run-time problem with ACPI? > I managed to decompile the dsdt and have gotten following error when > trying to compile again. > > dsdt.dsl 2352: If (ECOK) > Error 1065 - ^ Object not accessible from > this scope (ECOK) > > ASL Input: dsdt.dsl - 6794 lines, 241739 bytes, 2957 keywords > Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 738 Optimizations > > the code it is telling me it has a fault in this: > Method (_EJ0, 1, NotSerialized) > { > Store (0x00, \_SB.PCI0.RP01.Z001) > Store (0x00, \_SB.PCI0.LPCB.SIO.SIOS) > \_SB.GSMI (0x14) > If (ECOK) ##This is the line where it tells me > there is an error. > { > Store (0x01, \_SB.PCI0.LPCB.EC0.OSUD) > } > } > > following if located a bit lower in the file, i guess this is the one it > should call, though im not sure. > Method (ECOK, 0, NotSerialized) > { > If (LEqual (\_SB.PCI0.LPCB.EC0.OKEC, 0x01)) > { > Return (0x01) > } > Else > { > Return (0x00) > } > } > > > but now i feel kinda stranded, i can't realy figure out what to do next. > and that is why i ask here. Please try replace if(ECOK) with if(ECOK()) > Is there an easy thing that i can try? or should i post the full file > and just sit back and let you guys have a look? Please post dmesg on this list and file a bug on bugzilla.kernel.org in ACPI category. > > Thanks in advance > Nils Rimestad > Thanks, Luming ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-24 9:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-18 22:00 Acer 3222 acpi Nils Rimestad
[not found] ` <43557088.7010907-LgQBqAA7lunk1uMJSBkQmQ@public.gmane.org>
2005-10-24 9:55 ` Yu, Luming
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox