Contribute
Register

CLEVO N870HZ HIGH SIERRA HELP

Status
Not open for further replies.
I can't find layout-id in my config.plist...
Code:
<key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>1</integer>
        </dict>

change the 1 to a 3
 
Now I see the audio device (NOT the HDMI)
but still without audio

Screen Shot 2018-02-26 at 22.37.49.png
 

Attachments

  • debug_11646.zip
    2 MB · Views: 62
I installed
VoodooHDA 2.9.0 Clover-V11.pkg

ANALOG AUDIO WORKS!

Please help me to enable HDMI external audio

<dict>
<key>Comment</key>
<string>0x591b0000, 0105 instead of 0306, HDMI</string>
<key>Enabled</key>
<false/>
<key>Find</key>
<data>
AgQKAAAIAACHAQAAAwYKAAAEAACHAQAA/wAAAAEAAAAg
AAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelKBLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AQUKAAAIAACHAQAAAgQKAAAIAACHAQAA/wAAAAEAAAAg
AAAA
</data>
</dict>

It doesn't work
 

Attachments

  • debug_22283.zip
    2 MB · Views: 94
I installed
VoodooHDA 2.9.0 Clover-V11.pkg

ANALOG AUDIO WORKS!

Please help me to enable HDMI external audio

<dict>
<key>Comment</key>
<string>0x591b0000, 0105 instead of 0306, HDMI</string>
<key>Enabled</key>
<false/>
<key>Find</key>
<data>
AgQKAAAIAACHAQAAAwYKAAAEAACHAQAA/wAAAAEAAAAg
AAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelKBLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AQUKAAAIAACHAQAAAgQKAAAIAACHAQAA/wAAAAEAAAAg
AAAA
</data>
</dict>

It doesn't work
<key>Enabled</key>
<false/>
is very wrong

should be
<key>Disabled</key>
<false/>
 
both enable or disable don't have any effect when I connect my external HDMI monitor
 
I installed
VoodooHDA 2.9.0 Clover-V11.pkg

ANALOG AUDIO WORKS!

Please help me to enable HDMI external audio

<dict>
<key>Comment</key>
<string>0x591b0000, 0105 instead of 0306, HDMI</string>
<key>Enabled</key>
<false/>
<key>Find</key>
<data>
AgQKAAAIAACHAQAAAwYKAAAEAACHAQAA/wAAAAEAAAAg
AAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelKBLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AQUKAAAIAACHAQAAAgQKAAAIAACHAQAA/wAAAAEAAAAg
AAAA
</data>
</dict>

It doesn't work

You may need to do some research in order to find a VoodooHDA.kext that works with HDMI audio.
Framebuffer patches for HDMI audio are specific to AppleHDA... no effect with VoodooHDA.kext.
 
i have the same laptop, for audio work you need to use lilu.kext and AppleALC, and set layout id 29 with this layout work also the microphone.
 
Analog and HDMI audio are working fine on this laptop with vanilla/original AppleHDA, Lilu + AppleALC (in EFI folder, not in L/E or S/L/E) and Layout-id 29
 
Analog and HDMI audio are working fine on this laptop with vanilla/original AppleHDA, Lilu + AppleALC (in EFI folder, not in L/E or S/L/E) and Layout-id 29

I agree with you.
I made the same test some days ago and it works.
Thanks for your suggestions
dfrank970
 
Status
Not open for further replies.
Back
Top