Contribute
Register

[Fix] Intel HD4200/HD4400/HD4600 Mobile on Yosemite

The idea is to isolate the problem.

Without VoodooHDA unfortunately still does not work. I think my dsds and ssdt works fine because I have brightness fix, battery fix...



When I connect the HDMI cable to the laptop when it is running, the system locks up, and after a while it resets. When I leave the cable connected, the computer tries to run but is blocked when running. Maybe if I generated some logs from the boot would know what is wrong. Can you tell me how to generate that log.
 
hi, is this the place also for desktop HD4400? I sent a GTX for RMA and I'd like to install the integrated gfx, thnks! besides graphics my hackintosh is working very well...
 
hi, is this the place also for desktop HD4400? I sent a GTX for RMA and I'd like to install the integrated gfx, thnks! besides graphics my hackintosh is working very well...

You can certainly try the solution for desktop HD4400. It may work...
 
Without VoodooHDA unfortunately still does not work. I think my dsds and ssdt works fine because I have brightness fix, battery fix...

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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
 
You can certainly try the solution for desktop HD4400. It may work...

thanks rehabman, I can't wait to try it in the evening. :)
 
Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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 acpiplat
13 2 0xffffff7f82356000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
kextstat|grep -y appleintelcpu
nothing
 

Attachments

  • mac.ioreg
    1.6 MB · Views: 117
  • RehabMan.zip
    34.8 KB · Views: 67
kextstat|grep -y acpiplat
13 2 0xffffff7f82356000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
kextstat|grep -y appleintelcpu
nothing

This ioreg still shows VoodooHDA installed.
 
Back
Top