Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. add this to /EFI/Clover/ACPI/Patched attach new IOREG file after reboot to verify if it's disabled Power management has been enabled DisableDiscreteGraphics.zip
  2. Missing IOREG file. Run this, save, compress and attach it here Would help if you have included full systems spec, better if you add it to signature file so we don't have to guess your hardware
  3. Missing Clover folder but I was able to check the bootlog.txt that your Lilu.kext is old. Add Whatevergreen.kext and remove the kexts that's been superseded by Whatevergreen. You're using layout -id 28, change it to 12. Post Clover folder for further verification
  4. In Config file under ACPI, enable FixMutex, FixHPET and FixDarwin
  5. @aikido14 It doesn't sound like you have patched your DSDT for battery. What kext are you using? Can you share your Clover folder? @osxosx Yes, patching battery is a strenuous process. That's why I prefer Dell, no patching require for most models I had encountered.
  6. No need, pluginType in Config file already enabled so it does the same thing.
  7. Get rid of VoodooHDA/AppleHDADisabler.kext and use AppleALC.kext + Lilu.kext with layout-id 12
  8. I guess you could say that is normal. You'll have to apply the patch every time you do that. That's why you only work with the fixed *.dsl file and keep a copy for later if you want to make more changes in the future.
  9. Simpler workaround is to install Karabiner-Elements.app and adjust the Fn keys. See here for example Another approach is to reset it under Keyboard shortcuts. Select Display and change the brightness keys to F11 and F12.
  10. Here, error free You are suppose to decompile it. Apply the patch I linked, that should fix it. You'll encounter new errors about exiting scopes. Apply this patch, it basically just comment out the external declaration. Now you can apply whatever fixes or patches you want. Save this copy if you want add more patches in the future. DSDT.dsl.zip
  11. Just told you, it's an IASL bug. When you open *.aml file directly you will encounter the error due to the bug. If you re-open the fixed *.dsl file, you won't see that error because it's fixed.
  12. It's an IASL issue. You don't edit *.aml directly. You should only work with decompile *.dsl file. Once error is fixed and able to compile without error, the you're good to go. I have a patch for that here so you don't have to edit it manually.
  13. USBPorts.kext was hardcoded to iMac14.1, need to change it to MacBookPro11,5 to match your SMBIOS Here, fixed it for you. Should work. Replace into /E/C/kexts/Other USBPorts.kext.zip
  14. a lot of kexts has been added to /E/C/k/Other so that might increase injection time. You can move them to /L/E, repair permission and rebuild cache That might speed up loading time. Keep only VirtualSMC, VoodooPS2Controller and IntelMausiEthernet (optional) For Lilu.kext and plugins (Whatevergreen..etc) to work in /L/E, you need to add LiluFriend.kext to /L/E as well (google for it). Also remove SMCHelper.efi in drivers/UEFI, it's for FakeSMC, not VirtualSMC. Or you could remove VirtualSMC and use FakeSMC as you had originally.
  15. It's not fully supported, you probably only have basic mouse features. You can try going into mouse and change scrolling directions. Marked as SOLVED!
  16. @Raffay Replace contents into /EFI/Clover Have your USB installer handy in case it won't boot. 5580_I2C.zip
  17. @Raffay post debug file and there's no need to quote on every responds.
  18. boot with verbose + debug 0x100 mode Usually Haswell and above models requires KernelPM enabled in Config file. Broadwell and above requires additional DVMT pre-allocation memory patching.
×
×
  • Create New...