Contribute
Register

Intel HD 620 not working

Status
Not open for further replies.
I've uploaded a new and updated problem reporting zip, I got the same problem
IMG_20170918_115805.jpg
 

Attachments

  • Archivo.zip
    2.6 MB · Views: 128
I've uploaded a wrong zip, here its the correct
 

Attachments

  • Archivo.zip
    6 MB · Views: 144
I've uploaded a new and updated problem reporting zip, I got the same problem View attachment 279310

Your kextcache still shows the same issue with kexts
Code:
FakePCIID_XHCIMux.kext - no compatible dependency found for org.rehabman.driver.FakePCIID.
FakePCIID_XHCIMux.kext - no compatible dependency found for org.rehabman.driver.FakePCIID.
Prelink failed for org.rehabman.driver.FakePCIID.XHCIMux; omitting from prelinked kernel.
 
Your kextcache still shows the same issue with kexts
Code:
FakePCIID_XHCIMux.kext - no compatible dependency found for org.rehabman.driver.FakePCIID.
FakePCIID_XHCIMux.kext - no compatible dependency found for org.rehabman.driver.FakePCIID.
Prelink failed for org.rehabman.driver.FakePCIID.XHCIMux; omitting from prelinked kernel.
here its the right zip
 

Attachments

  • Archivo.zip
    6 MB · Views: 162
Your Clover/kexts/Other is wrong.
And your panic report shows ApplePS2SmartTouchPad.kext loading.
(it should not load if booting with caches, as the kexts you have on EFI should be ignored).

Fix your EFI/Clover/kexts/Other as per guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

And then you should probably do a fresh install.
now work with full acceleration, but when I plug the HDMI monitor, the hackintosh restarts ...
 
I follow this but it doesn't working, also I upload the problem reporting files ...

Q. HMDI-audio doesn't work. How to fix?

HDMI-audio on Haswell has several requirements:
- the device at address 0x00030000, usually called B0D3, must be renamed to HDAU
- the resulting HDAU device must be recognized by AppleHDAController (config.plist patches required if not natively recognized... or you can use FakePCIID_Intel_HDMI_Audio.kext)
- your framebuffer must be patched for HDMI-audio (there are patches in my default config.plist (disabled) files: https://github.com/RehabMan/OS-X-Clover-Laptop-Config). It is trial/error to determine which port your HDMI is connected (actually, they are positional and you can tell by looking at ioreg).
- patched AppleHDA is required (sometimes VoodooHDA works, but my experience has been not good)
- you have to inject "hda-gfx"="onboard-1" for IGPU/HDAU objects. This is usually done with DSDT/SSDT edits (_DSM methods)
- also layout-id injection is required on HDAU (use same layout-id as you're using for HDEF)

More details in the related guide: http://www.tonymacx86.com/el-capita...dmi-dp-audio-sandy-ivy-haswell-broadwell.html


HDMI-audio on Ivy/Sandy has several requirements:
- your framebuffer must be patched for HDMI-audio (there are patches in my default config.plist (disabled) files: https://github.com/RehabMan/OS-X-Clover-Laptop-Config). It is trial/error to determine which port your HDMI is connected (actually, they are positional and you can tell by looking at ioreg).
- patched AppleHDA is required (sometimes VoodooHDA works, but my experience has been not good)
- you have to inject "hda-gfx"="onboard-1" for IGPU/HDEF objects. This is usually done with DSDT/SSDT edits (_DSM methods)


Q. Plugging an HDMI monitor results in crash or reboot. How to fix?

If you're using AppleHDA, and have not implemented HDMI-audio, be aware that HDMI-audio can fix HDMI hotplug.

See previous question above.
 

Attachments

  • Archivo.zip
    2.3 MB · Views: 122
Last edited:
problem reporting files for hdmi crash when I plugging
 

Attachments

  • Archivo.zip
    2.3 MB · Views: 126
Status
Not open for further replies.
Back
Top