Contribute
Register

Help me too!!! No HDMI audio ouput on my Gigabyte GT 560 ti in 10.8.2

Status
Not open for further replies.
Joined
Sep 11, 2012
Messages
25
Motherboard
Gigabyte Z68XP-UD3P
CPU
i5-2400
Graphics
GTX 1050 Ti
Mobile Phone
  1. Android
Dear All,
My hardware
Motherboard: Gigabyte GA-H67MA-UD2H-B3 (BIOS=F8)
Processor: Intel I5 2400 3.1GHz
Graphics: Gigabyte GTX560 Ti

already see this form HELP! No HDMI audio on 560 ti in 10.8
and fellow this guide Lion HDMI Audio - Part 3b: Kext Edits - Nvidia

here are my replace my GA-H67MA-UD2H-B3 DSTS sample
my dsdt.aml file { View attachment dsdt.aml }
Code:
## On my DSTS File line 420 to 493
            Method (_S3D, 0, NotSerialized)
            {
                If (LEqual (OSFL, 0x02))
                {
                    Return (0x02)
                }
                Else
                {
                    Return (0x03)
                }
            }

            Device (PEGP)
            {
                Name (_ADR, 0x00010000)
                Name (_PRW, Package (0x02)
                {
                    0x09, 
                    0x05
                })
                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-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)
                    }
                }
            }

            Method (_STA, 0, NotSerialized)
            {
                Return (0x0F)
            }

AppleHDA.kext version = 2.3.1 -> 2.2.0 (downgrade)
my AppleHDA.kext { View attachment AppleHDA.kext.zip }

It can output on non HDMI audio
Screen Shot 2012-10-26 at 下午10.19.05.png
Screen Shot 2012-10-26 at 下午10.19.26.png

Use it downgrade my AppleHDA.kext
Screen Shot 2012-10-26 at 下午10.21.00.png

my display state
Screen Shot 2012-10-26 at 下午10.24.44.png

my device id
Screen Shot 2012-10-26 at 下午10.31.49.png

find 4 times de10ea0b on AppleHDA.kext/Contects/Plugins/AppleHDAControl.kext/Contects/MacOS/AppleHDAControl
1. address:0000DB7C
2. address:0000DD70
3. address:0002946C
4. address:00029664
and replace de10ea0b -> de100c0e on 1 and 2 address

find 4 times 0A00DE10 on AppleHDA.kext/Contects/MacOS/AppleHDA
1. address:0003E921
2. address:00040E57
3. address:0010480D
4. address:00106C79
and replace 0A00DE10 -> 1600DE10 on 1 and 2 address
save files
overwrite /System/Library/Extensions/AppleHDA.kext

show messages:
Screen Shot 2012-10-26 at 下午11.11.00.png

Screen Shot 2012-10-26 at 下午11.11.13.png

Screen Shot 2012-10-26 at 下午11.11.24.png

Screen Shot 2012-10-26 at 下午11.11.37.png

Screen Shot 2012-10-26 at 下午11.11.48.png

Screen Shot 2012-10-26 at 下午11.12.00.png

reboot MACOS 10.8.2 are failure.

please help me, which of the step are mistake?
thanks really.

Dolanna
 
already see this form HELP! No HDMI audio on 560 ti in 10.8
and fellow this guide Lion HDMI Audio - Part 3b: Kext Edits - Nvidia

find 4 times de10ea0b on AppleHDA.kext/Contects/Plugins/AppleHDAControl.kext/Contects/MacOS/AppleHDAControl

save files
overwrite /System/Library/Extensions/AppleHDA.kext

reboot MACOS 10.8.2 are failure.

please help me, which of the step are mistake?
Lots of mistakes, start over.
1. With 10.2 installed, use the Mountain Lion HDMI Audio guides; layout-ids and AppleHDA edits are different from Lion guides.
2. MultiBeast 5.1.2 - Select/Drivers & Bootloaders/Drivers/Audio/Realtek ALC8xx/With DSDT/ALC889
3. Apply only the
de10ea0b edit 2 times
4. Use KextBeat to install kexts successfully. Using Finder to install kexts results in the failures above
 
thank you! Toledo,

I have some question about using AppleHDA.kext 2.2.0 in MAC OS 10.8.2 system that is right? then use KextBeat tools to register?


Lots of mistakes, start over.
1. With 10.8.2 installed, use the Mountain Lion HDMI Audio guides; layout-ids and AppleHDA edits are different from Lion guides.

Mountain Lion Audio IDs
1. Audio ID: 1 - supports standard 5/6 port onboard and/or AMD/Nvidia HDMI audio (Lion Audio ID:8xy)
2. Audio ID: 2 - supports custom 3 port onboard and/or AMD/Nvidia HDMI audio (Lion Audio ID:2xy)
3. Audio ID: 3 - supports custom 3/5/6 port onboard with HD3000/HD4000 HDMI audio (Lion Audio ID:3xy)


ml_Audio_Configurations.png


your mean if I use AppleHDA.kext version 2.3.1 in 10.8.2,
I must set audio ID that 889 -> 1,2,3?

Screen Shot 2012-10-28 at 上午12.50.52.png

2. MultiBeast 5.1.2 - Select/Drivers & Bootloaders/Drivers/Audio/Realtek ALC8xx/With DSDT/ALC889
yes, I do it.

3. Apply only the
de10ea0b edit 2 times
Edit AppleHDAControl.kext 4 times

4. Use KextBeat to install kexts successfully. Using Finder to install kexts results in the failures above
Lose to use, will try it.
 
Last edited by a moderator:

1. your mean if I use AppleHDA.kext version 2.3.1 in 10.8.2,
I must set audio ID that 889 -> 1,2,3?


2. MultiBeast 5.1.2 - Select/Drivers & Bootloaders/Drivers/Audio/Realtek ALC8xx/With DSDT/ALC889
yes, I do it.

3. Apply only the
de10ea0b edit 2 times
Edit AppleHDAControl.kext 4 times

4. Use KextBeat to install kexts successfully. Using Finder to install kexts results in the failures above
Lose to use, will try it.
1. Yes
2. Yes
3. No, two times; there is only two instances in AppleHDA.kext_v2.3.1.
4. OK, KextBeast correctly installs kexts.
 
Toleda,

I got my audio output, thanks.
:headbang:

0. edit /Extra/dsts.aml and add { Device (GFX0) and Device (HDAU) } in my old dsts.aml @because my new edit dsts that already fail.

1. download new version MulitBeast 5.1.3
Select/Drivers & Bootloaders/Drivers/Audio/Realtek ALC8xx/With DSDT/ALC889 to install

2. reboot system

3. copy
/System/Library/Extensions/AppleHDA.kext to OS X desktop

4. search de10ea0b in AppleHDA.kext/Contects/Plugins/AppleHDAControl.kext/Contects/MacOS/AppleHDAControl @total 2 times

5. make sure and replace de10ea0b -> de100c0e

6. save it on desktop/backupKext

7. use Kext Wizard.app to install /System/Library/Extensions

8. reboot again

9. got my HDMI


Screen Shot 2012-10-28 at 上午5.47.13.png
 
Last edited:
Status
Not open for further replies.
Back
Top