Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. Try this for your I2C Alps touchpad You'll also need to restore the vanilla VoodooPS2Controller.kext if your mod is not working.
  2. Which guide did you follow? If it has an Nvidia card, you need to remove it. Display must be plugged into the DisplayPort.
  3. See here. Might want to read through the whole thread for more info
  4. Try this one, compiled from dsarch's source VoodooPS2Controllerv8.kext.zip
  5. Post your Config file. Possibly need to drop CpuPm and Cpu0Ist tableID
  6. You usually have to repair permission and rebuild cache after each system updates.
  7. You should stay at A18, it supposed to address the vulnerability of Spectre and Meltdown.
  8. 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
  9. make sure you have CodecCommander in /Library/Extensions Repair permission and rebuild cache
  10. Make sure you replace with an M.2 card, my recommendations...DW1560 or DW1830.
  11. Make sure you have HFSPlus.efi in /EFI/Clover/drivers64UEFI
  12. 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.
  13. 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.
  14. Which version of Clover do you have on the installer? The latest version supposed to have fixed that.
  15. Make sure you're on the latest Clover. Boot with verbose + debug 0x100 mode to get a better idea of why it fails.
  16. 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.
  17. 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.
  18. Revert CoreStorage and try again https://osxlatitude.com/index.php?/topic/9967-how-do-i-revert-corestorage-logical-volumepartition-to-legacy-mode/
  19. Follow instructions from here to debug issue gen_debug -sysprofile
  20. Just place the kext in /EFi/Clover/kexts/Other However I have tested all 3 USB ports and all are working just fine with no additional kext.
×
×
  • Create New...