Jump to content

AppleHDA for ALC889-10.9.3- 2.6.1f2


1 Screenshot

About This File

Codec: Realtek ALC889

Address: 0

Vendor Id: 0x10ec0889

Subsystem Id: 0x1043846b

Revision Id: 0x100004

 

767b.png

This is the version of Applehda.Kext Mavericks GM hope it works for everyone!

Note: You must change the Layout to 4 in the DSDT patch HDEF.

 

0cvp.png

Esta é a versão de Applehda.Kext de Mavericks GM espero que trabalhe para todos!

Nota: É necessário mudar o Layout para 4 no patch HDEF do DSDT.

Method (_DSM, 4, NotSerialized)                {                    Store (Package (0x0c)                    {                                                "built-in",                         Buffer (One)                        {                            0x00                        },                         "layout-id",                         Buffer (0x04)                        {                            0x04, 0x00, 0x00, 0x00                        },                        "PinConfigurations",                        Buffer (0x00)                       {                           0x00                       }                    }, Local0)                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))                    Return (Local0)                }             }


What's New in Version 2.5.2fc2   See changelog

Released

  • #Changes in LayoutID.
  • #Changes in ConfigData.
  • #Changes in ReadMe file.
 Share


User Feedback

Recommended Comments

É do Mountain Lion ou do Mavericks? Porque vc diz que é do mavericks, mas o arquivo de texto que vem com a kext, informa que é do mountain lion 10.8.5

Link to comment
Share on other sites

É do Mountain Lion ou do Mavericks? Porque vc diz que é do mavericks, mas o arquivo de texto que vem com a kext, informa que é do mountain lion 10.8.5

This kext is for use on Maverick 10.9

  • Like 1
Link to comment
Share on other sites

I wrote a patch for MaciASL

found it to be easier than editing the file

# credit goes to Mirone
into device name_adr 0x001B0000 set_label begin HDEF end;
into device label PCI0 insert
begin
Device (HDEF)\n
{\n
    Name (_ADR, 0x001B0000)\n
    Method (_DSM, 4, NotSerialized)\n
    {\n
	    Store (Package (0x06)\n
	    {\n
                "built-in", Buffer (One) { 0x00 },\n
				"layout-id", Buffer (0x04) { 0x04, 0x00, 0x00, 0x00 },\n
                "PinConfigurations", Buffer(0x00) { 0x00 }\n
				}, Local0)\n
  	        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
			Return (Local0)\n
    }\n
}\n
end;
Link to comment
Share on other sites

×
×
  • Create New...