Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Use PlistEdit Pro just paste the whole thing right below so it looks like this <key>KextsToPatch</key> Comment 0x0a260006 9MB cursor bytes patch Find BgAmCgEDAwMAAAACAAAwAQAAYAA= Name AppleIntelFramebufferAzul Replace BgAmCgEDAwMAAAACAAAwAQAAkAA= Comment External icons patch Disabled Find RXh0ZXJuYWw= Name AppleAHCIPort Replace SW50ZXJuYWw=
  2. Replace kext from update section AppleHDAIDT.kext
  3. thanks. It works as a regular mouse for trackpad and touchpad, but lack the ability to scroll for both. The scroll bar won't even appear so can't even drag the bar up or down.
  4. The E5xxx models usually comes with Broadcom ethernet rather than Intel on the E6xxx. Replace AppleIntelE1000.kext with BCM5722D.kext
  5. add this to KextToPatch in config.plist to fix the menu artifacts issue Comment 0x0a260006 9MB cursor bytes patch Find BgAmCgEDAwMAAAACAAAwAQAAYAA= Name AppleIntelFramebufferAzul Replace BgAmCgEDAwMAAAACAAAwAQAAkAA=
  6. V7 ID E7=0x73 0x03 0x0a, EC=0x88 0xba 0x2a found in the Latitude models E7250/E7450/E5450
  7. 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?
  8. Please upload your clover folder or link to where you get the files. Touchpad won't be relating to DSDT, but battery might.
  9. 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
  10. 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.
  11. 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?
  12. replace voodoops2controller with this one
  13. Replace the voodoops2controller with this one then boot without cache
  14. 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.
  15. Looks like graphics is not loading. Try booting in Safemode.
  16. try removing gpusensors.kext by right clicking on FakeSMC.kext, select show package contents->plugins
  17. Post the error when booting without cache with nv_disable=1
  18. 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.
  19. @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.
  20. 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;
  21. 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
  22. Try this, rename to DSDT.aml dsdt-battery.aml.zip
  23. You should replace the file with a patched version here to gain power management.
×
×
  • Create New...