Page 55 of 59 FirstFirst ... 5455354555657 ... LastLast
Results 541 to 550 of 581

Thread: HOWTO Fix A Buggy DSDT File

  1. #541
    Join Date
    May 2009
    Beans
    16

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by eloralon View Post
    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.
    Fixed. Should have Provided me with the .aml instead.

    Code:
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20110922-32 [Sep 22 2011]
    Copyright (c) 2000 - 2011 Intel Corporation
    
    ASL Input:     DSDT.dsl - 14398 lines, 576367 bytes, 6723 keywords
    AML Output:    dsdt.aml - 62775 bytes, 1191 named objects, 5532 executable opcod
    es
    Hex Dump:      DSDT.hex - 596705 bytes
    
    Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 29 Optimizations
    Attached Files Attached Files

  2. #542
    Join Date
    May 2009
    Beans
    16

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by mathfeel View Post
    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.
    Fixed.

    Code:
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20110922-32 [Sep 22 2011]
    Copyright (c) 2000 - 2011 Intel Corporation
    
    ASL Input:     dsdt.dsl - 13839 lines, 450520 bytes, 5746 keywords
    AML Output:    dsdt.aml - 50490 bytes, 1110 named objects, 4636 executable opcod
    es
    Hex Dump:      dsdt.hex - 480046 bytes
    
    Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 2799 Optimizations
    Attached Files Attached Files

  3. #543
    Join Date
    May 2009
    Beans
    16

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by guandalino View Post
    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
    Fixed.

    Code:
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20110922-32 [Sep 22 2011]
    Copyright (c) 2000 - 2011 Intel Corporation
    
    ASL Input:     DSDT.dsl - 12753 lines, 424443 bytes, 5911 keywords
    AML Output:    DSDT.aml - 50369 bytes, 1037 named objects, 4874 executable opcod
    es
    Hex Dump:      DSDT.hex - 478905 bytes
    
    Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 20 Optimizations
    Attached Files Attached Files

  4. #544
    Join Date
    Oct 2011
    Beans
    1

    Re: HOWTO Fix A Buggy DSDT File

    Hi. Asus MB E35M1-M with AMD Zacate APU and + 2 network cards. 10.04.03 server sometimes throw out messages in console "irq 19: nobody cared" and become laggy till reboot it. Even with "irqpoll" option its just happen less frequently. I try a couple of kernels. Last one is 2.6.38-11 lucid. Compiling DSDT cause lot of errors. Help please!
    Attached Files Attached Files

  5. #545
    Join Date
    May 2009
    Beans
    16

    Re: HOWTO Fix A Buggy DSDT File

    Upload the aml file please.

  6. #546
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO Fix A Buggy DSDT File

    this is an amazing thread... my gratitude...

    I've fixed a couple of bugs in my dsdt, would anyone be able to check my other bugs... (uploading aml)...

    many thanks,
    mike
    Attached Files Attached Files
    My personal website with blog n apps
    http://www.mikejonesey.co.uk/

  7. #547
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO Fix A Buggy DSDT File

    almost finished just a couple more to go...
    Attached Files Attached Files
    My personal website with blog n apps
    http://www.mikejonesey.co.uk/

  8. #548
    Join Date
    Sep 2009
    Location
    UK
    Beans
    435
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO Fix A Buggy DSDT File

    finished... (par one bug, which i found info on here), but i'll just leave that one as i don't think it'll affect anything much...

    attached is my final dsdt... maybe it will be helpful for anyone with hp g6 to diff... if anyone can give the start to finish a quick diff to check my changes would be appreciated...

    cheers,
    mike
    Attached Files Attached Files
    My personal website with blog n apps
    http://www.mikejonesey.co.uk/

  9. #549
    Join Date
    May 2006
    Beans
    180
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by guandalino View Post
    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]
    DSDT.dsl 37: External (\TNOT)
    Error 4057 - ^ Name already exists in scope (\TNOT)
    can you tell what brand is your bios ? because I have the same error on lenovo g470 :


    Code:
    DSDT.dsl    36:     External (\TNOT)
    Error    4057 -  Name already exists in scope ^  (\TNOT)
    # http://rzr.online.fr/q/apt # test my deb's please
    # http://rzr.online.fr/q/ubuntu # contribs docs etc
    # http://rzr.online.fr/q/unicorn # works for me
    # http://go.cur.lv/files# files to be shared or email me

  10. #550
    Join Date
    Sep 2011
    Beans
    2

    Re: HOWTO Fix A Buggy DSDT File

    Hi,

    Could someone help me fix my DSDT table ? I'm stuck with the warning and remarks, I've fixed the 2 errors (Min/Max error using Max - Min + 1 equation).
    I've got an Acer 4820TG with 1.25 bios, maybe someone as already fixed the dsdt table.
    Particularities of this model : ATI switchable graphic between Intel GPU and ATI GPU.
    System : ArchLinux.

    I've attached my dsdt.aml (and .dsl if you need it) to the post.

    Thx,
    Qiou.
    Attached Files Attached Files

Page 55 of 59 FirstFirst ... 5455354555657 ... 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
  •