Jump to content

HDMI Audio through ATi HD 5450 10.6.8


8 posts in this topic

Recommended Posts

Hi all, I am currently using ATI5000injector.kext and a patched version of the ATIFramebuffer.kext. They give me QE/CI, but no HDMI Audio. I have seen an option in Chameleon Wizard labeled "Enable HDMI Audio". I wonder whether that will work. My Specs are as follows:

 

CPU: Intel Core i5-650

GPU: ASUS ATi Radeon HD 5450 1GB (HDMI)

Motherboard: Gigabyte H55M-UD2H

OS: Mac OS X 10.6.8

 

I hope you can help me with my plight.

 

 

TIA

 

 

-Matt

Link to comment
Share on other sites

Thanks! I will try it tonight. Oh, just one more thing. In the side bar of the page it says "Compatible with 10.6.x Snow Leopard: No". Will that matter?

  • Like 2
Link to comment
Share on other sites

 

Thanks! I will try it tonight. Oh, just one more thing. In the side bar of the page it says "Compatible with 10.6.x Snow Leopard: No". Will that matter?

Ok, but if nothing of this tips that i send to you helps, wait for more opinions.

 

I'm not a genius in HDMI audio decayed.gif

Link to comment
Share on other sites

 

Ok, but if nothing of this tips that i send to you helps, wait for more opinions.

 

I'm not a genius in HDMI audio decayed.gif

 

Thanks anyway Allan. I'm bad at Graphics and Audio too. Networking, Bootloaders and Hardware (apart from GFX and Audio) are so much more my thing. I will try this method though.

  • Like 2
Link to comment
Share on other sites

The HD5450 1GB runs without Kextpatch when you speak to the Vanilla Device, because it uses the same driver.

HDMI audio goes with framebuffer name "Shrike" instead of "Eulemur" in connection with a patched AppleHDA.
I can not tell you exactly how to do it with 10.6.8. With Yosemite works very well with this method.
 
see DSDT example:
Device (PEG0)
            {
                Name (_ADR, 0x00010000)
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x10)
                            {
                                "device-id", 
                                Buffer (0x04)
                                {
                                    0xE0, 0x68, 0x00, 0x00
                                }, 
                                "ATY,DeviceID", 
                                Buffer (0x02)
                                {
                                    0xE0, 0x68
                                }, 
                                "vendor-id", 
                                Buffer (0x04)
                                {
                                    0x02, 0x10, 0x00, 0x00
                                }, 
                                "ATY,VendorID", 
                                Buffer (0x02)
                                {
                                    0x02, 0x10
                                }, 
                                "AAPL,slot-name", 
                                Buffer (0x07)
                                {
                                    "Slot-1"
                                }, 
                                "model", 
                                Buffer (0x1C)
                                {
                                    "XFX one HD5450 HDMI/DVI/VGA"
                                }, 
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }, 
                                "@0,AAPL,boot-display", 
                                Buffer (Zero) {}
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
                Device (HDAU)
                {
                    Name (_ADR, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
                }
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...