acquarius.13 Posted October 16, 2018 Author Share Posted October 16, 2018 Dear @Jake Lo and @viking1304, I'm sorry to inform you that both of your suggests concluded in a kernel panic! I think there is no chance.. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 16, 2018 Moderators Share Posted October 16, 2018 So grim...give this a try, replace into /EFI/Clover No DSDT patching needed E7x50_Mojave.zip Link to comment Share on other sites More sharing options...
acquarius.13 Posted October 16, 2018 Author Share Posted October 16, 2018 @Jake Lo with your zip it is working. I appreciated a faster boot (in my opinion, I did not measure it), but I can hear fans working continuously. I will keep you updated in future trials if, after completing updates, I still hear those fans working a lot, since I cannot measure any temperature. Is there a way to get back the hardware sensors? By the way, I had the CpuPm instead of CpuSsdt because in my usual configuration the config.plist is set with CpuPm. If I put CpuSsdt in acpi tables, I can boot and work but even if I use the proper commands to prevent hibernation, when the machine goes to sleep, then it is impossible to have it back without switching it of brutally. Is this normal? UPDATE After installing macOS updates, fans are working less than before. Now I'm trying to solve battery percentage issue. ACPIBatteryManager.kext and abm_firstpolldelay=16000 doesn't work to solve battery % issue Link to comment Share on other sites More sharing options...
acquarius.13 Posted October 19, 2018 Author Share Posted October 19, 2018 Hi @Jake Lo, the package you gave me E7x50_Mojave.zip makes the hack booting and working, but sleep is not working properly, even after applying hibernation prevention commands: sudo pmset -a hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset -a hibernatefile /dev/null In attachment you can see what it is going on. It's not always the same behaviour, but typically the system doesn't go to sleep automatically and, after wake, it hangs at a certain point. I hope this can be a good feedback about improving the pack for HS and Mojave future installations. I think I can give up in patching DSDT and SSDT's: I appreciated a lot your big effort in helping me (also many thanks to @viking1304) From what I can understand, that package should work with mojave: if you need a sort of "beta tester" I'm available to test it and to report feedbacks on what is working or not. Thanks a lot again Marco Link to comment Share on other sites More sharing options...
viking1304 Posted October 19, 2018 Share Posted October 19, 2018 Can you try to add SSDT-UPRW.aml to your patched folder and with this patch added in your config? change UPRW to XPRW 55505257 58505257 This should solve your instant wake issues. Please let us know if it helps. SSDT-UPRW.zip Link to comment Share on other sites More sharing options...
acquarius.13 Posted October 19, 2018 Author Share Posted October 19, 2018 No way @viking1304 same result..and much slower boot time Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 19, 2018 Moderators Share Posted October 19, 2018 post debug files Link to comment Share on other sites More sharing options...
viking1304 Posted October 19, 2018 Share Posted October 19, 2018 I am sorry, I think I made an oversight. Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake { Return (GPRW (0x69, 0x04)) } Can you try to rename GPRW instead of UPRW in config change GPRW to XPRW 47505257 58505257 and to replace SSDT-UPRW.aml with SSDT-GPRW.aml? SSDT-GPRW.aml.zip EDIT: I just tried this on my machine and my hot patched DSDT looks promising: Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake { Return (XPRW (0x69, 0x04)) } Please let us know if it works for you. Link to comment Share on other sites More sharing options...
acquarius.13 Posted October 21, 2018 Author Share Posted October 21, 2018 Hi @Jake Lo here in attachment you will find the debug files. @viking1304: I've configured my config.plist acpi section with your hotpatch. Now I'm trying to make it sleep and then wake. I will keep you updated Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 21, 2018 Moderators Share Posted October 21, 2018 Remove these kexts, repair permissions and rebuild cache from System/Library/Extensions FakePCIID_XHCIMux.kext from /Library/ExtensionsUSBInjectAll.kext EAPDFix.kext Link to comment Share on other sites More sharing options...
Recommended Posts