Jump to content

Mavericks AppleHDA HDMI Audio


toleda
 Share

340 posts in this topic

Recommended Posts

sorry, try this 

Layout-id is wrong.  edit SSDT/HDAU, add layout-id injection as shown:

        Device (HDAU)
        {
            Name (_ADR, 0x00030000)  // _ADR: Address
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x04)
                {
                    "layout-id", 
                    Buffer (0x04)
                    {
                         0x01, 0x00, 0x00, 0x00
                    }, 

                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }
        }
Link to comment
Share on other sites

Layout-id is wrong.  edit SSDT/HDAU, add layout-id injection as shown:

 

Device (HDAU)
        {
            Name (_ADR, 0x00030000)  // _ADR: Address
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x04)
                {
                    "layout-id", 
                    Buffer (0x04)
                    {
                         0x01, 0x00, 0x00, 0x00
                    }, 

                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }
        }

Hi toleda, I tried, but when I compile returned an error :code 4090 line 46 , existing object has invalid type for scope operator (_sb.pc0 [untyped]).

I'm using your SSDT amd-NVIDA 1 ver 2. Can u send me the right ssdt with the injection you said before??

Link to comment
Share on other sites

I usually don't have have a problem following guides or anything of the sort. I have an EP45-UD3R board with an NVIDIA 640GT gfx card. I have everything up and working for years now with usually a simple update and a perl audio fix. My HDMI audio works with DSDT edits I did at least a year ago. If I update to 10.9.2 I lose my audio completely, HDMI and my realtek 889a/885. I have tried this guide and the realtek guide but the farthest I get is a few audio outputs with the realtek patches. I guess I fell a little out of touch with the scene and really have no clue why this isnt working. If anybody has a clue I'd greatly appreciate it. thanks

Link to comment
Share on other sites

I usually don't have have a problem following guides or anything of the sort. I have an EP45-UD3R board with an NVIDIA 640GT gfx card. I have everything up and working for years now with usually a simple update and a perl audio fix. My HDMI audio works with DSDT edits I did at least a year ago. If I update to 10.9.2 I lose my audio completely, HDMI and my realtek 889a/885. I have tried this guide and the realtek guide but the farthest I get is a few audio outputs with the realtek patches. I guess I fell a little out of touch with the scene and really have no clue why this isnt working. If anybody has a clue I'd greatly appreciate it. thanks

Check this, may help

Link to comment
Share on other sites

Dear Toleda,

 

I have a Gigabyte GA-Z87X-UD7 TH motherboard using the integrated Intel HD4600 graphics card. Using your audio_hdmi_8series guide, I have able to enable HDMI audio on Mavericks 10.9.1. I have upgraded to 10.9.2 and have lost HDMI audio. I followed the guide again, (patched the native AppleHDA and Apple...azul kexts, installed SSDT, kernel cache rebuild, restart) but still no HDMI audio. Please point me in the right direction.

 

Thanks in advance. 

Archive.zip

Link to comment
Share on other sites

I followed the guide again, (patched the native AppleHDA and Apple...azul kexts, installed SSDT, kernel cache rebuild, restart) but still no HDMI audio.

HDMI audio - AppleHDA is patched, Azul is not patched, use azul - a

898 onboard - AppleHDA is not patched, use Audio ID: 1 (audio_ssdt-hdmi-ami_hd5k-amd-nvidia-1_v2)

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

No signal at all in my monitor.

 ig-platform = 0x1660004 has only LVDS connector, never work.  Try:

 

0x01006601 (96MiB)

LVDS, HDMI, DP, DP

 

0x03006601 (64MiB)

LVDS, DP, DP, DP

 

0x00006601 (96MiB)

LVDS, DP, DP, DP

 

0x08006601 (64MiB)

LVDS, DP, DP

 

0x09006601 (64MiB)

LVDS, DP, DP

  • Like 1
Link to comment
Share on other sites

 ig-platform = 0x1660004 has only LVDS connector, never work.  Try:

 

0x01006601 (96MiB)

LVDS, HDMI, DP, DP

 

0x03006601 (64MiB)

LVDS, DP, DP, DP

 

0x00006601 (96MiB)

LVDS, DP, DP, DP

 

0x08006601 (64MiB)

LVDS, DP, DP

 

0x09006601 (64MiB)

LVDS, DP, DP

 

Thank you for your answer.

But what do I exactly have to change?? ig-platform in Clover config.plist or should I try to patch the frame buffer? What should I try?

BTW I tried ig-platform 0x1660003 in Clover and it is just black screen on laptop, no signal in the external monitor.

Thanks again for the help.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...