gvkwok Posted December 5, 2011 Posted December 5, 2011 (edited) Would like to request the ALC882 DSDT patch for Asus P5W DH Deluxe Tried the ALC883 patch and no luck. Successfully installed SL 10.6.8 by iBoot 3.1.1 + multishit 3.7.2 with DSDT.aml extracted and patched by DSDT Editor. Attached is the DSDT.aml extracted and patched for my Asus P5W DH Deluxe. At the moment, I use WoodyHDA kext (which is AppleHDA v1.8.7f1) and HDAEnabler.kext from matemago (which is v1.0.0d1). By the way, I have tried several version of AppleHDA.kext for Asus P5W DH Deluxe. v1.7.4a1 matemago version --- working v1.7.9a4 --- not working v1.8.7f1 woodyhda version --- working v1.9.9f12 --- not working v2.0.5 from 10.6.8 --- not working Thanks a lot. DSDT_Asus P5W DH Deluxe.aml.zip CPU= Core 2 Duo E6600 RAM= 4GB Mobo = Asus P5W DH Deluxe Audio= Realtek ALC882 Gfx= ATI 6670 Edited December 5, 2011 by Guest
Cassio Posted December 5, 2011 Posted December 5, 2011 Look the Info.plist file of HDAEnabler.kext for the properties it injects. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
gvkwok Posted December 5, 2011 Author Posted December 5, 2011 Look the Info.plist file of HDAEnabler.kext for the properties it injects. Thanks for showing a way to explore the kext, but it is beyond my skill to hack into kext and extract useful information. (Though I can successfully open package contents and read the info.plist. Sincerely wish you or Maldon or other can make up the DSDT patch for ALC882 codec. Attached is the HDAEnabler.kext by matemago. HDAEnabler.kext.zip
Cassio Posted December 5, 2011 Posted December 5, 2011 <key>HDAProperties</key> <dict> <key>PinConfigurations</key> <data></data> <key>built-in</key> <data>AA==</data> <key>layout-id</key> <data>DAAAAA==</data> </dict> It's the default HDEF + built-in into method label _DSM parent_adr 0x001B0000 remove_entry; into device name_adr 0x001B0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package ()\n {\n "built-in", \n Buffer (One)\n {\n 0x00\n }, \n "layout-id", \n Buffer (0x04)\n {\n 0x0C, 0x00, 0x00, 0x00\n }, \n "PinConfigurations", \n Buffer (Zero) {}\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end If there isn't a device with _ADR = 0x001B0000 in your DSDT, apply the HDEF patch first. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
sharookh Posted January 18, 2012 Posted January 18, 2012 gvkwok, did you get the DSDT patch for the ALC882 working?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now