Yes, I have, I only tried the 3out2in HDA and analog for 889 and 885.
And yeah, one at the time, since they are all named the same
Once I tried all layouID's ( "0", "65647 something", and "889"'s)
In Snow's dsl he has two HDEF entires, I only have one.
Where he reads
Code:
Method (_L0D, 0, NotSerialized)
{
Notify (\_SB.PCI0.USBE, 0x02)
Notify (\_SB.PCI0.USE2, 0x02)
Notify (\_SB.PWRB, 0x02)
Notify (\_SB.PCI0.HDEF, 0x02)
I have;
Code:
Method (_L0D, 0, NotSerialized)
{
}
The other entry is exactly the same
Code:
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x04)
{
"layout-id",
Buffer (0x04)
{
0x0C, 0x00, 0x00, 0x00
},
"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
So should I copy this in and recomplie?
And should I try with or without legacy?
(In the donwloaded tutorial folder containing the legacy kext archives, there is an HDAenabler there...)