Jump to content
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"
                    }
                })
            }
        }

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??

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

I would not post anything that does not compile.  Fix compiles if done correctly.  Try this.

audio_ssdt-hdmi-ami_hd5k-amd-nvidia-1_v3.zip

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

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

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

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)

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

Here is my IOReg with HDMI plugged in.

No signal at all in my monitor.

I use vanilla AppleIntelFramebufferCapri.kext + Clover config : ig-platform = 0x1660004 - InjectIntel - InjectEDID

Please help me.

I have ASUS N56VZ with Intel HD4000 + Nvidia GT650M Optimus Engine (Disabled in DSDT)

Regards!

MacBook Pro HDMI connected.zip

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

 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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...