Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Follow instructions from here to debug issue
  2. 1) You'll need to remove the wifi whitelisting before you could replace the wifi card with a DW1560 or DW1830, unless you could find one that's Lenovo branded. 2) Try adding EDID to fix the reboot issue upon wake from sleep Note :- HDMI Audio in control via the HDMI display / TV, not from the Mac.
  3. Try this for your I2C Alps touchpad You'll also need to restore the vanilla VoodooPS2Controller.kext if your mod is not working.
  4. Which guide did you follow? If it has an Nvidia card, you need to remove it. Display must be plugged into the DisplayPort.
  5. See here. Might want to read through the whole thread for more info
  6. Try this one, compiled from dsarch's source VoodooPS2Controllerv8.kext.zip
  7. Post your Config file. Possibly need to drop CpuPm and Cpu0Ist tableID
  8. You usually have to repair permission and rebuild cache after each system updates.
  9. You should stay at A18, it supposed to address the vulnerability of Spectre and Meltdown.
  10. I only get corruption if Legacy Option ROMs is disabled, needs to be enabled. Sorry was a mistake on post #2. Got confused with the Skylake model E7470
  11. make sure you have CodecCommander in /Library/Extensions Repair permission and rebuild cache
  12. Make sure you replace with an M.2 card, my recommendations...DW1560 or DW1830.
  13. Make sure you have HFSPlus.efi in /EFI/Clover/drivers64UEFI
  14. Looking at your EFI from here You need to move all your kexts from /E/C/k/10.12 to Other or 10.13, preferably to Other and delete all the other folders. Mainly you need IntelGraphicsDVMTFixup.kext + Lilu.kext to get pass that KP.
  15. Go ahead and update BIOS to A10. If you have issue with it, you can re-export the new raw file and I'll patch that.
  16. Which version of Clover do you have on the installer? The latest version supposed to have fixed that.
  17. Make sure you're on the latest Clover. Boot with verbose + debug 0x100 mode to get a better idea of why it fails.
  18. the 3 ethernet kexts are: IntelMausiEthernet AtherosE2200Ethernet RealtekRTL8111 According to IOReg file you should be using IntelMausiEthernet only. Check your Bios, make sure Legacy Option ROMs is disabled. For audio, after removing VoodooHDA.kext, you'll need to repair permission and rebuild cache. Make sure AppleHDA in /S/L/E is there and is vanilla. sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / For touchpad, from what I remember, it should work at boot but will stop working after wake from sleep.
  19. Remove ApplePS2Controller.kext from /EFI/Clover/kexts/Other, just use VoodooPS2Controller.kext I see you have 2 audio kexts, AppleHDA_ALC256b.kext and VoodooHDA. Stick with AppleHDA_ALC256b, it helps enable HDMI Audio, don't think VoodooHDA does. You have 3 different ethernet kexts, though no harm having them, but you should determine what is the one you really need for this system.
  20. Revert CoreStorage and try again https://osxlatitude.com/index.php?/topic/9967-how-do-i-revert-corestorage-logical-volumepartition-to-legacy-mode/
×
×
  • Create New...