Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. In my bootpack, under kexts/other/LE are 4 kexts. You need to copy them to /Library/Extensions and then run the permission fix and rebuild cache. EAPDFix in the bootpack should fix the sound issue after sleep. If you're on 10.11.4/10.11.5, you need to replace AppleHDA_ALC293 found in the Update section in post #4. If you were using VoodooHDA, make sure to remove it and AppleHDADisabler, also restore the vanilla AppleHDA to /S/L/E if you removed it.
  2. Nvidia is not supported so it'll have to be disabled, but you'll lose HDMI connection. To get started, follow my Clover guide. Install Clover using legacy mode Install Clover in the ESP Bootloader/Install boot0af in MBR CloverEFI/CloverEFI 64-bits SATA Use the E6220 bootpack in post #2, but leave out the SSDT/DSDT in /EFI/Clover/ACPI/Patched. Boot to Clover GUI, hit F4, then hit the spacebar to select boot without cache. Post any issue you may encounter.
  3. You could still install El Capitan with Legacy Clover mode. What's the display resolution?
  4. Yes, you'll need a minimum of 3 kexts, a 4th if these 3 don't work BrcmPatchRAM2 FakePCIID FakePCIID_Broadwell_wifi Install all to /L/E or /S/L/E, repair permission and rebuild cache. Add the following to Config.plist under KextToPatch to enable Hand-off and 5 GHz <dict> <key>Comment</key> <string>Hand-off (10.11)</string> <key>Find</key> <data> SIX/dEdIiwc= </data> <key>Name</key> <string>IOBluetoothFamily</string> <key>Replace</key> <data> Qb4PAAAA60Q= </data> </dict> <dict> <key>Comment</key> <string>Broadcom 5Ghz US</string> <key>Find</key> <data> QYP8/3QsSA== </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> ZscGVVPrKw== </data> </dict>
  5. Yes, if you have confirmed it has the M.2 connection on the system.
  6. HD 3000 is definitely supported in El Capitan. Nvidia will have to be disable either through the BIOS or with DSDT edit. Does the system support UEFI? Is your Windows installed in Legacy or UEFI mode?
  7. If you have the M.2 slot for wireless, go for the DW1560. Works perfectly on OS X.
  8. run it again and see if it changes. iGPU P-states could be a bit better.
  9. Yes, you'll need to generate SSDT for you CPU. See my E7450 guide with link to the beta version of SSDTPRGen.sh. After that you could check by using PikerAlpha's AppleIntelInfo.kext
  10. Have you tried bootpack from here? Also check the update section below it (post# 4) for any updated files.
  11. 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 / You should go ahead and update to the latest Clover
  12. Take a look at this. There's a patch for sleep issue. It's for model with Nvidia graphics, but the patch is for USB, so it might apply too.
  13. I assume the issue happened right after sleep...correct? Make sure you have EAPDfix & CodecCommander installed.
  14. Make sure you have the Vanilla AppleHDA in /S/L/E as well. When you run the the repair, did you get a successful output? You might need to add CodecCommander or EAPDfix when you lose audio after sleep. That's what I'm assuming you're encountering.
  15. What's the specs of the system? CPU? Display? Resolution? LAN? Wireless? Include your Clover folder.
  16. 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.
  17. 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.
  18. 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.
  19. Use USB port on the left side. If still not working, try all other ports and boot with no cache.
  20. 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.
  21. 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.
×
×
  • Create New...