Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. You'll need CodecCommander and EAPDFix from this pack. Found in Kexts/Other/LE, install to /S/L/E or /L/E
  2. Try this to completely remove the sleep image sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null Get the script here to generate your own SSDT for Broadwell
  3. Upgrade without an issue.
  4. Does your system have an Nvidia card as well? Have you generated an SSDT for your CPU?
  5. Would it wake up if you just tap the power button?
  6. Download this, place it in /EFI/CLover/Kexts/10.10 Remove any other PS2 kext you're using.
  7. That's your wireless card. Use the app DPCIManager.app that Hervé mentioned above to find the info for your ethernet.
  8. Could be your model had a broadcom ethernet. Try BCM5722D.
  9. You will have to unlock your BIOS, do you have the password? If not, you can contact Dell Online Chat. You'll need to supply your service tag # found underneath your system or the BIOS.
  10. Try latest version of GenericUSBXHCI
  11. Did you use the bootpack I linked above? If your wireless is an Intel, it's not supported and will need to be replaced. Broadcom or Atheros are known to work but only certain chipset. See here for a listed of working devices.
  12. everything looks fine with the reg. I even tested the config and DSDT/SSDT on my system with similar specs and HDMI Audio works just fine. Did you confirm your HDMI cable is working fine? Perhaps you might want to try different ig-platform-id
  13. See here regarding the BIOS. For sound, use the bootpack from my Clover guide here.
  14. Try enabling : slide=0 rootless=0 kext-dev-mode=1 Asus AICPUPM Inject Nvidia
  15. It could be that your BIOS is locked. Upload your Config file and DSDT/SSDT, I'll examine them.
  16. When you enable Asus AICPUM, what KP do you encounter? It usually shows the kext that's hanging.
  17. Upload your ioreg. I'll see if there's anything missing. Launch the app, click on file and save. Compress and send it.
  18. If you're using Clover loader, try unchecking NewWay and FixRegions in your Config file.
  19. Follow the install guide. Boot file are available here.
  20. Did you add the SSDT-1.aml to /EFI/Clover/ACPI/patched?
  21. Does HDMI /Displayport Output show in 'about this mac'?
  22. HDMI audio only appears when you plug into an HDMI display that has audio output.
  23. either you skipped some output or none of the unsigned kexts are loading it should look similar to this rebuilding //System/Library/PrelinkedKernels/prelinkedkernel kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_BCM94352Z_as_BCM94360CS2.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC293C.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIPoller.kext /System/Library/PrelinkedKernels/prelinkedkernel not cached. Successfully updated disk0s3. kextcache updated critical boot files, requesting launchd reboot did you install the kexts to /S/L/E or /Library/Extensions? if /L/E, then you'll need to run this instead 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 /
  24. run this from terminal and output the result here sudo touch /S*/L*/E* sudo kextcache -Boot -U /
×
×
  • Create New...