Recent content by egonfeuer

  1. egonfeuer

    Syntax Errors while compiling DSDT.dsl

    Found discrepancy in extracted linux files. Renamed extracted DSDT and SSDT unix files by adding .aml value / file extension SSDT files 13 - 18 were in another directory within the extracted linux files directory Combined all files, including missing SSDT files into same directory Reran the...
  2. egonfeuer

    Syntax Errors while compiling DSDT.dsl

    ECRW was staring me right in the face. I was paying more attention to the error codes than what the line of code actually said. My last remaining hurdle is this bit of code: Name (_S0, Package (0x04) // _S0_: S0 System State { Zero, Zero, Zero, Zero...
  3. egonfeuer

    Syntax Errors while compiling DSDT.dsl

    Your guide is the one I referenced to make this happen. Are you saying that: That my extraction method produced the errors? That I should be focusing more on the config.plist and preloading the drivers that I need? That I should use shotgun troubleshooting and apply your patches to see if the...
  4. egonfeuer

    Syntax Errors while compiling DSDT.dsl

    Items of note: DSDT files were extracted from Linux (Fn + F4 in clover crashes the computer) ACPI files were disassembled only using the -dl modifier (Skylake processor) refs.txt disassembly was not used With those points being mentioned, I am only have errors compiling the DSDT file, which...
Back
Top