* benq s73g with bugs in DSDT
@ 2006-12-17 16:25 philip havran
2006-12-17 16:36 ` Alexey Starikovskiy
0 siblings, 1 reply; 2+ messages in thread
From: philip havran @ 2006-12-17 16:25 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: Type: text/plain, Size: 599 bytes --]
dear developers
using acpid with the benq notebook s73g on ubuntu 6.06 dapper drake,
there are several bugs (warnings) when recompiling the the dsdt.dsl.
i search now for about 3 weeks on the net, but i was not able to find
fixes for the output of the iasl compiler!
i am running the benq s73g notebook with the leatest bios update form
the vendors homepage!
maybe you could give me some advice or an mailing list where i could
send the problem with the DSDT to.
thank you in advance
yours philip havran
p.s. at the end of this mail is an attachement with the output of the
iasl compiler
[-- Attachment #2: dsdt_output --]
[-- Type: text/plain, Size: 3947 bytes --]
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20051216 [Jan 9 2006]
Copyright (C) 2000 - 2005 Intel Corporation
Supports ACPI Specification Revision 3.0
dsdt.dsl 328: Method (_CST, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_CST)
dsdt.dsl 328: Method (_CST, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_CST)
dsdt.dsl 488: Method (_CST, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_CST)
dsdt.dsl 488: Method (_CST, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_CST)
dsdt.dsl 493: Return (\_PR.CPU0._CST ())
Warning 2090 - ^ Called method may not always return a value
dsdt.dsl 1147: Method (_OSC, 5, NotSerialized)
Warning 2074 - ^ Reserved method has too many arguments (_OSC requires 4)
dsdt.dsl 4480: Method (_GTM, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTM)
dsdt.dsl 4480: Method (_GTM, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTM)
dsdt.dsl 4637: Method (_GTF, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTF)
dsdt.dsl 4637: Method (_GTF, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTF)
dsdt.dsl 4705: Method (_GTF, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTF)
dsdt.dsl 4705: Method (_GTF, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTF)
dsdt.dsl 4777: Method (_GTM, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTM)
dsdt.dsl 4777: Method (_GTM, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTM)
dsdt.dsl 4947: Method (_GTF, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTF)
dsdt.dsl 4947: Method (_GTF, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTF)
dsdt.dsl 5015: Method (_GTF, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTF)
dsdt.dsl 5015: Method (_GTF, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTF)
dsdt.dsl 5121: Method (_GTF, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTF)
dsdt.dsl 5121: Method (_GTF, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTF)
dsdt.dsl 5167: Method (_GTF, 0, NotSerialized)
Warning 2085 - ^ Not all control paths return a value (_GTF)
dsdt.dsl 5167: Method (_GTF, 0, NotSerialized)
Warning 2078 - ^ Reserved method must return a value (_GTF)
ASL Input: dsdt.dsl - 5181 lines, 185613 bytes, 2130 keywords
AML Output: DSDT.aml - 19127 bytes 572 named objects 1558 executable opcodes
Compilation complete. 0 Errors, 22 Warnings, 0 Remarks, 131 Optimizations
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: benq s73g with bugs in DSDT
2006-12-17 16:25 benq s73g with bugs in DSDT philip havran
@ 2006-12-17 16:36 ` Alexey Starikovskiy
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Starikovskiy @ 2006-12-17 16:36 UTC (permalink / raw)
To: philip havran; +Cc: linux-acpi
These warnings are warnings -- they are not fatal by themselves.
Do you have any real problem with your notebook?
You should send output of iasl to Benq, as it is them who should fix that.
Regards,
Alex
philip havran wrote:
> dear developers
>
> using acpid with the benq notebook s73g on ubuntu 6.06 dapper drake,
> there are several bugs (warnings) when recompiling the the dsdt.dsl.
>
> i search now for about 3 weeks on the net, but i was not able to find
> fixes for the output of the iasl compiler!
> i am running the benq s73g notebook with the leatest bios update form
> the vendors homepage!
>
> maybe you could give me some advice or an mailing list where i could
> send the problem with the DSDT to.
>
> thank you in advance
>
> yours philip havran
>
> p.s. at the end of this mail is an attachement with the output of the
> iasl compiler
>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> Intel ACPI Component Architecture
> ASL Optimizing Compiler version 20051216 [Jan 9 2006]
> Copyright (C) 2000 - 2005 Intel Corporation
> Supports ACPI Specification Revision 3.0
>
> dsdt.dsl 328: Method (_CST, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_CST)
>
> dsdt.dsl 328: Method (_CST, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_CST)
>
> dsdt.dsl 488: Method (_CST, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_CST)
>
> dsdt.dsl 488: Method (_CST, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_CST)
>
> dsdt.dsl 493: Return (\_PR.CPU0._CST ())
> Warning 2090 - ^ Called method may not always return a value
>
> dsdt.dsl 1147: Method (_OSC, 5, NotSerialized)
> Warning 2074 - ^ Reserved method has too many arguments (_OSC requires 4)
>
> dsdt.dsl 4480: Method (_GTM, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTM)
>
> dsdt.dsl 4480: Method (_GTM, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTM)
>
> dsdt.dsl 4637: Method (_GTF, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl 4637: Method (_GTF, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl 4705: Method (_GTF, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl 4705: Method (_GTF, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl 4777: Method (_GTM, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTM)
>
> dsdt.dsl 4777: Method (_GTM, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTM)
>
> dsdt.dsl 4947: Method (_GTF, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl 4947: Method (_GTF, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl 5015: Method (_GTF, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl 5015: Method (_GTF, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl 5121: Method (_GTF, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl 5121: Method (_GTF, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl 5167: Method (_GTF, 0, NotSerialized)
> Warning 2085 - ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl 5167: Method (_GTF, 0, NotSerialized)
> Warning 2078 - ^ Reserved method must return a value (_GTF)
>
> ASL Input: dsdt.dsl - 5181 lines, 185613 bytes, 2130 keywords
> AML Output: DSDT.aml - 19127 bytes 572 named objects 1558 executable opcodes
>
> Compilation complete. 0 Errors, 22 Warnings, 0 Remarks, 131 Optimizations
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-17 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-17 16:25 benq s73g with bugs in DSDT philip havran
2006-12-17 16:36 ` Alexey Starikovskiy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.