Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. What's the specs of the system? CPU? Display? Resolution? LAN? Wireless? Include your Clover folder.
  2. I can confirm the VoodooPS2Trackpad.kext in plugin is the cause. Replacing it with a really old one without all the trackstick fixes, the KP is gone. With Dr. Hurts OldHack version, I'm still getting KP after sleep. Also with that version, the trackstick movement is too fast. If I slow it down to 0 (all the way to the left) it'll work, but then the touchpad is too slow. Not sure if Hervé is experiencing the same on his hack.
  3. Although it fixes the KP issue, it doesn't work well. It lacks the scrolling feature with the trackstick. The issue with the cursor jumping up and right after you lift the finger from the trackstick is back. Highlighting is also not working with the trackstick.
  4. Although it fixes the KP issue, it doesn't work very well. It lacks the scrolling feature with the trackstick. The issue with the cursor jumping up and right after you lift the finger from the trackstick is back. Highlighting is also not working with the trackstick.
  5. Use USB port on the left side. If still not working, try all other ports and boot with no cache.
  6. Not sure which bootpack you're referring to, but the audio kexts must be installed to /System/Library/Extensions or /Library/Extensions on El Capitan. Make sure to repair permission and rebuild cache.
  7. I think your system has a Synaptics touchpad but I can't be sure. YOu'll have to check it yourself since I don't have the hardware. Try replacing it with this latest kext.
  8. AppleHDA_ALC255 and CodecCommander. Update the battery kext with this to Clover/Other
  9. Are you installing El Capitan? Remove VoodooPS2Controller and try ApplePS2Controller.
  10. So I'm assuming you're using an external mouse and keyboard then? Do you have the voodoops2controller.kext in /EFI/Clover/Kexts/Other? Only need to have kext in Other/LE in /Library/Extension. The rest in Other can run from there.
  11. You forgot to update the files from the Update section. Replace AppleHDA_ALC255.kext from the update section to /Library/Extension and run the fixes again. Audio should work then. Is the keyboard working now?
  12. Can you attach it here, click on the More Reply Options.
  13. Boot without cache and then run this again and reboot. 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 /
  14. Only available here. No need to reinstall when it won't boot with the new DSDT. What error did it throw after you replace the DSDT? When you get to the clover GUI, hit space bar and select boot without cache. Post error here.
  15. Add NullCPUPowerManagement.kext to /EFI/Clover/Kexts/10.11 or Other, depending on which one you use.
  16. Just copy the DSDT to /Efi/Clover/ACPI/Patched After copying the kexts, run this in the terminal sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U /
  17. Your config.plist is not correct for Broadwell with Intel HD 5500, you have config for IvyBridge HD 4000. You don't have your DSDT/SSDT patched. What's the system specs? What type of touchpad? Alps, Elantouch, or Synaptics What LAN device? Intel , Broadcom, Realtek? What Wireless device? Intel?
  18. Make sure to update the DSDT with the one with FixBattery. For audio, did you copy the kexts in /EFI/Clover/Kexts/Other/LE to /Library/Extension then run the permission fix and rebuild cache?
  19. You can't use DSDT from E6520 on your E6530. Just follow Bronxtech's advice. You'll need MacIASL.app to modify *.aml file. Also look for 0x04, 0x00, 0x66, 0x01 and change it to 0x03, 0x00, 0x66, 0x01 Check also in org.chameleon.Boot.plist if you have IntelCapriFB=4, change it to 3
  20. Chameleon guide https://osxlatitude.com/index.php?/topic/7914-dell-latitude-e6220-with-i5-2520m-hd3000-and-1366x768-lcd-mavericksyosemiteel-capitan/ Clover guide https://osxlatitude.com/index.php?/topic/8506-dell-latitude-inspiron-el-capitan-clover-guide/&do=findComment&comment=54621
  21. Between the 2, Yosemite would be a bit easier. The reason is because of the new way El Capitan uses USB injectors. If your USB ports are not working OOB, then you'll need to figure out how to create an injector specific for your system.
  22. Please attach your Clover folder including the Origin folder will the extracted RAW files.
×
×
  • Create New...