Hello
Mavericks 10.9.1 on toshiba laptop here.
I used this code to patch my dsdt
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 (_DSM, 4, NotSerialized)
{
Store (Package (0x16)
{
"AAPL,slot-name",
Buffer (0x09)
{
"built-in"
},
"codec-id",
Buffer (0x04)
{
0x69, 0x02, 0xEC, 0x10
},
"built-in",
Buffer (One)
{
0x00
},
"name",
Buffer (0x0F)
{
"Realtek ALC269"
},
"model",
Buffer (0x10)
{
"Realtek ALC271X"
},
"device-type",
Buffer (0x25)
{
"High Definition Audio Controller"
},
"layout-id",
Buffer (0x04)
{
0x1C, 0x00, 0x00, 0x00
},
"device_type",
Buffer (0x06)
{
"Sound"
},
"subsystem-vendor-id",
Buffer (0x04)
{
0x86, 0x80, 0x00, 0x00
},
"hda-gfx",
Buffer (0x0A)
{
"onboard-2"
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
Method (_PRW, 0, NotSerialized)
{
Return (Package (0x02)
{
0x0D,
0x05
})
}
}
and this kexts taken from osx86
http://www.osx86.net/files/file/34-applehda-alc269-for-mavericks/
Internal speakers works but not headphones and mic
even if audio work I got lot of errors about AppleHDAController, logs attached.
(there are lot of other errors but for now I just to want to make audio works)
So.. about the layout-id.. where can I change it? In the dsdt? If I understood right, IORegistryExplorer take the layout-id from the DSDT right?
And if I change the layout-id, what id I've to put? Compared with what?
Hope that somebody could help me to make audio totally works
Attachments:
IOReg: http://www.sendspace.com/file/dbbbe4
Report.htm: report file from AIDA64 with all my laptop specs:
Report.htm.zip
Boot log:
log.log.zip
DSDT:
DSDT.aml.zip
(I've tried to use Mirone DSDT in this post about 10.9
http://Olarila.com/forum/viewtopic.php?f=18&t=2734&start=20#p34263
but it doesn't work at all. I take only some parts of HDEF section of the DSDT attached there)