Contribute
Register

Dell XPS 13 2016 (9350)

Status
Not open for further replies.
ssembled DSDT.aml that has as an error i can't get rid of. if you use [syn] fix ADBG error, you can get it from three errors to only one error. I'm under the impression

you must run:
./iasl61 -da -dl -fe refs.txt *.aml

refs.txt file:
External(MDBG, MethodObj, 1)
External(_GPE.MMTB, MethodObj, 0)
External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)
External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)
External(_SB.PCI0.GFX0.DD02._BCM, MethodObj, 1)
External(_SB.PCI0.SAT0.SDSM, MethodObj, 4)
External(_SB.PCI0.SAT1.SDSM, MethodObj, 4)
External(_GPE.VHOV, MethodObj, 3)

your file have 3 error . you can delete arg0 arg1 .....
 

Attachments

  • DSDT.dsl
    1.1 MB · Views: 173
Thanks for the help guys. I used refs. this cleared up the DSDT.dsl and most of the others. Theres one that has about 15 errors and on the disassembly it gave me a warning:

Code:
iASL Warning: There were 18 external control methods found during
disassembly, but only 17 were resolved (1 unresolved). Additional
ACPI tables may be required to properly disassemble the code. The
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods.

If necessary, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
    External (<method pathname>, MethodObj, <argument count>)
Invocation:
    iasl -fe refs.txt -d dsdt.aml

Thats where i picked up to use the refs.txt thats also mentioned in the guide. But when you use refs.txt and you get that. then what?

also thanks again. This is a little beyond me.
 
You will need to provide details. There are patches for most common errors in the repo.



Does not matter.
Hi.
My computer can't reboot. power down no problem. How to solve?
Thank you very much .

xp13 9350 6200U HD520


oodeMacBook-Pro:~ oo$ kextstat|grep -y acpiplat

13 2 0xffffff7f8311f000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform (5.0) D748FA50-380C-3F0D-BAD9-EB7A15848EA8 <12 11 7 6 5 4 3 1>

oodeMacBook-Pro:~ oo$ kextstat|grep -y appleintelcpu

oodeMacBook-Pro:~ oo$ kextstat|grep -y applelpc

82 0 0xffffff7f82904000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <77 12 5 4 3>

oodeMacBook-Pro:~ oo$ kextstat|grep -y applehda

86 1 0xffffff7f82e05000 0x1d000 0x1d000 com.apple.driver.AppleHDAController (276.26) D0953002-6091-376F-8E0F-33B65F42CEF9 <85 84 43 12 7 6 5 4 3 1>

112 0 0xffffff7f82f87000 0xb4000 0xb4000 com.apple.driver.AppleHDA (9272.51.3) 7611D43E-12FE-3228-A6D3-9C99A5D030CC <111 100 86 85 84 43 12 11 6 5 4 3 1>

oodeMacBook-Pro:~ oo$
 
Last edited:
Hi.
My computer can't reboot. power down no problem. How to solve?
Thank you very much .

xp13 9350 6200U HD520


oodeMacBook-Pro:~ oo$ kextstat|grep -y acpiplat

13 2 0xffffff7f8311f000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform (5.0) D748FA50-380C-3F0D-BAD9-EB7A15848EA8 <12 11 7 6 5 4 3 1>

oodeMacBook-Pro:~ oo$ kextstat|grep -y appleintelcpu

oodeMacBook-Pro:~ oo$ kextstat|grep -y applelpc

82 0 0xffffff7f82904000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <77 12 5 4 3>

oodeMacBook-Pro:~ oo$ kextstat|grep -y applehda

86 1 0xffffff7f82e05000 0x1d000 0x1d000 com.apple.driver.AppleHDAController (276.26) D0953002-6091-376F-8E0F-33B65F42CEF9 <85 84 43 12 7 6 5 4 3 1>

112 0 0xffffff7f82f87000 0xb4000 0xb4000 com.apple.driver.AppleHDA (9272.51.3) 7611D43E-12FE-3228-A6D3-9C99A5D030CC <111 100 86 85 84 43 12 11 6 5 4 3 1>

oodeMacBook-Pro:~ oo$

To clarify, restart is not working? What happens when you select Apple->Restart?

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
These are the errors on SSDT-5. Similar errors exist in other SSDTs. DSDT is fine.
 

Attachments

  • SSDT5.png
    SSDT5.png
    136.4 KB · Views: 169
To clarify, restart is not working? What happens when you select Apple->Restart?

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.


yes use Apple->Restart. but computer can't reboot .black screen .
 

Attachments

  • 屏幕快照 2016-10-17 下午5.53.22.png
    屏幕快照 2016-10-17 下午5.53.22.png
    156.2 KB · Views: 99
  • clover&io.zip
    7.4 MB · Views: 119
yes use Apple->Restart. but computer can't reboot .black screen .

The ioreg is corrupt. Read the instructions again. Carefully.
 
Status
Not open for further replies.
Back
Top