Contribute
Register

No Device PEGP or PEG0

Status
Not open for further replies.
pieman123 said:
Wait what? why wont the HDMI audio be there?
I didn't say wait. You don't have all the pieces in place. I am waiting on you for a copy of IOReg that shows you have installed the edited dsdt successfully.
 
Ok I installed the dsdt with DTDTSE and it said that it was successful and I have installed the ALC892 patched from multibeast 4.4 but I still dont have HDMI audio
 

Attachments

  • pieman.zip
    604.6 KB · Views: 82
pieman123 said:
Ok I installed the dsdt with DTDTSE and it said that it was successful and I have installed the ALC892 patched from multibeast 4.4 but I still dont have HDMI audio
Edit dsdt.aml/PEGP/_ADR from:
Name (_ADR, 0x00010000)
to:
Name (_ADR, 0x00030000)

After the edits, PEGP looks like:
Code:
            Device (PEGP)
            {
                Name (_ADR, 0x00030000)
                Name (_PRW, Package (0x02)
                {
                    0x09, 
                    0x05
                })
                Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Name (_SUN, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x02)
                            {
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-1"
                                }
                            }, 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)
                    }
                }
            }
 
Thank you sooooooooo much! I feel so stupid for not seeing that and I just updated to 10.7.4 and I do not have any of the other stuff except for HDMI and my external sound card, which is perfect cuz all the other stuff dont wok anyways, so attached is my IOReg from before I updated. The HDMI audio is there and all. Thank you guys for helping me achieve my goals!
 

Attachments

  • Pieman_final.zip
    607.8 KB · Views: 106
Status
Not open for further replies.
Back
Top