Jump to content
3 posts in this topic

Recommended Posts

Hi All

 

 

I have patched applehda.kext from snow 10.6.3 and here it works, no need for legacy kext and others anymore, only this in dsdt.

Device (HDEF)
           {
               Name (_ADR, 0x001B0000)
               Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x04)
                       {
                           "layout-id", 
                           Buffer (0x04)
                           {
                               0x78, 0x03, 0x00, 0x00
                           }, 

                           "PinConfigurations", 
                           Buffer (Zero) {}
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }
           }

 

The kext is for alc888 only, I have info used from legacy888hda,kext to put in, I have tryed through vista and linux verbs but it gives assertion errors, I search further for that.

 

This is for the MSI P35 Diamond mobo, I have now a full working system with edited dsdt.aml, sleep, restart without restart.kexts.

 

.

 

 

 

So try it.

AppleHDA.kext.zip

dsdt.aml.zip

The appleHDA.kext did you bin patch it?

 

 

Yes because my alc888, with alc885 it is not needed.

 

I have modded the plist in plugins and this made it work. I use the info from legacy kext 888hda from [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url].

 

I have not tested alc885 the pathmaps for this codec are already in applehda.kext.

 

 

For me it works, but if you have info I can try one for you, if you are interested, I wil post later some more info and little guide.

 

 

regards

×
×
  • Create New...