public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* No Thermal Zone with a Sager NP3760 (Clevo M375E/M375W) and kernel 2.6.9 (DSDT available)
@ 2004-10-22 13:51 Bradley Chapman
       [not found] ` <e294b46e04102206514e4a24df-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Bradley Chapman @ 2004-10-22 13:51 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

(Please CC me, I am not a member of the list)

Thermal zoning is not detected by the stock ACPI code in 2.6.9 on my
Sager NP3760 laptop (a rebranded Clevo M375E or M375W, IIRC). iasl
20040918 spits out these errors when attempting to compile the
decompiled DSDT:

# iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030918 [Sep 18 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b

dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
Warning  2019 -                        ^ Not all control paths return
a value (_PPC)

dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
Warning  2026 -                        ^ Reserved method must return a
value (_PPC)

dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
Warning  2019 -                        ^ Not all control paths return
a value (_PSS)

dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
Warning  2026 -                        ^ Reserved method must return a
value (_PSS)

dsdt.dsl  1081:     Method (SBWB, 3, NotSerialized)
Warning  2019 -                ^ Not all control paths return a value (SBWB)

dsdt.dsl  1762:             Field (SMRM, DWordAcc, NoLock, Preserve)
Error    1047 -                       ^ Access width is greater than region size
dsdt.dsl  1765:                 GSRM,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  1766:                 DLCK,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  1767:                 DCLS,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  1768:                 DOPN,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  3025:                     Method (SARA, 0, NotSerialized)
Warning  2019 -                                ^ Not all control paths
return a value (SARA)

dsdt.dsl  3133:                     Method (WSWD, 4, NotSerialized)
Warning  2019 -                                ^ Not all control paths
return a value (WSWD)

dsdt.dsl  3520:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  3661:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  3732:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  3745:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  4160:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  4229:                     /*** Missing EndDependentFunctions
descriptor */                })
Error    1071 -                           Missing EndDependentFn()
macro in dependent resource list ^

ASL Input:  dsdt.dsl - 4818 lines, 154622 bytes, 2139 keywords
Compilation complete. 11 Errors, 7 Warnings, 0 Remarks, 461 Optimizations

Do any of these errors have anything to do with it?

2.6.7, 2.6.8.1 and 2.6.9 have all failed to detect the thermal zone on
this machine; should I investigate a BIOS update?

The DSDT is available here:

http://www.pryan.org/mozilla/site/TheOneKEA/misc/dsdt.dsl

Thanks in advance,

Brad


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: No Thermal Zone with a Sager NP3760 (Clevo M375E/M375W) and kernel 2.6.9 (DSDT available)
@ 2004-10-25  2:29 Wang, Zhenyu Z
  0 siblings, 0 replies; 7+ messages in thread
From: Wang, Zhenyu Z @ 2004-10-25  2:29 UTC (permalink / raw)
  To: Bradley Chapman; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Bradley Chapman wrote:
> (Please CC me, I am not a member of the list)
> 
> Thermal zoning is not detected by the stock ACPI code in 2.6.9 on my
> Sager NP3760 laptop (a rebranded Clevo M375E or M375W, IIRC). iasl
> 20040918 spits out these errors when attempting to compile the
> decompiled DSDT:
> 
> # iasl -tc dsdt.dsl
> 
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20030918 [Sep 18
> 2003] Copyright (C) 2000 - 2003 Intel Corporation
> Supports ACPI Specification Revision 2.0b
> 
> dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
> Warning  2019 -                        ^ Not all control paths return
> a value (_PPC)
> 
> dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
> Warning  2026 -                        ^ Reserved method must return a
> value (_PPC)
> 
> dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
> Warning  2019 -                        ^ Not all control paths return
> a value (_PSS)
> 
> dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
> Warning  2026 -                        ^ Reserved method must return a
> value (_PSS)
> 
> dsdt.dsl  1081:     Method (SBWB, 3, NotSerialized)
> Warning  2019 -                ^ Not all control paths return a value
> (SBWB) 
> 
> dsdt.dsl  1762:             Field (SMRM, DWordAcc, NoLock, Preserve)
> Error    1047 -                       ^ Access width is greater than
> region size dsdt.dsl  1765:                 GSRM,   1,
> Error    1051 -                    ^ Access width of Field Unit
> extends beyond region limit
> 
> dsdt.dsl  1766:                 DLCK,   1,
> Error    1051 -                    ^ Access width of Field Unit
> extends beyond region limit
> 
> dsdt.dsl  1767:                 DCLS,   1,
> Error    1051 -                    ^ Access width of Field Unit
> extends beyond region limit
> 
> dsdt.dsl  1768:                 DOPN,   1,
> Error    1051 -                    ^ Access width of Field Unit
> extends beyond region limit
> 
> dsdt.dsl  3025:                     Method (SARA, 0, NotSerialized)
> Warning  2019 -                                ^ Not all control paths
> return a value (SARA)
> 
> dsdt.dsl  3133:                     Method (WSWD, 4, NotSerialized)
> Warning  2019 -                                ^ Not all control paths
> return a value (WSWD)
> 
> dsdt.dsl  3520:                         /*** Missing
> EndDependentFunctions descriptor */                    })
> Error    1071 -                                   Missing
> EndDependentFn() macro in dependent resource list ^
> 
> dsdt.dsl  3661:                         /*** Missing
> EndDependentFunctions descriptor */                    })
> Error    1071 -                                   Missing
> EndDependentFn() macro in dependent resource list ^
> 
> dsdt.dsl  3732:                         /*** Missing
> EndDependentFunctions descriptor */                    })
> Error    1071 -                                   Missing
> EndDependentFn() macro in dependent resource list ^
> 
> dsdt.dsl  3745:                         /*** Missing
> EndDependentFunctions descriptor */                    })
> Error    1071 -                                   Missing
> EndDependentFn() macro in dependent resource list ^
> 
> dsdt.dsl  4160:                         /*** Missing
> EndDependentFunctions descriptor */                    })
> Error    1071 -                                   Missing
> EndDependentFn() macro in dependent resource list ^
> 
> dsdt.dsl  4229:                     /*** Missing EndDependentFunctions
> descriptor */                })
> Error    1071 -                           Missing EndDependentFn()
> macro in dependent resource list ^
> 
> ASL Input:  dsdt.dsl - 4818 lines, 154622 bytes, 2139 keywords
> Compilation complete. 11 Errors, 7 Warnings, 0 Remarks, 461
> Optimizations 
> 
> Do any of these errors have anything to do with it?
> 
> 2.6.7, 2.6.8.1 and 2.6.9 have all failed to detect the thermal zone on
> this machine; should I investigate a BIOS update?
> 
> The DSDT is available here:
> 
> http://www.pryan.org/mozilla/site/TheOneKEA/misc/dsdt.dsl

I can't see the complete dsdt, net jam? i don't know.
You may have no thermalzone object, and hardware management subsystem
care about it.
-zhen
> 
> Thanks in advance,
> 
> Brad
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on
> ITManagersJournal 
> Use IT products in your business? Tell us what you think of them.
> Give us 
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find
> out more http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> 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: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: No Thermal Zone with a Sager NP3760 (Clevo M375E/M375W) and kernel 2.6.9 (DSDT available)
@ 2004-10-25  2:23 Wang, Zhenyu Z
  0 siblings, 0 replies; 7+ messages in thread
From: Wang, Zhenyu Z @ 2004-10-25  2:23 UTC (permalink / raw)
  To: Patrick Ale; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Patrick Ale wrote:
> Hi,
> 
> I have an equal-ish problem with my Acer Aspire 1703SM.
> Before using the DSDT for the Aspire 1703SC I had thermal support but
> no battery support.
> 
> After I that I have battery support and all but the kernel tells me
> happely that my temperature is critical.... as in.. 255 degrees
> Celcius.. somehow I dont believe him ;-)
> 
> Any idea what might cause this error?

It should have been fixed since 2.6.9 kernel, have you tried latest
kernel?

> 
> 
> On Fri, 22 Oct 2004 14:51:22 +0100, Bradley Chapman
> <kakadu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: 
>> 
>> 
>> (Please CC me, I am not a member of the list)
>> 
>> Thermal zoning is not detected by the stock ACPI code in 2.6.9 on my
>> Sager NP3760 laptop (a rebranded Clevo M375E or M375W, IIRC). iasl
>> 20040918 spits out these errors when attempting to compile the
>> decompiled DSDT:
>> 
>> # iasl -tc dsdt.dsl
>> 
>> Intel ACPI Component Architecture
>> ASL Optimizing Compiler / AML Disassembler version 20030918 [Sep 18
>> 2003] Copyright (C) 2000 - 2003 Intel Corporation
>> Supports ACPI Specification Revision 2.0b
>> 
>> dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
>> Warning  2019 -                        ^ Not all control paths return
>> a value (_PPC)
>> 
>> dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
>> Warning  2026 -                        ^ Reserved method must return
>> a 
>> value (_PPC)
>> 
>> dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
>> Warning  2019 -                        ^ Not all control paths return
>> a value (_PSS)
>> 
>> dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
>> Warning  2026 -                        ^ Reserved method must return
>> a 
>> value (_PSS)
>> 
>> dsdt.dsl  1081:     Method (SBWB, 3, NotSerialized)
>> Warning  2019 -                ^ Not all control paths return a
>> value (SBWB) 
>> 
>> dsdt.dsl  1762:             Field (SMRM, DWordAcc, NoLock, Preserve)
>> Error    1047 -                       ^ Access width is greater than
>> region size dsdt.dsl  1765:                 GSRM,   1,
>> Error    1051 -                    ^ Access width of Field Unit
>> extends beyond region limit
>> 
>> dsdt.dsl  1766:                 DLCK,   1,
>> Error    1051 -                    ^ Access width of Field Unit
>> extends beyond region limit
>> 
>> dsdt.dsl  1767:                 DCLS,   1,
>> Error    1051 -                    ^ Access width of Field Unit
>> extends beyond region limit
>> 
>> dsdt.dsl  1768:                 DOPN,   1,
>> Error    1051 -                    ^ Access width of Field Unit
>> extends beyond region limit
>> 
>> dsdt.dsl  3025:                     Method (SARA, 0, NotSerialized)
>> Warning  2019 -                                ^ Not all control
>> paths 
>> return a value (SARA)
>> 
>> dsdt.dsl  3133:                     Method (WSWD, 4, NotSerialized)
>> Warning  2019 -                                ^ Not all control
>> paths 
>> return a value (WSWD)
>> 
>> dsdt.dsl  3520:                         /*** Missing
>> EndDependentFunctions descriptor */                    })
>> Error    1071 -                                   Missing
>> EndDependentFn() macro in dependent resource list ^
>> 
>> dsdt.dsl  3661:                         /*** Missing
>> EndDependentFunctions descriptor */                    })
>> Error    1071 -                                   Missing
>> EndDependentFn() macro in dependent resource list ^
>> 
>> dsdt.dsl  3732:                         /*** Missing
>> EndDependentFunctions descriptor */                    })
>> Error    1071 -                                   Missing
>> EndDependentFn() macro in dependent resource list ^
>> 
>> dsdt.dsl  3745:                         /*** Missing
>> EndDependentFunctions descriptor */                    })
>> Error    1071 -                                   Missing
>> EndDependentFn() macro in dependent resource list ^
>> 
>> dsdt.dsl  4160:                         /*** Missing
>> EndDependentFunctions descriptor */                    })
>> Error    1071 -                                   Missing
>> EndDependentFn() macro in dependent resource list ^
>> 
>> dsdt.dsl  4229:                     /*** Missing
>> EndDependentFunctions descriptor */                })
>> Error    1071 -                           Missing EndDependentFn()
>> macro in dependent resource list ^
>> 
>> ASL Input:  dsdt.dsl - 4818 lines, 154622 bytes, 2139 keywords
>> Compilation complete. 11 Errors, 7 Warnings, 0 Remarks, 461
>> Optimizations 
>> 
>> Do any of these errors have anything to do with it?
>> 
>> 2.6.7, 2.6.8.1 and 2.6.9 have all failed to detect the thermal zone
>> on 
>> this machine; should I investigate a BIOS update?
>> 
>> The DSDT is available here:
>> 
>> http://www.pryan.org/mozilla/site/TheOneKEA/misc/dsdt.dsl
>> 
>> Thanks in advance,
>> 
>> Brad
>> 
>> -------------------------------------------------------
>> This SF.net email is sponsored by: IT Product Guide on
>> ITManagersJournal 
>> Use IT products in your business? Tell us what you think of them.
>> Give us 
>> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find
>> out more http://productguide.itmanagersjournal.com/guidepromo.tmpl
>> _______________________________________________
>> 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: IT Product Guide on
> ITManagersJournal 
> Use IT products in your business? Tell us what you think of them.
> Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to
> find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________ 
> 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: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

^ permalink raw reply	[flat|nested] 7+ messages in thread
* No Thermal Zone with a Sager NP3760 (Clevo M375E/M375W) and kernel 2.6.9 (DSDT available)
@ 2004-10-22 13:45 Bradley Chapman
  0 siblings, 0 replies; 7+ messages in thread
From: Bradley Chapman @ 2004-10-22 13:45 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

(Please CC me, I am not a member of the list)

Thermal zoning is not detected by the stock ACPI code in 2.6.9 on my
Sager NP3760 laptop (a rebranded Clevo M375E or M375W, IIRC). iasl
20040918 spits out these errors when attempting to compile the
decompiled DSDT:

# iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030918 [Sep 18 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b

dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
Warning  2019 -                        ^ Not all control paths return
a value (_PPC)

dsdt.dsl    22:             Method (_PPC, 0, NotSerialized)
Warning  2026 -                        ^ Reserved method must return a
value (_PPC)

dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
Warning  2019 -                        ^ Not all control paths return
a value (_PSS)

dsdt.dsl   201:             Method (_PSS, 0, NotSerialized)
Warning  2026 -                        ^ Reserved method must return a
value (_PSS)

dsdt.dsl  1081:     Method (SBWB, 3, NotSerialized)
Warning  2019 -                ^ Not all control paths return a value (SBWB)

dsdt.dsl  1762:             Field (SMRM, DWordAcc, NoLock, Preserve)
Error    1047 -                       ^ Access width is greater than region size
dsdt.dsl  1765:                 GSRM,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  1766:                 DLCK,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  1767:                 DCLS,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  1768:                 DOPN,   1,
Error    1051 -                    ^ Access width of Field Unit
extends beyond region limit

dsdt.dsl  3025:                     Method (SARA, 0, NotSerialized)
Warning  2019 -                                ^ Not all control paths
return a value (SARA)

dsdt.dsl  3133:                     Method (WSWD, 4, NotSerialized)
Warning  2019 -                                ^ Not all control paths
return a value (WSWD)

dsdt.dsl  3520:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  3661:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  3732:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  3745:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  4160:                         /*** Missing
EndDependentFunctions descriptor */                    })
Error    1071 -                                   Missing
EndDependentFn() macro in dependent resource list ^

dsdt.dsl  4229:                     /*** Missing EndDependentFunctions
descriptor */                })
Error    1071 -                           Missing EndDependentFn()
macro in dependent resource list ^

ASL Input:  dsdt.dsl - 4818 lines, 154622 bytes, 2139 keywords
Compilation complete. 11 Errors, 7 Warnings, 0 Remarks, 461 Optimizations

Do any of these errors have anything to do with it?

2.6.7, 2.6.8.1 and 2.6.9 have all failed to detect the thermal zone on
this machine; should I investigate a BIOS update?

The DSDT is available here:

http://www.pryan.org/mozilla/site/TheOneKEA/misc/dsdt.dsl

Thanks in advance,

Brad


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

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

end of thread, other threads:[~2004-10-25  2:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 13:51 No Thermal Zone with a Sager NP3760 (Clevo M375E/M375W) and kernel 2.6.9 (DSDT available) Bradley Chapman
     [not found] ` <e294b46e04102206514e4a24df-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-10-22 14:28   ` Patrick Ale
     [not found]     ` <8d158e1f041022072872fb2c4d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-10-22 20:54       ` Bradley Chapman
     [not found]         ` <e294b46e041022135475f80a7c-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-10-24 11:07           ` Patrick Ale
  -- strict thread matches above, loose matches on Subject: below --
2004-10-25  2:29 Wang, Zhenyu Z
2004-10-25  2:23 Wang, Zhenyu Z
2004-10-22 13:45 Bradley Chapman

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