Contribute
Register

HDMI AppleHDA and DSDT Patch Thread

Status
Not open for further replies.
toleda said:
mackie100 said:
thank you!!! Already patched DSDT & applehda binary, but no change!!!! :beachball:

I've a geforce 105m with Codec Nvidia MCP77/78 HDMI Vendor Id: 0x10de0003

acer aspire 5738g LION 10.7.3
Attach dsdt and a copy of IOReg.

thx!!! this is my archive!!!!!
 

Attachments

  • mackie-dsdt-ioreg.zip
    415.3 KB · Views: 103
mackie100 said:
thx!!! this is my archive!!!!!
Two issues:
1. dsdt/HDEF - remove the other injections but leave layout-id and PinConfigurations, change Store to 04 from 0C.
2. there is an extra audio codec 11c10001, no idea what it is or whether this will work with it.

Make the change in 1 above and verify on board audio.

See http://www.tonymacx86.com/viewtopic.php?f=162&t=31948.

Make the following edits from Step 4 Edit DSDT:
1. add hda-gfx injection to IGPU as noted
2. add had-gfx injection to HDEF as noted

Compile, install, restart and reply with dsdt and IOReg.
 
toleda said:
Two issues:
1. dsdt/HDEF - remove the other injections but leave layout-id and PinConfigurations, change Store to 04 from 0C.
2. there is an extra audio codec 11c10001, no idea what it is or whether this will work with it.

Make the change in 1 above and verify on board audio.

See http://www.tonymacx86.com/viewtopic.php?f=162&t=31948.

Make the following edits from Step 4 Edit DSDT:
1. add hda-gfx injection to IGPU as noted
2. add had-gfx injection to HDEF as noted

Compile, install, restart and reply with dsdt and IOReg.

thnx!!!! The Subsystem Id: 0x11c10001 & Vendor Id: 0x11c11040 is my internal modem 56k "AGERE SyS"

my new ioreg & DSDT
 

Attachments

  • Archivio.zip
    408.4 KB · Views: 93
mackie100 said:
my new ioreg & DSDT
Edit IGPU to look like this (add connector-type injection):
Code:
                    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)
                    }
                }
 
toleda said:
mackie100 said:
my new ioreg & DSDT
Edit IGPU to look like this (add connector-type injection):
Code:
                    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)
                    }
                }

thnx 4 your help but unfortunately absolutely nothing!!!! no change!!!!!
 
toleda said:
mackie100 said:
thnx 4 your help but unfortunately absolutely nothing!!!! no change!!!!!
Attach IOReg.

this is my ioreg & codec hdmi dump!!!!
 

Attachments

  • mackie-ioreg.ioreg.zip
    387.2 KB · Views: 92
  • codec_HDMI.txt
    3.2 KB · Views: 135
mackie100 said:
this is my ioreg & codec hdmi dump!!!!
I don't know what AppleHDA.kext you are using. Use a hex editor to check for the HDMI device_id.
AppleHDA binary
Find: 03 00 de 10

If it is not there, try this:
AppleHDA binary
Find: 07 00 de 10
Replace: 03 00 de 10

Reply with IOReg.
 
toleda said:
I don't know what AppleHDA.kext you are using. Use a hex editor to check for the HDMI device_id.
AppleHDA binary
Find: 03 00 de 10

If it is not there, try this:
AppleHDA binary
Find: 07 00 de 10
Replace: 03 00 de 10

Reply with IOReg.
after harder work! I binpatched applehda 1.7.9a4 and all works!!!!!!
80798128.png

91003464.png



I hear only a popping on boot!!!!
 
Status
Not open for further replies.
Back
Top