Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. It's a plugin within AppleHDA. Just restore the vanilla AppleHDA to /S/L/E
  2. Make sure to patch the FB for your version of the OS X and not roll back to an older version that RiShie posted.
  3. Do you have a patched DSDT? You'll need that for Brightness control, audio and battery indicator. Try replacing Config, Kexts and ACPI with bootpack from here. You'll need to copy kexts from /kexts/Other/LE to /Library/Extensions and then repair permission and rebuild cache 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 /
  4. try this sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null
  5. what is this? kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDAHardwareConfigDriver.kext did you patched that? restore a vanilla AppleHDA from the installer and rerun the fixes.
  6. I guess you'll need the Installer to boot and then copy the kext back.
  7. try booting in safe mode and add back the patched AppleRTC from the trashcan
  8. You need to restore the vanilla AppleRTC
  9. Get rid of VoodooHDA, and AppleHDADisabler if you have it installed. VoodooTSCSync, FakePCIID_Intel_HDM_Audio, and AppleRTC can also be removed. run this again until successful sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  10. then it's installed to /S/L/E run this and make sure it's successful. Look for AppleHDA_ALC292 in the output. sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  11. Make sure it's install properly and that permission is fix and cache recreated.
  12. Looks like a successful repair. Are you still not getting audio? Make sure you didn't remove or install a modded AppleHDA.kext. If you did, you'll need to restore the vanilla AppleHDA kext.
  13. I have a semi working E7270 with HD 520 here. Still working out the HDMI and audio.
  14. Yeah, I think it's due to El Capitan creating a virtual drive (core storage) for fusion drives.
  15. It should work fine. Here's a working guide and bootpack is in post #2. Make sure to read all the important notes to get a successful build.
  16. no attachment... You could reuse all files from the 10.11.4 backup. Make sure AppleHDA_ALC292 is installed.
  17. Sure if your windows can read HFS formatted drive. You could try MacDrive trial version.
  18. Hmm, interesting. I'm still using the Clover or kext patch for Trim. Had never used the command 'Trimforce enable'.
  19. add NullCPUPowermanagement.kext to clover/kexts/10.10
  20. @Sorcerer, VoodooPS2Controller is not included with Clover and Rehabman's VoodooPS2Controller supports mainly Synaptics Touchpad, not Alps. I have an E6420 running both versions 1.8.8 and 1.8.9 and no issue with KP. If your KP is related to VoodooPS2Controller v1.8.9, then try 1.8.8. It's found in the E6420 bootpack here.
  21. 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 /
  22. Note: Settings retained even after BIOS update and not need to run again I've updated A07 to A10 but the DVMT retained so I didn't have to redo it. I'll check A11 to see what fixes it included before updating.
  23. You need the new version of AppleHDA_ALC293.kext as noted in the Updates section of the guide.
×
×
  • Create New...