Page 23 of 59 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 581

Thread: HOWTO Fix A Buggy DSDT File

  1. #221
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by WMarin288 View Post
    I only got as far as the fourth step
    Code:
    iasl -tc /home/<yourusername>/dsdt.dsl
    Afterwards, this is what came up.

    Code:
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20081204 [Jan 10 2009]
    Copyright (C) 2000 - 2008 Intel Corporation
    Supports ACPI Specification Revision 3.0a
    
    /home/adminwalter/dsdt.dsl     1: [*** iASL: Read error on source code temp file /home/adminwalter/dsdt.src ***]
    Error    4095 -                  ^ syntax error, unexpected $end, expecting PARSEOP_DEFINITIONBLOCK
    
    Error    4010 - Could not close file "/home/adminwalter/dsdt.hex" (No space left on device)
    
    Segmentation fault
    I'm not sure how to proceed from here.
    From the error message, it looks like you have some text that shouldn't be there at the top of the file. I would have to look at it. Zip up a copy of the original dsdt.dsl file and attach it here.

  2. #222
    Join Date
    Aug 2009
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by 67GTA View Post
    From the error message, it looks like you have some text that shouldn't be there at the top of the file. I would have to look at it. Zip up a copy of the original dsdt.dsl file and attach it here.
    Here it is. Sorry that I didn't zip and upload the file through Ubuntu, but Just recently, I couldn't open Firefox at all on Ubuntu.
    Attached Files Attached Files

  3. #223
    Join Date
    Sep 2005
    Location
    Edinburgh, UK
    Beans
    410
    Distro
    Ubuntu Development Release

    Re: HOWTO Fix A Buggy DSDT File

    Hi 67GTA, would you mind helping me with this dsl file?


    Code:
    $ iasl -tc dsdt.dsl 
    
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20081204 [Jan 10 2009]
    Copyright (C) 2000 - 2008 Intel Corporation
    Supports ACPI Specification Revision 3.0a
    
    dsdt.dsl  2716:                             Name (_T_0, Zero)
    Remark   5110 -        Use of compiler reserved name ^  (_T_0)
    
    dsdt.dsl  2782:                             Name (_T_0, Zero)
    Remark   5110 -        Use of compiler reserved name ^  (_T_0)
    
    dsdt.dsl  3036:                     Method (DRUL, 1, NotSerialized)
    Warning  1087 -                                ^ Not all control paths return a value (DRUL)
    
    dsdt.dsl  3529:                         Name (_T_0, Zero)
    Remark   5110 -    Use of compiler reserved name ^  (_T_0)
    
    dsdt.dsl  3595:                         Name (_T_0, Zero)
    Remark   5110 -    Use of compiler reserved name ^  (_T_0)
    
    dsdt.dsl  5714:                         Name (_T_0, Zero)
    Remark   5110 -    Use of compiler reserved name ^  (_T_0)
    
    dsdt.dsl  9335:             Method (BTST, 0, NotSerialized)
    Warning  1087 -                        ^ Not all control paths return a value (BTST)
    
    dsdt.dsl  9389:             Method (EVNT, 1, NotSerialized)
    Warning  1087 -                        ^ Not all control paths return a value (EVNT)
    
    dsdt.dsl 10173:                 Name (_T_0, Zero)
    Remark   5110 -                          ^ Use of compiler reserved name (_T_0)
    
    ASL Input:  dsdt.dsl - 10940 lines, 367766 bytes, 4539 keywords
    AML Output: dsdt.aml - 40523 bytes, 962 named objects, 3577 executable opcodes
    
    Compilation complete. 0 Errors, 3 Warnings, 6 Remarks, 41 Optimizations
    It's a Toshiba U400-130 and I reckon that it runs a little hot. Otherwise, everything seems to be working though...
    Attached Files Attached Files
    Revera linguam latinam vix cognovi

  4. #224
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: HOWTO Fix A Buggy DSDT File

    scaine:

    dsdt.aml.zip

  5. #225
    Join Date
    Aug 2006
    Beans
    27
    Distro
    Xubuntu 6.06

    Re: HOWTO Fix A Buggy DSDT File

    I think I'm screwed!

    Here's the output when trying to re-compile my unchanged DSDT:
    http://paste.pocoo.org/show/133250/

    Here's the DSDT:
    http://paste.pocoo.org/show/133251/

    Where do I even start!?
    s0undt3ch
    [ AMD Athlon @ 1GHz / 768 RAM on Debian ................. [SERVER] ]
    [ P4 @ 2.8 GHz / 1Gig Ram on Kubuntu ........................ [Desktop] ]
    [ LG P1 Pro Express Dual DualCore @ 1.8Ghz / 4Gig Ram [Laptop] ]

  6. #226
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by s0undt3ch View Post
    I think I'm screwed!

    Here's the output when trying to re-compile my unchanged DSDT:
    http://paste.pocoo.org/show/133250/

    Here's the DSDT:
    http://paste.pocoo.org/show/133251/

    Where do I even start!?
    That may or may not be too bad. One small error can throw everything into a tailspin. The compiler gives up after 200 errors. Zip up a copy of your dsdt.dsl file and attach it here. I will take a look at it.

  7. #227
    Join Date
    Aug 2006
    Beans
    27
    Distro
    Xubuntu 6.06

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by 67GTA View Post
    That may or may not be too bad. One small error can throw everything into a tailspin. The compiler gives up after 200 errors. Zip up a copy of your dsdt.dsl file and attach it here. I will take a look at it.
    Here it is. Thank You!
    Attached Files Attached Files
    s0undt3ch
    [ AMD Athlon @ 1GHz / 768 RAM on Debian ................. [SERVER] ]
    [ P4 @ 2.8 GHz / 1Gig Ram on Kubuntu ........................ [Desktop] ]
    [ LG P1 Pro Express Dual DualCore @ 1.8Ghz / 4Gig Ram [Laptop] ]

  8. #228
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: HOWTO Fix A Buggy DSDT File

    s0undt3ch:

    Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 61 Optimizations

    This will probably not work with the 2.6.31 kernel. I don't think the custom dsdt patch has been compiled in to it yet. 2.6.28 is the latest version (Jaunty) I'm sure it will work with. All of the custom patches like this aren't included until the final release.

    dsdt.aml.zip

  9. #229
    Join Date
    Aug 2006
    Beans
    27
    Distro
    Xubuntu 6.06

    Re: HOWTO Fix A Buggy DSDT File

    Quote Originally Posted by 67GTA View Post
    s0undt3ch:

    Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 61 Optimizations

    This will probably not work with the 2.6.31 kernel. I don't think the custom dsdt patch has been compiled in to it yet. 2.6.28 is the latest version (Jaunty) I'm sure it will work with. All of the custom patches like this aren't included until the final release.

    dsdt.aml.zip
    I won't be using .31 since I got some segfaults on the logs.

    As you suggest I found the line referring to the custom DSDT.
    Here's the ACPI messages from dmesg: http://paste.pocoo.org/show/133255/

    Thank You! However, temperatures are the same they were before I tried the .31 kernel. Still too high.
    Code:
    Battery 0: Discharging, 100%, discharging at zero rate - will never fully discharge.
         Thermal 0: ok, 40.0 degrees C
         Thermal 1: ok, 55.0 degrees C
         Thermal 2: ok, 62.0 degrees C
         Cooling 0: LCD 0 of 8
         Cooling 1: Processor 0 of 10
         Cooling 2: Processor 0 of 10
         Cooling 3: Fan 0 of 1
    s0undt3ch
    [ AMD Athlon @ 1GHz / 768 RAM on Debian ................. [SERVER] ]
    [ P4 @ 2.8 GHz / 1Gig Ram on Kubuntu ........................ [Desktop] ]
    [ LG P1 Pro Express Dual DualCore @ 1.8Ghz / 4Gig Ram [Laptop] ]

  10. #230
    Join Date
    Jan 2007
    Location
    Kentucky, USA
    Beans
    1,684
    Distro
    Ubuntu Development Release

    Re: HOWTO Fix A Buggy DSDT File

    s0undt3ch:

    Do you have a link to the laptop product page? I was trying to run down the specs, but LG doesn't list laptops on their site.

Page 23 of 59 FirstFirst ... 13212223242533 ... 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
  •