Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Did you copy the Clover folder from the USB installer to the EFI partition of the HDD? What's the KP error when you boot with the HDD?
  2. Please upload your clover folder or link to where you get the files. Touchpad won't be relating to DSDT, but battery might.
  3. In BIOS, boot list option, disable UEFI. Reboot, hit 12 and select USB Storage Device When Clover appears, select your HDD, hit space bar. From the drop down, select to boot without cache. Post your KP
  4. It doesn't have version 7 added for the E7x50 models. What I also encounter is that the left mouse for the trackstick doesn't allow drag unless the left mouse of the touchpad is use first.
  5. Rehabman's ps2controller is for Synaptics, not for Alps. Although it won't cause any issue, you won't have touchpad scrolling feature. I would just remove that kext and replace with the one I linked. Looking at your second post, the KP is like to wireless kext. Try removing your wireless card temporarily. By the way, what wireless card does it have?
  6. replace voodoops2controller with this one
  7. Replace the voodoops2controller with this one then boot without cache
  8. When you booted to the Clover GUI, hit F4. Then compress and attach /EFI/Clover/ACPI/Origin folder here. I'll try patching the DSDT/SSDT for you.
  9. Looks like graphics is not loading. Try booting in Safemode.
  10. try removing gpusensors.kext by right clicking on FakeSMC.kext, select show package contents->plugins
  11. Post the error when booting without cache with nv_disable=1
  12. did you update the AppleHDA_ALC292 from the updated section? Boot without cache, run the permission repair and rebuild cache. Reboot to normal mode. Make sure when you rebuild the cache, you see a successful output. if you see error 77, rerun commands again.
  13. @nasa11 Search for SetupUtility and then export the pe32 Image section. You should find DVMT at 0x18c. If that still doesn't work, try 0x18d as well.
  14. Patch with this # Disable BAT1 and BAT2 devices into method label _STA parent_label BAT1 replace_content begin Return (Zero) end; into method label _STA parent_label BAT2 replace_content begin Return (Zero) end;
  15. 1) replace voodoops2 with this one to prevent KP 2) DW1504 is not supported, needs to be replaced 3) Sleep won't work with Nvidia card. Will need to be disable via DSDT patch and use the Intel HD 4000
  16. Try this, rename to DSDT.aml dsdt-battery.aml.zip
  17. You should replace the file with a patched version here to gain power management.
  18. 1- that the *contents* of your model-specific folder need to go into /CLOVER/ Download model below and add it into the Generic /EFI_Clover/Clover folder now changed to: Download model below and add the contents into the Generic /EFI_Clover/Clover folder 2- and that those kexts from you model-specific folder in kexts/other/ need to go into Library/Extensions/ of the install partition that's in the install guide above the bootpack sections. Only kexts in Clover/Kexts/LE, not in Kexts, those can run kept there 7. Copy kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions of Macintosh SSD Note: Ignore warning/error messages and click OK, then run commands below.
  19. Have you tried removing your USB wireless device and the app and see if that's this issue?
  20. since you have modded the BIOS, go ahead and use UEFI/GUID scheme. Nvidia can be disable with nv_disable=1 in Config.plist. A proper DSDT/SSDT will need to be patched to turn it off later so battery won't drain as fast.
  21. add NullCPUPowerManagement.kext to /EFI/Clover/Kext for now. You should be able to find it with some search.
  22. You need to install or copy them to /Library/Extensions once you got the system up and running. Then repair permission and rebuild cache. It's all on the guide.
  23. Boot without cache mode to determine where or what causing the hang. For this model you do need to use legacy Clover ESP, UEFI does not work.
×
×
  • Create New...