Contribute
Register

Help! How to fix brightness control on hackintosh laptop?

Status
Not open for further replies.
But...the app which used to patch DSDT alway cannot save the .aml file I don't know why...
Can you teach me step by step plz!!!
DSDT Patch is the most difficult part to me!!!
I always failed in this part.
 
Can you teach me step by step plz!!!
DSDT Patch is the most difficult part to me!!!
I always failed in this part.
it is a skill that you will need to learn, study the guides well
 
it is a skill that you will need to learn, study the guides well
What's the next?
Code:
huanghaoyuans-iMac:~ huanghaoyuan$ cd ~/Downloads
huanghaoyuans-iMac:Downloads huanghaoyuan$ unzip iasl.zip
Archive:  iasl.zip
replace iasl? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: iasl                   
huanghaoyuans-iMac:Downloads huanghaoyuan$ sudo cp iasl /usr/bin
Password:
huanghaoyuans-iMac:Downloads huanghaoyuan$ cd ~/Projects
huanghaoyuans-iMac:Projects huanghaoyuan$ git clone https://github.com/RehabMan/Intel-iasl.git iasl.git
Cloning into 'iasl.git'...
remote: Counting objects: 130452, done.
Receiving objects:  15% (20695/130452), 15.55 MiB | 147.00 KiB/s
 
What's the next?
Code:
huanghaoyuans-iMac:~ huanghaoyuan$ cd ~/Downloads
huanghaoyuans-iMac:Downloads huanghaoyuan$ unzip iasl.zip
Archive:  iasl.zip
replace iasl? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: iasl                  
huanghaoyuans-iMac:Downloads huanghaoyuan$ sudo cp iasl /usr/bin
Password:
huanghaoyuans-iMac:Downloads huanghaoyuan$ cd ~/Projects
huanghaoyuans-iMac:Projects huanghaoyuan$ git clone https://github.com/RehabMan/Intel-iasl.git iasl.git
Cloning into 'iasl.git'...
remote: Counting objects: 130452, done.
Receiving objects:  15% (20695/130452), 15.55 MiB | 147.00 KiB/s
follow the guide as written

you need to press f4 at the clover boot screen which will generate the file acpi/origin on your efi

then in terminal:
cd "to directory where you placed all SSDT/DSDT"
iasl -da -dl DSDT.aml SSDT*.aml
 
"directory where you placed all SSDT/DSDT"
is it the /EFI/clover/ACPI/origin ?
 
"directory where you placed all SSDT/DSDT"
is it the /EFI/clover/ACPI/origin ?
probably best to copy the origin folder to your desktop and use the desktop origin
 
probably best to copy the origin folder to your desktop and use the desktop origin
I copied it to desktop and run the command.
what's next?
 
Status
Not open for further replies.
Back
Top