Announcement

Collapse
No announcement yet.

DSDT discussion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DSDT discussion

    I installed the program and run the commands you stated. This is the result.

    I have pretty much no idea what all this is for...

    Code:
    agent24@INTEL3333:~$ iasl -d dsdt.dat
    
    Intel ACPI Component Architecture
    AML Disassembler version 20090521 [Jun 30 2009]
    Copyright (C) 2000 - 2009 Intel Corporation
    Supports ACPI Specification Revision 3.0a
    
    Loading Acpi table from file dsdt.dat
    Acpi table [DSDT] successfully installed and loaded
    Pass 1 parse of [DSDT]
    Pass 2 parse of [DSDT]
    Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)
    .................................................................................................................................................................................................................................................
    Parsing completed
    Disassembly completed, written to "dsdt.dsl"
    agent24@INTEL3333:~$ iasl -tc dsdt.dsl
    
    Intel ACPI Component Architecture
    ASL Optimizing Compiler version 20090521 [Jun 30 2009]
    Copyright (C) 2000 - 2009 Intel Corporation
    Supports ACPI Specification Revision 3.0a
    
    dsdt.dsl  124:   Method (_WAK, 1, NotSerialized)
    Warning 1080 -        ^ Reserved method must return a value (_WAK)
    
    dsdt.dsl 2632:           Field (ERAM, AnyAcc, Lock, Preserve)
    Error  4075 -                ^ Host Operation Region requires ByteAcc access
    
    dsdt.dsl 2870:           Field (ECRM, AnyAcc, Lock, Preserve)
    Error  4075 -                ^ Host Operation Region requires ByteAcc access
    
    dsdt.dsl 3039:             Return (Local1)
    Error  4050 -                   ^ Method local variable is not initialized (Local1)
    
    ASL Input: dsdt.dsl - 4399 lines, 172253 bytes, 1882 keywords
    Compilation complete. 3 Errors, 1 Warnings, 0 Remarks, 783 Optimizations
    "Tantalum for the brave, Solid Aluminium for the wise, Wet Electrolytic for the adventurous"
    -David VanHorn

    #2
    Re: DSDT discussion

    Its for "fixing" the ACPI table so it works properly in linux. Windows just works around ACPI bugs. Something didn't compile right, look at the documentation for iasl and see if the errors actually make a difference.

    Comment


      #3
      Re: DSDT discussion

      Can you upload the DSL file, so I can compare the fixes 67GTA did with what was there originally and then inform you of it. As well, can you tell me of a good free text editor like Kate for Windows that will show me line numbers? Wordpad isn't doing it.
      "We have offered them (the Arabs) a sensible way for so many years. But no, they wanted to fight. Fine! We gave them technology, the latest, the kind even Vietnam didn't have. They had double superiority in tanks and aircraft, triple in artillery, and in air defense and anti-tank weapons they had absolute supremacy. And what? Once again they were beaten. Once again they scrammed [sic]. Once again they screamed for us to come save them. Sadat woke me up in the middle of the night twice over the phone, 'Save me!' He demanded to send Soviet troops, and immediately! No! We are not going to fight for them."

      -Leonid Brezhnev (On the Yom Kippur War)

      Comment


        #4
        Re: DSDT discussion

        There are many but I would use Notepad++

        I'll get that file uploaded soon
        "Tantalum for the brave, Solid Aluminium for the wise, Wet Electrolytic for the adventurous"
        -David VanHorn

        Comment


          #5
          Re: DSDT discussion

          OK here's the file (inside zip archive so it could be uploaded)
          Attached Files
          "Tantalum for the brave, Solid Aluminium for the wise, Wet Electrolytic for the adventurous"
          -David VanHorn

          Comment

          Working...