Contribute
Register

[solved] ASUS UX430UA Kaby Lake HD 620 HDMI Audio not working

Status
Not open for further replies.

Attachments

  • EFI.zip
    6 MB · Views: 106
thank Rehabman but I don't understand, can you help me
this is my clover, and my device is HD620, and ALC256
if you remove the # from here:
<key>#AddProperties</key>

so it looks like:
<key>AddProperties</key>
 
if you remove the # from here:
<key>#AddProperties</key>

so it looks like:
<key>AddProperties</key>
sorry but I can not understand, can you help me, this is my clover
 

Attachments

  • EFI.zip
    6 MB · Views: 99
thank Rehabman but I don't understand, can you help me
this is my clover, and my device is HD620, and ALC256

Change config.plist/Devices/#AddProperties to config.plist/Devices/AddProperties.
(always edit your config.plist with Xcode or PlistEdit Pro).
 
Change config.plist/Devices/#AddProperties to config.plist/Devices/AddProperties.
(always edit your config.plist with Xcode or PlistEdit Pro).
when I do it, my hacktonish have no audio device, help me
intel HD620, alc 256
Ảnh chụp Màn hình 2018-03-06 lúc 07.09.42.png
 
when I do it, my hacktonish have no audio device, help me
intel HD620, alc 256View attachment 317524

Are you certain your patched AppleHDA uses layout-id=3?
You have Devices/Audio/Inject=13, which makes me think your AppleHDA components assume 13 (0x0d), not 3.
In that case, you should either delete the AddProperties inject for layout-id, or make sure it reads correctly as <0d000000>.

You must always pay attention to what you're doing...
 
Are you certain your patched AppleHDA uses layout-id=3?
You have Devices/Audio/Inject=13, which makes me think your AppleHDA components assume 13 (0x0d), not 3.
In that case, you should either delete the AddProperties inject for layout-id, or make sure it reads correctly as <0d000000>.

You must always pay attention to what you're doing...
yep, and can you help me HDMI layout id, my HDMI audio layout is:
IntelGFX hda-gfx <6F6E626F6172642D3100>
HDA hda-gfx <6F6E626F6172642D3100>
 

'yep' to what?

and can you help me HDMI layout id, my HDMI audio layout is:
IntelGFX hda-gfx <6F6E626F6172642D3100>
HDA hda-gfx <6F6E626F6172642D3100>

layout-id has really nothing to do with HDMI audio. It is totally dependent on the arbitrary choice made by the person who created your patched AppleHDA files.
 
thank you very much
 
Status
Not open for further replies.
Back
Top