Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. I don't have Mojave install for E7470 but I could get the installer to come up all the way with the same files. Try with this Config If still failed, then it's the DSDT issue. Press F4 at the Clover GUI, compress and attach the Origin folder here for patching Make sure to use latest Clover as well config.plist.zip Update: Latest preferred Hot patch bootpack here
  2. To add to Hervé advice, you'll need both Lilu.kext + AppleALC.kext. They'll both work in /EFI/Clover/kexts/Other with layout-id = 12
  3. I know the developer said IntelHDGraphicsDVMTFixup is integrated into WhateverGreen, but without it, my system will KP. You could try without and see how your system reacts.
  4. Anyone here brave enough to test the new I2C native gesture version 2.1 for touchpad? Download and replace VoodooI2C + VoodooI2CHID into /EFI/Clover/kexts/Other or /L/E depending on where you currently have them https://github.com/alexandred/VoodooI2C/releases Supported gestures interaction here https://voodooi2c.github.io/#Supported Gestures/Supported Gestures
  5. Broadwell files won't work on your Skylake system. Give this a try, goes into the EFI/Clover folder E7470_Mojave.zip
  6. Update Clover to the latest on the Sierra system
  7. You should have Lilu.kext + AppleALC.kext in /EFI/Clover/kexts/Other, not /S/L/E Remove them from /S/L/E and repair permissions and rebuild cache
  8. The ones with x are dynamics and should be left out.
  9. what changes did you make and which layout-id did you end up using that has the best result?
  10. Sure, that would be handy since I don't have a model with the nvidia graphics. Yes, leave the dropped SSDT's out of the patched folder and sorted order as well.
  11. Mojave requires a new way to patch FB, old patches from High Sierra and below won't work. See here for more info https://www.insanelymac.com/forum/topic/334899-intel-framebuffer-patching-using-whatevergreen/ There's no support to I2C touchpad currently in Mojave, that being said, here's beta version you could try. Replace them into /EFI/Clover/kexts/Other If it doesn't work, don't ask for support, you won't get it from the developer. Will have to wait until Mojave is out at least. I2C_MojaveBeta.zip
  12. Yes, if DSDT already has HECI or MEI, just rename it to IMEI. What I mean about the layout-id in DSDT is that on some of my patches, I leave out that declaration so I could easily test different layout-ID with Config and not having to recompile DSDT. For example here, the highlighted strike through can be left out completely, also do the same for HDAU Do NOT re-apply "Rename _DSM to XDSM", that will defeat the purpose of patching the Devices like HDEF, EHC1, EHC2, XHC...etc Yes, adding some external declaration will fix a lot of compiling errors, you could try decompiling with out refs.txt and see if it has more or less errors. For Kabylake systems, you should avoid it, it'll generate more error than not. You can add blank lines to your patches to make it look more readable but the compiler will determine how to format it. Look at one of the patch I created, I could put it all in 1 liner and it'll still work the same, but it doesn't look good or easy to follow by the human eyes right?
  13. @punjabigator You'll need to check if you have layout-id set in DSDT under HDEF and/or Config file under Devices/Audio Inject Change it for both if found, reboot after each changes to test.
  14. Do you have CodecCommander.kext installed in /L/E or /S/L/E? And SSDT-ALC256.aml in /EFI/Clover/ACPI/Patched If that still have issue, try switching layout-id to 11, you'll need the latest AppleALC.kext
  15. Try this, replace into /EFI/Clover E431.zip
  16. Check to see if you have VoodooPS2Controller in /S/L/E or /L/E as well.
  17. press the spacebar at the Clover GUI Select single user, verbose and debug 0x100
  18. try dropping tableID CpuPm Cpu0Ist config.plist.zip
  19. 1) Because Rehabman don't have a patch to rename HECI to IMEI. I guess you could use Config file to do the renaming and leave out the patch, just preference I guess or use this patch 2) You could apply it, I just don't see a difference with it applied. That said, I didn't start dropping CpuSsdt and Cpu0Ist until recent HS where it causes KP 3) No, just cosmetics in IOReg or in system information. Those can be applied via Config file 4) No need if you don't have layout-id defined in DSDT/SSDT. Yes, [usb] USB3 _PRW 0x6D (instant wake) is also being applied to fix sleep issue. Might not need [misc] Poll for LID changes misc/misc_LidPoll anymore in HS, sleep with lid closed without it To disable discrete nVidia 840 Apply [gfx0] Disable from _INI (SSDT) to SSDT-SgPch.dsl but you'll need to make modification from PEG0 to RP05 and uncomment out External declaration and in DSDT, apply [gfx0] Disable/Enable on _WAK/_PTS (DSDT), again change PEG0 to RP05 Don't forget SDCard Reader patch
  20. At Clover, select single user mode Enter this command line /sbin/fsck -fy Repeat until exit is 0 Reboot
  21. Let's not get off topic here. Regarding your Asus, what OS X were you running? What version of Clover was it running? Can you post the Clover folder that was working for review?
  22. Try this, replaced into /EFI/Clover E5450_A19.zip
  23. attach the Clover folder from the USB installer
×
×
  • Create New...