Moderators Jake Lo Posted January 19, 2020 Moderators Share Posted January 19, 2020 Try this DSDT.aml Hervé 's file make both up and down the same value. That is fixed now. If (LEqual (Arg0, One)) { Notify (LCD, 0x86) Notify (^^LPCB.PS2K, 0x0366) } If (And (Arg0, 0x02)) { Notify (LCD, 0x87) Notify (^^LPCB.PS2K, 0x0366) } DSDT.aml.zip Link to comment Share on other sites More sharing options...
msagres Posted January 19, 2020 Author Share Posted January 19, 2020 Thanks!! It works ! Well, I haven't noticed it was the same value.. Now next challenges, try to fix sleep & wake, HDMI audio the card reader and my setup will be perfect ! Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 19, 2020 Moderators Share Posted January 19, 2020 post new debug file https://osxlatitude.com/index.php?/topic/10209-how-to-generate-proper-problem-reporting-files/ Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 19, 2020 Moderators Share Posted January 19, 2020 Try this, added SD Card reader and maybe fix sleep. For HDMI audio, you'll need to switch to AppleALC.kext + Lilu.kext. Remove VoodooHDA. Audio should work now with the correct layout-id set to 12 for AppleALC DSDT.aml.zip Link to comment Share on other sites More sharing options...
Administrators Hervé Posted January 19, 2020 Administrators Share Posted January 19, 2020 Oops, apologies; copy/paste error! Link to comment Share on other sites More sharing options...
msagres Posted January 20, 2020 Author Share Posted January 20, 2020 No worries! You already help me a lot with my kext folder. Jake Lo your DSDT seems to fix the sleep and wake thanks ! I also installed AppleALC it works great with layout-id set to 12. I'm at work I can't test the HDMI audio and the card reader. Edit: HDMI and the card reader works fine. Thank a lot! The only bug I noticed is the white noise when I plug my headphone on the jack. I'm also planning to share my EFI folder, to this community. If someone tries to install Catalina maybe it's can help him. So far my experience is great with this laptop and with all yours advises its greater every day. I don't know if I can do this, or where I can. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 20, 2020 Moderators Share Posted January 20, 2020 Install CodecCommander.kext to /L/E Repair permissions and rebuild cache. You might still encounter white noise after sleep occasionally, if that's the case install alc_fix. See here for file ALC292 has been plagued with this issue, so my E7440 also need this same fix. You probably can use my bootpack which is Hotpatched which can work on any BIOS version. Your static patched DSDT might cause issue when you change BIOS version. Only thing that might not work is sd card reader which can be easily fix. Link to comment Share on other sites More sharing options...
Administrators Hervé Posted January 20, 2020 Administrators Share Posted January 20, 2020 That, plus lack of audio after hot rebooting into OS X/macOS from Windows; solution: cold boot. Link to comment Share on other sites More sharing options...
msagres Posted January 20, 2020 Author Share Posted January 20, 2020 Great CodecCommander did the job ! Yes I will remember that. Now my setup is perfect ! Thanks for all yours advises and fixes you helped so much ! I just got a last question, why have you so much SSDTs in yours APCI folders ? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 20, 2020 Moderators Share Posted January 20, 2020 All the SSDT, each does one thing only. The naming pretty much describe its purpose, the rest are done via Config file. Link to comment Share on other sites More sharing options...
Recommended Posts