Hackintosh AppleHDA.kext ALC269 Asus K53SV - Downloads - OSx86.net
The number one Hackintosh community


Rate this File
Uploaded by crunk - 26th March 2012
Author Version: 1.7.9a4
Author Source: -
File Size Compatible:
Unkown
Yes
Yes
Yes
Hackintosh Files / Kexts Downloads Hackintosh Files / Kexts Downloads: 2,397
AppleHDA.kext ALC269 Asus K53SV Size: 1.25 MB  
Speaker and Mic Working!!


Comments

Sweny
26th March 2012 at 16:27
Just tested with Acer5750g working.
kali2000
26th March 2012 at 23:20
Not work on Asus k53sc.
crunk
27th March 2012 at 00:13
have you dsdt edits for ALC269?
neimovirne
27th March 2012 at 09:40
it works on stock IOAudioFamily.kext ?
crunk
27th March 2012 at 11:39
do not know.
kali2000
27th March 2012 at 14:01
No, I have not. How I can do this?
Then my HDMI is Intel cougar point. Can I inject this with dsdt too?
crunk
27th March 2012 at 14:15
take HDAEnabler.kext or edit your dsdt with this code


Device (HDEF)
{
Name (_ADR, 0x001B0000)
OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
Field (HDAR, WordAcc, NoLock, Preserve)
{
DCKA, 1,
Offset (0x01),
DCKM, 1,
, 6,
DCKS, 1,
Offset (0x08),
, 15,
PMES, 1
}
Method (_PRW, 0, NotSerialized)
{
If (WKMD)
{
Return (Package (0x02)
{
0x0D,
0x04
})
}
Else
{
Return (Package (0x02)
{
0x0D,
Zero
})
}
}
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"codec-id",
Buffer (0x04)
{
0x3E, 0x29, 0x00, 0x00
},
"layout-id",
Buffer (0x04)
{
0x0D, 0x01, 0x00, 0x00
},
"device-type",
Buffer (0x11)
{
"ALC269"
},
"PinConfigurations",
Buffer (0x2C)
{
/* 0000 */ 0xF0, 0x11, 0x11, 0x41, 0xF0, 0x11, 0x11, 0x41,
/* 0008 */ 0x10, 0x00, 0x13, 0x90, 0x40, 0x40, 0x21, 0x01,
/* 0010 */ 0xF0, 0x11, 0x11, 0x41, 0x30, 0x90, 0xA1, 0x01,
/* 0018 */ 0x50, 0x00, 0xA3, 0x90, 0xF0, 0x11, 0x11, 0x41,
/* 0020 */ 0xF0, 0x11, 0x11, 0x41, 0x60, 0x80, 0x03, 0x40,
/* 0028 */ 0x20, 0x00, 0x43, 0x90
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
kali2000
27th March 2012 at 19:05
With HDAEnabler.kext not work. About edit my dsdt, I don't know how I can do this.
crunk
27th March 2012 at 19:38
http://www.youtube.com/watch?v=EOyu8sF1YH4
crunk
27th March 2012 at 19:42
http://www.osx86.es/?p=610