Jump to content

AD2000B Sound on ElCapitan


6 posts in this topic

Recommended Posts

Hi Everyone,

 

I managed to update my Hackintosh from Mavericks to ElCaptain. Everything is working fine, execpt i unfortunately do not have any sound.

I already looked up for some kexts and DSDT patches but i didn't managed to get the things working.

 

My Mainboard ASUS Maximus II Formula comes with a AD2000B soundchip.  (Supreme FX X-FI)

I also the AppleHDAPatcher by dragging the "ADI2000B" Folder into the program, and the patcher gave me a zip-file on the desktop. In this zip-file there is a kext and a readme, where it says that i should patch my dsdt, which i did. But when i want to do so, there are zero changes made, because my original dst does not have a HDEF device.
I then looked up for a patch to add the HDEF device, but i don't realy know if it is usable for my board. After that i tried several layout-ids  (0x07 and 0x09) bit with no success.

 

Long story short: Here i am with no clue what to do to get my audio work.

I realy realy hope, that some people can help me out here.

Thank you

 

Attachments:

  • unpatched DSDT
  • the output zipfile from AppleHDAPatcher
  • patch wich adds the HDEF device to my DSDT (but i dont know if it is correct)
  • edited HDEF patch, to suit the changes in the readme of the appleHDAPatcher

AppleHDA-272.50.31-ADI2000B.zip

DSDT_original.aml.zip

add_HDEF_modified.txt

add_HDEF.txt

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 8 months later...
  • 1 month later...
  • 1 month later...
Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package () {
                        "AAPL,slot-name", "Built In",
                        "name", "Realtek Audio Controller",
                        "model", Buffer () {"ADI AD2000B 8-channel High Definition Audio CODEC "},
                        "device_type", Buffer () {"Audio Controller"},
                        "layout-id", Buffer () {0x07, 0x00, 0x00, 0x00},
                        "MaximumBootBeepVolume", Buffer (One) {0x01},
                        "PinConfigurations", Buffer (Zero) {},
                        "hda-gfx", Buffer () {"onboard-1"},
                    }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }

and AppleALC, id 5 or 7 AppleALC.kext.zip

 

https://github.com/vit9696/AppleALC

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...