Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

It is not possible to diagnose errors with the error message by itself.

Your mistake probably originates at incorrect disassembly. The disassembled code in #1238 clearly shows you did not disassemble correctly (iasl -da -dl *.aml).

If you need help, post your files.

I attached the files. I disassemble using the same command as you said 'iasl -da -dl *.aml'. Have no idea where I did wrong.
 

Attachments

  • DSDT-P755.zip
    84.1 KB · Views: 65
I attached the files. I disassemble using the same command as you said 'iasl -da -dl *.aml'. Have no idea where I did wrong.

It is a bug in iasl (disassembler)... It is fixed in the latest version (20160318-64). I have not pushed the latest to bitbucket yet, but I might after a few more bug fixes from Intel.

The methods causing errors are methods you will need to patch anyway (they are for brightness keys), so you can remove the code there anyway:
Code:
into method label _Q11 replace_content begin // nothing end;
into method label _Q12 replace_content begin // nothing end;

You can also build the latest iasl and use it... (see instructions post #1).
 
It is a bug in iasl (disassembler)... It is fixed in the latest version (20160318-64). I have not pushed the latest to bitbucket yet, but I might after a few more bug fixes from Intel.

The methods causing errors are methods you will need to patch anyway (they are for brightness keys), so you can remove the code there anyway:
Code:
into method label _Q11 replace_content begin // nothing end;
into method label _Q12 replace_content begin // nothing end;

I got these errors instead, hehe

Screen Shot 2016-03-19 at 9.01.22 PM.png
 
Haha, it's fixed now 0 error. Thanks man. You are god indeed, hehe.


Hello

If Mr RehabMan or one of those Wizard can look at my files.

I see is should be done but I cannot be implemented.

I do not understand or are the "inputs" and "outputs" on the MaciASL tool

My machine starts with the USB key, the map HD5500 7 MB and not of its HDMI if these 3 big problems can be settled this let me time to learn.

Thanks in advance

Little be a problem of understanding and translation. :beachball: :banghead:

View attachment Help Files.zip
 
Hello

If Mr RehabMan or one of those Wizard can look at my files.

I see is should be done but I cannot be implemented.

I do not understand or are the "inputs" and "outputs" on the MaciASL tool

My machine starts with the USB key, the map HD5500 7 MB and not of its HDMI if these 3 big problems can be settled this let me time to learn.

Thanks in advance

Little be a problem of understanding and translation. :beachball: :banghead:

View attachment 181637

Your ioreg is corrupt.

The SSDT-HDMI-HD5500.aml in ACPI/patched... why is it there? (it is not loading anyway).
 
It's been 15 days that I am this machine. :crazy::crazy:

My first Hackintosh and this goes wrong nothing goes...

Here is an another Version 2.1 instead of the V3 ioreg

Thank you to help me.

View attachment 181641


You're injecting ig-platform-id 0x0d220003. It is not valid for Broadwell.

See guide: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html

Make sure you set DVMT-prealloc to 64mb as required.

http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html
 
How is that possible... ig-platform-id 0x0d220003 :crazy:

Otherwise all was "DVMT" 64,96,128

I relit guides to see if I well understood everything (French) o_O

I fI understand it is necessary that I reassess an EFI for a laptop
 
Back
Top