Jump to content
1 post in this topic

Recommended Posts

I am trying to get HDMI audio working on my ATI 5870M with ALC269 Audio. I am having no luck at all. I am including everything that might help for someone to figure it out. I tried to look it up but the good forum post about the G73 is deleted. I have not found anyone who claimed to have it working.

 

Kexts/Config: http://www.insanelymac.com/forum/files/file/114-asus-g73jh-kexts-for-108/

 

DSDT: 

Device (HDAU)
            {
                Name (_ADR, One)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x02)
                        {
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-2"
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
            Device (PEG1)
            {
                Name (_ADR, 0x00010000)
                Method (_PRT, 0, NotSerialized)
                {
                    If (PICM)
                    {
                        Return (AR02 ())
                    }
                    Return (PR02 ())
                }
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Name (_SUN, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x06)
                            {
                                "@0,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "@1,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-2"
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (Package (0x02)
                    {
                        0x0D, 
                        0x05
                    })
                }
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x08)
                        {
                            "codec-id", 
                            Buffer (0x04)
                            {
                                 0x3E, 0x29, 0x00, 0x00
                            }, 
                            "layout-id", 
                            Buffer (0x04)
                            {
                                 0x0D, 0x01, 0x00, 0x00
                            }, 
                            "device-type", 
                            Buffer (0x11)
                            {
                                "ALC269"
                            }, 
                            "PinConfigurations", 
                            Buffer (0x2C)
                            {
                                /* 0000 */   0xF0, 0x11, 0x11, 0x41, 0xF0, 0x11, 0x11, 0x41,
                                /* 0008 */   0x10, 0x00, 0x13, 0x90, 0x40, 0x40, 0x21, 0x01,
                                /* 0010 */   0xF0, 0x11, 0x11, 0x41, 0x30, 0x90, 0xA1, 0x01,
                                /* 0018 */   0x50, 0x00, 0xA3, 0x90, 0xF0, 0x11, 0x11, 0x41,
                                /* 0020 */   0xF0, 0x11, 0x11, 0x41, 0x60, 0x80, 0x03, 0x40,
                                /* 0028 */   0x20, 0x00, 0x43, 0x90
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
Link to comment
Share on other sites

 Share

×
×
  • Create New...