Contribute
Register

[solved] HDMI Audio for Intel HD620 (SKL spoof)

Status
Not open for further replies.
Thank you so much Rehabman

Audio successfully worked but HDMI audio still doesn't work .

EDIT: Add Archive.zip
 

Attachments

  • Archive.zip
    3.5 MB · Views: 125
Last edited:
Thank you so much Rehabman

Audio successfully worked but HDMI audio still doesn't work .

EDIT: Add Archive.zip

The ioreg shows no HDMI device plugged in.
No expectation of HDMI audio without an HDMI device connected.
 

Attachments

  • MacBook Air.ioreg
    4.2 MB · Views: 141

If the monitor is plugged to HDMI, this ioreg shows that connector has the wrong connector-type.
The display is attached to framebuffer@1.
And that connector-type is DP <00 04 00 00>. It it is actually HDMI should be patched such that it is HDMI <00 08 00 00>.
Also, FakePCIID_Intel_HDMI_Audio.kext may or may not be needed. Must try both ways.
 
What to do now exactly ? I need your help
 
It's HDMI port
 
I removed FakePCIID_Intel_HDMI_Audio.kext and used this patch :

Name: AppleIntelSKLGraphicsFramebuffer
Find: <01 05 09 00 00 04 00 00 87 01 00 00>
Replace: <01 05 09 00 00 08 00 00 87 01 00 00>

change connector-type from <00 04 00 00> to <00 08 00 00>

change ig-platform-id from 0x19160000 to 0x191b0000

Now HDMI audio is working perfectly :thumbup:

Thank you so much Reahabman for solving problems
 
I removed FakePCIID_Intel_HDMI_Audio.kext and used this patch :

Name: AppleIntelSKLGraphicsFramebuffer
Find: <01 05 09 00 00 04 00 00 87 01 00 00>
Replace: <01 05 09 00 00 08 00 00 87 01 00 00>

change connector-type from <00 04 00 00> to <00 08 00 00>

change ig-platform-id from 0x19160000 to 0x191b0000

Now HDMI audio is working perfectly :thumbup:

Thank you so much Reahabman for solving problems

Now that you have SKL spoofing working, you can work on native KBL graphics...
You will need 10.12.6 or later for that.
 
I removed FakePCIID_Intel_HDMI_Audio.kext and used this patch :

Name: AppleIntelSKLGraphicsFramebuffer
Find: <01 05 09 00 00 04 00 00 87 01 00 00>
Replace: <01 05 09 00 00 08 00 00 87 01 00 00>

change connector-type from <00 04 00 00> to <00 08 00 00>

change ig-platform-id from 0x19160000 to 0x191b0000

Now HDMI audio is working perfectly :thumbup:

Thank you so much Reahabman for solving problems
Hello

Mind to show me how you change the connector type?
Which section in config file?
Or maybe could share your config.plist for my references?

Thx
 
Status
Not open for further replies.
Back
Top