Jump to content

Realtek ALC888S on 10.9.2


nut93
 Share

3 posts in this topic

Recommended Posts

Hi, I have problems with my alc888s on Mavericks 10.9.2.

I have tried with VoodooHDA 2.8.4 and [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url]. But it doesn't work.

I tried to follow this guide, http://www.insanelymac.com/forum/topic/293001-mavericks-realtek-alc-applehda-audio/

But i don't understand all steps... 

 

Any solutions?

Link to comment
Share on other sites

First delete all stuf like VoodooHDA,Azalia..reboot

Install kext AplleHDA(upload bellow) and use HDEF defice in yor DSDT.aml..etc copy/paste this one :thumbsup_anim: Don't remember to use on terminal :

sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions

and go on Heaven with yor HDA :hysterical:

            Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (Package (0x02)
                    {
                        0x0D,
                        0x05
                    })
                }
                OperationRegion (HDCS, PCI_Config, 0x54, 0x04)
                Field (HDCS, DWordAcc, NoLock, Preserve)
                {
                        ,   15,
                    PMES,   1
                }
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x10)
                        {
                            "subsystem-id",
                            Buffer (0x04)
                            {
                                0x00, 0x42, 0x00, 0x00
                            },
                            "subsystem-vendor-id",
                            Buffer (0x04)
                            {
                                0x6B, 0x10, 0x10, 0x10
                            },
                            "layout-id",
                            Buffer (0x04)
                            {
                                0x01, 0x00, 0x00, 0x00
                            },
                            "codec-id",
                            Buffer (0x04)
                            {
                                0x88, 0x08, 0xEC, 0x10
                            },
                            "device-type",
                            Buffer (0x07)
                            {
                                "ALC888"
                            },
                            "PinConfigurations",
                            Buffer (0x28)
                            {
                                /* 0000 */    0x50, 0x41, 0x01, 0x01, 0x50, 0x40, 0x21, 0x02,
                                /* 0008 */    0x30, 0x01, 0x10, 0x90, 0x20, 0x60, 0x01, 0x01,
                                /* 0010 */    0x70, 0x20, 0x01, 0x01, 0xA0, 0x90, 0xA1, 0x02,
                                /* 0018 */    0x10, 0x30, 0x81, 0x01, 0x40, 0x90, 0xA1, 0x01,
                                /* 0020 */    0x60, 0x61, 0x4B, 0x01, 0xF0, 0x01, 0xCB, 0x01
                            },
                            "reg",
                            Buffer (0x28)
                            {
                                /* 0000 */    0x00, 0xD8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                /* 0008 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                /* 0010 */    0x00, 0x00, 0x00, 0x00, 0x10, 0xD8, 0x00, 0x02,
                                /* 0018 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                                /* 0020 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00
                            },
                            "platformFamily",
                            Buffer (One)
                            {
                                0x00
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }

3712-AppleHDA.kext.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...