Contribute
Register

(solved)Problemes with disassemble DSDT and SSDT files in Terminal

Status
Not open for further replies.
Joined
Mar 10, 2016
Messages
957
Motherboard
Asus Z87 Pro WLAN
CPU
i7-4770K
Graphics
HD 4600 // GTX 980
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
Hello ! :)

I have installed OS X El Capitan sucessfully on my hard drive and install some kexts, but now I want patch DSDT and SSDTs.
For this I use the guide from RehabMan http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

I extracted it with Clover (F4) and download MaciASL from Sourceforge.net and the iasl.zip from https://bitbucket.org/RehabMan/acpica/downloads
I copy the DSDT file and the SSDT files from EFI/Clover/AHCI/origin to my desktop and paste the iasl file to /usr/bin and add .aml to the DSDT and SSDT files but when I write this command iasl -da -dl *.aml nothing happend.

Can someone help me how to fix it?

An answer would be nice ! :)


My System:

Lenovo G510
CPU: Intel Core i7 4700 MQ @ 2,40 Ghz ( Haswell )
GPU: Intel HD Graphics 4600 // AMD Radeon R7 M265
BIOS Version: Lenovo v.3.90 // Partition Table: GUID Partition Table ( Windows is installed in UEFI - Mode )
RAM: 8 GB DDR3L @1600 Mhz
Disk: Seagate SSHD Laptop Thin 500 GB
Motherboard: Lenovo intel based
 
Hello ! :)

I have installed OS X El Capitan sucessfully on my hard drive and install some kexts, but now I want patch DSDT and SSDTs.
For this I use the guide from RehabMan http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

I extracted it with Clover (F4) and download MaciASL from Sourceforge.net and the iasl.zip from https://bitbucket.org/RehabMan/acpica/downloads
I copy the DSDT file and the SSDT files from EFI/Clover/AHCI/origin to my desktop and paste the iasl file to /usr/bin and add .aml to the DSDT and SSDT files but when I write this command iasl -da -dl *.aml nothing happend.

Can someone help me how to fix it?

An answer would be nice ! :)


My System:

Lenovo G510
CPU: Intel Core i7 4700 MQ @ 2,40 Ghz ( Haswell )
GPU: Intel HD Graphics 4600 // AMD Radeon R7 M265
BIOS Version: Lenovo v.3.90 // Partition Table: GUID Partition Table ( Windows is installed in UEFI - Mode )
RAM: 8 GB DDR3L @1600 Mhz
Disk: Seagate SSHD Laptop Thin 500 GB
Motherboard: Lenovo intel based

What do you mean "nothing happened"? Did you view the files in the folder to find your *.dsl files? (result of disassembly)
 
When I run the command in terminal, no .dsl files appear but the terminal says that the .dsl files are already there.
 
When I run the command in terminal, no .dsl files appear but the terminal says that the .dsl files are already there.

Use 'ls *.dsl' to see the files.
 
So I should type this command in the terminal iasl -da 'ls *.dsl' ?
 
So I should type this command in the terminal iasl -da 'ls *.dsl' ?

No.

Disassembly: iasl -da -dl -fe refs.txt DSDT.aml SSDT*.aml
To look at the files that result: ls *.dsl

Suggestion: Read a tutorial on Terminal before trying to do work in it.
 
Status
Not open for further replies.
Back
Top