Jump to content
27 posts in this topic

Recommended Posts

hi

i ask help to enable hdmi audio for my laptop fujitsu A 514......my dsdt and ssdt is here.

to enable full qe/ci i followed guide of great Mirone .....http://www.insanelymac.com/forum/topic/304267-intel-hd4400-full-qeci-in-yosemite-1010210103/

iI have el capitan 10.11.3

Thanks :)  :)

Archivio (3).zip

Link to comment
https://www.insanelymac.com/forum/topic/311469-hdmi-audio-intel-4400/
Share on other sites

  • 8 months later...

I dont mean to necro an oldish thread but i too have HD4400 and i cannot seem to get hdmi audio to work.
I have attached config & ioreg. (Removed, downloaded but no comments)
Please @Mirone or someone i need your help.

 

***Solved***

  • 10 months later...

Here's is a copy of SSDT-10 table where device HDAU was patched with the following XDSM method:

           Method (XDSM, 4, NotSerialized)
           {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03                                           
                    })
                }

                Return (Package (0x02)
                {
                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }

I also added the desktop HD4600 id injection before the layout-id injection in device IGPU:

           Method (XDSM, 4, NotSerialized)
           {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03                                           
                    })
                }

                Return (Package (0x04)
                {
                    "device-id",
                    Buffer (0x04)
                    {
                        0x12, 0x04, 0x00, 0x00          // Desktop HD4600 id 
                    },
                    
                    "AAPL,ig-platform-id", 
                    Buffer (0x04)
                    {
                         0x06, 0x00, 0x26, 0x0A         // Azul FB #12
                    }, 

                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }

Make sure that you install all necessary Rehabman's FakePCIID kexts:

  • FakePCIID
  • FakePCIID_Intel_HD_Graphics
  • FakePCIID_Intel_HDMI_Audio
 
Finally and as stated previously in post #, you must patch layout 0x0a260006 of your Azul framebuffer kext to set the relevant output port to HDMI type. This is usually done through the following binary patch:
Find:       01050900 00040000 87000000
Replace: 01051200 00080000 87000000
 
Questions:
  1. which audio codec do you have?
  2. do you currently have audio working with patched AppleHDA?
  3. do you currently have HDMI video output working?
  4. which OS X/macOS version do you currently run?

NB: It could help if you posted your system's specifications in signature.

 

1. For the code, should i remove the existing _DSM on my HDAU to that _XDSM code ? In order my device is laptop, not desktop (S451LB series has only HDMI port and there is no VGA port.

 

2. I have installed all 

*see the Screen shot

 

3. For clover patch, i have added that

*see the Screen shot

 

Answered Question : 

1. How to know the audio codec ? Can you tell me ?

2. Yes, my device is ALC233 and already use the patched HDA and all of output and input are working

3. I try it and HDMI worked

4. Version 10.12.6

post-2242469-0-76443900-1510035795_thumb.png

post-2242469-0-11804500-1510035869_thumb.png

1. Okay, i will use your revision and remove my SSDT-10

 

2. Can you tell me what are "Remove all 5 x current kexts" ? would you mind if u explain all ?

 

3. Oh ALC233 called 'codec' .. sorry i just knowed it

 

4. I attach my clover folder, so i hope you want to correct my work. 
*I have not changed anything from your recommendation, maybe you can list all of my mistake, i'm very gratefull

 

5. Ups sorry about quote, accept my apologize, anyway sorry for my bad english

CLOVER 3.zip

  • 2 years later...

I'm got this crappy older HP Pavilion intel core i3 4130 Haswell intel hd 4400 machine here. Im using the intel graphics and for some reason i can't seem to get hdmi audio to work with my monitor. I'm using dvi to hdmi adapter because it doesn't have an hdmi nor display port.. What can i do to remedy this issue?

×
×
  • Create New...