Contribute
Register

[FIX] HD4200/HD4400/HD4600/HD5600 on 10.11+

View attachment 158136View attachment 158137
Thank you very much for the great and quick help!

Now your config.plist is corrupt. Never use a text editor to edit a plist.

Note:
Code:
Speedy-OSX:RehabMan RehabMan$ plutil -lint /Users/Admin/Downloads/CLOVER/config.plist 
/Users/Admin/Downloads/CLOVER/config.plist: Encountered unexpected character Æ on line 38 while looking for open tag
 

Must see "big picture".

Reboot with your new setup...

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
placed everything in 1 zip now:
View attachment RehabMan 2.zip


kextstat|grep -y acpiplat
13 2 0xffffff7f81f5d000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>


kextstat|grep -y appleintelcpu



kextstat|grep -y applelpc
104 0 0xffffff7f82015000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 0C90B22D-637B-3000-8C44-B7955D57E10A <100 12 5 4 3>
 
placed everything in 1 zip now:
View attachment 158143

Similar problem. The SSDT-0.aml you have in ACPI/patched will not be loaded.

You have SSDT-0.aml and SSDT.aml in ACPI/patched.

But config.plist/ACPI/SortedOrder you list SSDT.aml, SSDT-6.aml, SSDT-7.aml. Result: SSDT-0.aml (which defines your integrated graphics device) will not be loaded by Clover. Side effect: Clover FakeID/gfx injections will not work.

Must pay attention to detail.
 
Hi RehabMan,
thanks for all you great job, now i have got my lenovo U430P working all.
now one of my colleague has bought an mini pc with broadwell cpu, i have installed EI but can't get graphic working.
i am not good at patch DSDT... could you give a hand pls

in attached files required.
PC info
I7 5557U with HD6100 iris graphic
8G memo
1T wd hard disk ACHI
bios has foundation with DVM 64m already done.

View attachment CLOVER.zipView attachment MarioBove’s iMac.ioregView attachment RehabMan.zip
 
Hi RehabMan,
thanks for all you great job, now i have got my lenovo U430P working all.
now one of my colleague has bought an mini pc with broadwell cpu, i have installed EI but can't get graphic working.
i am not good at patch DSDT... could you give a hand pls

in attached files required.
PC info
I7 5557U with HD6100 iris graphic
8G memo
1T wd hard disk ACHI
bios has foundation with DVM 64m already done.

View attachment 160380View attachment 160381View attachment 160382

http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
Ok, so I'm a bit lost here.

Let me first say my laptop is lenovo y510p without the ultrabay graphics and I have disabled nvidia graphics card from the bios.

I created the usb using unibeast to test whether that works and so it did. I am able to boot into El capitan with the bare minimum graphics.

I'm a total newbie at hackintosh and osx both. so when you say "Haswell HD4200/HD4400/HD4600: Must inject device-id=0x0412.
config.plist/Devices/FakeID/IntelGFX=0x04128086". I don't really understand what this means and I've read the guides here as well but nobody answers this. Can you tell me what this means? I get the second part of the post about installing the kexts but I dont understand what this config.plist file is.

Also, you still think that I should create usb without using unibeast and include the kexts as per your guide?

 
Back
Top