Contribute
Register

Dell XPS 13 5th Generation Setup 9343 Help

Status
Not open for further replies.
I disassembled the aml files with

iasl -da -dl -fe refs.txt *.aml

The refs.txt is in the directory with those files containing the code you provided. I straight copied and pasted it in.

I downloaded iasl from your github using gitclone

Then downloaded MaciASL and Patchmatic from your bit bucket using vers 2015-0107
 
I disassembled the aml files with

iasl -da -dl -fe refs.txt *.aml

The refs.txt is in the directory with those files containing the code you provided. I straight copied and pasted it in.

I downloaded iasl from your github using gitclone

Then downloaded MaciASL and Patchmatic from your bit bucket using vers 2015-0107

You did not use the (latest) refs.txt proposed in post #328.
 
I think I did :S

Looks the same Screen Shot 2016-02-21 at 2.55.45 PM.jpg

I used what you proposed in post 328
 
I think I did :S

Looks the same View attachment 178060

I used what you proposed in post 328

The file you provide in post #329 used only a subset:
Code:
    /*
     * External declarations that were imported from
     * the reference file [refs.txt]
     */
    External (_GPE.MMTB, MethodObj)    // 0 Arguments
    External (_SB_.PCI0.GFX0.DD02._BCM, MethodObj)    // 1 Arguments
    External (_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj)    // 1 Arguments
    External (_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj)    // 2 Arguments
    External (_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj)    // 2 Arguments
    External (_SB_.PCI0.SAT0.SDSM, MethodObj)    // 4 Arguments
    External (_SB_.PCI0.SDHC.PS0X, MethodObj)    // 0 Arguments
    External (_SB_.PCI0.XHC_.PS0X, MethodObj)    // 0 Arguments
    External (_SB_.PCI0.XHC_.PS3X, MethodObj)    // 0 Arguments
    External (MDBG, MethodObj)    // 1 Arguments

It is missing these:
Code:
External(_SB.PCI0.I2C0.PS0X, MethodObj, 0)
External(_SB.PCI0.I2C0.PS3X, MethodObj, 0)
External(_SB.PCI0.I2C1.PS0X, MethodObj, 0)
External(_SB.PCI0.I2C1.TPD7.PS0X, MethodObj, 0)
External(_SB.PCI0.I2C1.TPD8.PS0X, MethodObj, 0)
External(_SB.PCI0.SDHC.WI01.PS3X, MethodObj, 0)
 
Ok. So I started with a new copy of my stock origin files, removed everything except dsdt and ssdt aml files, added new refs.txt, ran dissembler with refs.txt, opened dsdt.dsl, complied, 58 errors, insert/replaced code from post 328, rendered with 60 errors :S
 
Ok. So I started with a new copy of my stock origin files, removed everything except dsdt and ssdt aml files, added new refs.txt, ran dissembler with refs.txt, opened dsdt.dsl, complied, 58 errors, insert/replaced code from post 328, rendered with 60 errors :S

You need to provide your files.

I'm not clairvoyant and cannot determine the problem without seeing the files.
 
-.- OMMMMGGGGG LOOOL :banghead:

YES I WAS USING 4.0 INSTEAD OF 5.0

ALL CLEAR CAPTAIN. MOVING ON.

Thanks so much rehabman you're a hero.
 
Is this the proper way to patch IOKit?

Code:
[COLOR=#000000]sudo perl -i.bak -pe 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\x C0\x90\x90\x90\x90\x90\x90\x90\xE9|sg' /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit
[/COLOR]
[COLOR=#000000]sudo codesign -f -s - /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit[/COLOR]
 
Status
Not open for further replies.
Back
Top