Page 54 of 59 FirstFirst ... 4445253545556 ... LastLast
Results 531 to 540 of 581

Thread: HOWTO Fix A Buggy DSDT File

  1. #531
    Join Date
    Jun 2011
    Beans
    1

    Re: HOWTO Fix A Buggy DSDT File

    Hello,

    I have a new Dell M5010 (with newest A10 BIOS, AMD P360), and I have a problem. It's overheating (70 °C at boot, 75 °C at work, the service say's OK, but Dell it's not...).
    I want to edit DSDT, but it doesn't have Thermal Zone and I got many error during recompline...

    Can somebody help me?
    Attached Files Attached Files

  2. #532
    Join Date
    Nov 2010
    Beans
    6

    Re: HOWTO Fix A Buggy DSDT File

    I've been working on fixing the Compaq Presario CQ61 DSDT since I discovered that the fan spins slow all the time and the laptop overheats.

    I have managed to fix it and now it compiles without any errors.

    Everything works as expected, the fan speeds up when the load gets hight, but It is still running a little bit hot. I am willing to trade some noise for a few degrees down, and I am trying to figure out where in the DSDT can I control the fan speed? I have been looking into it for a long time and I still cannot figure it out...

    Any help would be greatly appreciated
    Attached Files Attached Files

  3. #533
    Join Date
    Aug 2010
    Beans
    7

    Re: HOWTO Fix A Buggy DSDT File

    Laptop: HP Pavilion dv6 6008el (2Ghz Intel Core i7 2630QM, 8Gb DDR3, Radeon HD 6490 1Gb, 500Gb sata 7200rpm).

    My laptop doesn't boot - blank screen - if acpi=off is not specified in grub, that way disabling ACPI entirely (unacceptable). Ubuntu 10.04 LTS and 10.10 aren't affected, Natty 11.04 is. I followed debug instructions on LessWatts and discovered DSDT table is broken, please help!

    HTML Code:
    DSDT.dsl    37:     External (\TNOT)
    Error    4057 -                   ^ Name already exists in scope (\TNOT)
    
    DSDT.dsl 11050:     Method (PAPR, 0, NotSerialized)
    Warning  1088 -                ^ Not all control paths return a value (PAPR)
    
    DSDT.dsl 12566:     Method (_CRS, 0, NotSerialized)
    Warning  1088 -                ^ Not all control paths return a value (_CRS)
    
    DSDT.dsl 12566:     Method (_CRS, 0, NotSerialized)
    Warning  1081 -                ^ Reserved method must return a value (Buffer required for _CRS)
    Thanks
    Attached Files Attached Files

  4. #534
    Join Date
    Jun 2006
    Beans
    50

    Re: HOWTO Fix A Buggy DSDT File

    For my DSDT file, when recompiling, at first I get a series of error like this:

    Code:
    dsdt.dsl  8236:                             Name (_PLD, Buffer (0x10)
    Error    4080 -              Invalid object type for reserved name ^  (found BUFFER, requires Package)
    I changed s/Buffer/Package/ in each line and the Errors are gone.

    All that remains are these Warnings:
    Code:
    # iasl -tc dsdt.dsl
    
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20100528 [Jun 23 2011]
    Copyright (c) 2000 - 2010 Intel Corporation
    Supports ACPI Specification Revision 4.0a
    
    dsdt.dsl  4421:                                     If (LFLS ())
    Warning  1093 -                                            ^ Called method may not always return a value
    
    dsdt.dsl  4524:                                 If (LFLS ())
    Warning  1093 -                                        ^ Called method may not always return a value
    
    dsdt.dsl  4547:                                 If (LFLS ())
    Warning  1093 -                                        ^ Called method may not always return a value
    
    dsdt.dsl  4612:                                     If (LFLS ())
    Warning  1093 -                                            ^ Called method may not always return a value
    
    dsdt.dsl  4624:                                     If (LFLS ())
    Warning  1093 -                                            ^ Called method may not always return a value
    
    dsdt.dsl  4644:                     Method (LFLS, 0, NotSerialized)
    Warning  1088 -                                ^ Not all control paths return a value (LFLS)
    
    dsdt.dsl  9060:                         Store (\_SB.PCI0.LPC.EC.SLBN (), Local0)
    Warning  1093 -        Called method may not always return a value ^ 
    
    dsdt.dsl  9385:             Method (SLBN, 0, NotSerialized)
    Warning  1088 -                        ^ Not all control paths return a value (SLBN)
    
    dsdt.dsl  9854:             Method (_Q15, 0, NotSerialized)
    Warning  1088 -                        ^ Not all control paths return a value (_Q15)
    
    ASL Input:  dsdt.dsl - 13834 lines, 450481 bytes, 5744 keywords
    AML Output: dsdt.aml - 50486 bytes, 1110 named objects, 4634 executable opcodes
    which I am not sure how to fix. Please help!

    This is for a Lenovo ThinkPAD x201 Tablet.
    Attached Files Attached Files

  5. #535
    Join Date
    Dec 2010
    Location
    /GR
    Beans
    14
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: HOWTO Fix A Buggy DSDT File

    Hello i tried to copy the dsdt file to my home folder but there is no such file in /proc/acpi/ do you know what i could do?

    EDIT: i think that it is now located in folder /sys/firmware/acpi/tables/ is that correct?
    Last edited by GreekRockNRoller; July 13th, 2011 at 06:51 PM.

  6. #536
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: HOWTO Fix A Buggy DSDT File

    i have a Pentium M 760 Dothan C0 2.00 GHz and motherboard has ACPI 1.0

    cpu scaling is broken with natty and oneiric likely due to the kernel devs no longer supporting kernel hacks and choosing to go for the safer acpi option.

    is it possible to hack the DSDT to get cpufreq working again.
    currently i'm stuck with p4-clockmod and 1.5GHz.

  7. #537
    Join Date
    Apr 2010
    Beans
    1

    Re: HOWTO Fix A Buggy DSDT File

    Hello experts,

    I have an HP Envy 14T-2000 (Beatsaudio) and have extracted it's dsdt. When I try to compile it I get the following error and warnings:

    19 Error Name already exists in scope (\TNOT)
    2316 Remark Initializer list shorter than declared package length
    4520 Warning Not all control paths return a value (_HID)
    4520 Warning Reserved method must return a value (Integer/String required for _HID)
    4579 Warning Not all control paths return a value (_CID)
    4579 Warning Reserved method must return a value (Integer/String/Package required for _CID)
    5052 Warning Not all control paths return a value (_BST)
    14218 Warning Not all control paths return a value (_CRS)
    14218 Warning Reserved method must return a value (Buffer required for _CRS)

    Can you please help fix the above errors so I can compile and use it on my Ubuntu 11.04 installation?

    I have attached the DSDT file for easy reference.

    Thank you.
    Attached Files Attached Files

  8. #538
    Join Date
    Jul 2011
    Beans
    3

    Re: HOWTO Fix A Buggy DSDT File

    Hi, I'm not a programmer by any means and i'm trying to edit my DSDT.
    Any help would be appreciated.
    Warning Not all control paths return a value (HKDS)
    Warning Not all control paths return a value (_WED)
    Reserved method must return a value (Integer/string/buffer required..
    Warning Not all control paths return a value (WMC9)
    Warning Not all control paths return a value (WRC8 )
    Warning Not all control paths return a value (WMCD)
    Warning Not all control paths return a value (WMCF)
    Warning Not all control paths return a value (WB15)

    Can someone point me in the right direction? i've also attached my dsdt for viewing.

    Thanks
    Attached Files Attached Files
    Last edited by Dewitts; September 28th, 2011 at 02:41 PM.

  9. #539
    Join Date
    Jul 2011
    Beans
    3

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by SH4RK300 View Post
    Hello,

    I have a new Dell M5010 (with newest A10 BIOS, AMD P360), and I have a problem. It's overheating (70 °C at boot, 75 °C at work, the service say's OK, but Dell it's not...).
    I want to edit DSDT, but it doesn't have Thermal Zone and I got many error during recompline...

    Can somebody help me?
    Used my dsdt editor to try and automatically repair the 124 errors,

    1 Error left 1 or 2 warnings and 1 remark I think... though much improved on the original... Give it a whirl

    (that's about my limit)
    Attached Files Attached Files

  10. #540
    Join Date
    May 2009
    Beans
    16

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by Dewitts View Post
    Hi, I'm not a programmer by any means and i'm trying to edit my DSDT.
    Any help would be appreciated.
    Warning Not all control paths return a value (HKDS)
    Warning Not all control paths return a value (_WED)
    Reserved method must return a value (Integer/string/buffer required..
    Warning Not all control paths return a value (WMC9)
    Warning Not all control paths return a value (WRC8 )
    Warning Not all control paths return a value (WMCD)
    Warning Not all control paths return a value (WMCF)
    Warning Not all control paths return a value (WB15)

    Can someone point me in the right direction? i've also attached my dsdt for viewing.

    Thanks
    http://www.acpica.org/downloads/binary_tools.php

    Use iasl.

    Code:
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20110922-32 [Sep 22 2011]
    Copyright (c) 2000 - 2011 Intel Corporation
    
    ASL Input:     dsdt.dsl - 10261 lines, 394545 bytes, 4083 keywords
    AML Output:    dsdt.aml - 40492 bytes, 879 named objects, 3204 executable opcode
    s
    Hex Dump:      dsdt.hex - 385045 bytes
    
    Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 39 Optimizations
    Attached Files Attached Files

Page 54 of 59 FirstFirst ... 4445253545556 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •