
11-20-2009, 11:02 PM
|
Cheetah
|
|
Join Date: Nov 2009
Posts: 14
|
|
I figured out the missing part, I added HDEF to the _L0D method:
Code:
Method (_L0D, 0, NotSerialized)
{
Notify (\_SB.PCI0.EHC1, 0x02)
Notify (\_SB.PCI0.EHC2, 0x02)
Notify (\_SB.PCI0.IGBE, 0x02)
Notify (\_SB.PCI0.HDEF, 0x02)
}
But still no sound with AppleHDA 
|