Contribute
Register

[solved] Maciasl is unable to save External(\_SB.PCI0.PEG0.PEGP._OFF, MethodObj) to .aml

Status
Not open for further replies.
Joined
Oct 28, 2016
Messages
25
Hi,

i'm having issue to install mac os high sierra, but getting error window server blabla 0 second.
So i'm trying to disable GTX 850M with acpi, but maciasl doesn't save "External(\_SB.PCI0.PEG0.PEGP._OFF, MethodObj)" line, it just save the _OFF.
i already disassemble with refs.txt. When i save on .dsl, it correctly save the external line.

Thank you
 
Hi,

i'm having issue to install mac os high sierra, but getting error window server blabla 0 second.
So i'm trying to disable GTX 850M with acpi, but maciasl doesn't save "External(\_SB.PCI0.PEG0.PEGP._OFF, MethodObj)" line, it just save the _OFF.
i already disassemble with refs.txt. When i save on .dsl, it correctly save the external line.

Thank you

You will need to attach the files you're working with.
 
here it is thank you

No.
You should upload the specific .dsl and the resulting .aml that reproduces the problem you claim to be having.
 
No.
You should upload the specific .dsl and the resulting .aml that reproduces the problem you claim to be having.

so what i can save on the .dsl ( properly ) and the missing line on aml after doing save as => acpi ( aml )
 

Attachments

  • ssdt-8.zip
    7.9 KB · Views: 67
so what i can save on the .dsl ( properly ) and the missing line on aml after doing save as => acpi ( aml )

It is not missing.
It is clearly present... at the top of the file:
Code:
    External (_SB_.PCI0.PEG0.PEGP._OFF, MethodObj)    // 0 Arguments (from opcode)
 
It is not missing.
It is clearly present... at the top of the file:
Code:
    External (_SB_.PCI0.PEG0.PEGP._OFF, MethodObj)    // 0 Arguments (from opcode)

ok my bad.. so it should work with dropoem enable, and ssdt-8.aml in folder acpi/patched no ? and i'm still getting server only ran for 0 secs..
 
Status
Not open for further replies.
Back
Top