Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. If you're on Sierra, make sure to add this additional hot patch to KextToPatch <dict><key>Comment</key> <string>AirPortBrcm4360 - fcvo</string> <key>Disabled</key> <false/> <key>Find</key> <data>gflSqgAAdSk=</data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data>gflSqgAAZpA=</data> </dict>
  2. Change in Config file audio inject from 1 to 3 under Devices. See if that allow audio. Touchpad, I don't know what it has, Alps, Elantouch or Synaptics. You could check it in Windows. As for the SSDT script, you're using an old version. You need the latest version that supports Skylake.
  3. Replace with this Config. Add the 2 kexts to /L/E and repair permission and rebuild cache. HP 15.zip
  4. Please list your system's specs. Looks like you have a Broadwell system, it will require DVMT preallocation set to 96MB. What patch are you requesting? Kext? DSDT?
  5. ok, it's the same value as my E7470 so build the EFI shell boot disk from my guide under prerequisites boot with the boot disk and enter this command at the prompt, hit enter and reboot setup_var 0x432 0x3 You can now start your OS X installation without KP
  6. is it showing under USB in system informations?
  7. Here, replace with this DSDT DSDT.aml.zip
  8. Follow step 1 from my Prerequisite. This will extract the ROM file. Compress and attach the file here.
  9. Hmm, did you patch your own DSDT/SSDT? I don't see the Device PNLF. Just add it to your DSDT.
  10. see here, use my json file. Seems 5558 has the same keyboard FN layout
  11. See my E7x70 guide, follow the prerequisite as well but the value might be different so use the same value listed but follow the steps to acquire it. Post the extracted ROM file here if you need help. For the bootpack, you may use the same one on the guide but leave out the DSDT and SSDT in /EFI/Clover/ACPI/Patched. When you get the installer created and booted to the Clover GUI, hit F4 and then continue with the installation. Compress and attach /EFI/Clover/ACPI/Origin folder here if you want patching assistance.
  12. Did you place AppleHDA_IDT.kext to /Library/Extensions and repair permission and rebuild cache? Make sure that there's no error when you rebuild cache. If you encounter 77, rerun the last 2 commands, if 17, it's fine.
  13. Use Fn+F3 to decrease and Fn+Insert to increase.
  14. Try this, if it works, then we'll work on the audio and other stuff. Rename to Config.plist config-fix.plist.zip
  15. Try Maciasl instead. Are you on El Capitan or Sierra? It might need extra patches.
  16. Let's get some clarification here. Your first post show you have a Skylake system with HD 520 as well as the attached txt file. On post #13, your clover folder using Config file for a Broadwell system with HD 5500. So which is it? If you have Skylake the ig-platform-id on the Config file will not get you full graphics acceleration. The kexts in Other does not include a Realtek kext for your Ethernet and ALC293 is not correct for your Audio, you need ALC282. The Intel wireless is not supported and needs to be replace with DW1560 but HP has BIOS whitelisted to prevents from using anything card that's not branded for HP.
  17. Try this patch by theDarkvoid # Run the following command in order to patch IOKit in order to disable CheckTimingWithRange sudo perl -i.bak -pe 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\xC0\x90\x90\x90\x90\x90\x90\x90\xE9|sg' /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit sudo codesign -f -s - /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit
  18. Try updating ACPIBatteryManager.kext to 1.60.5. Looks like you're still using v1.53
  19. Upgrade to Sierra 10.12.2, buttons should be fixed then.
  20. Add this to KextToPatch in Config file and restore the vanilla AppleIntelFramebufferCapri.kext <dict> <key>Comment</key> <string>Patch HDMI-DP port HD4000 1600x900 #2</string> <key>Find</key> <data> MAIAAAAAAAABAAAAQAAAAAAAAAABAAAAQAAAAAAAAAAB AAAAQAAAAAAAAAAAAAAA </data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> MAIAAAIFAAAACAAABgAAAAMEAAAABAAAgQAAAAQGAAAA BAAAgQAAAAAAAAAAAgAR </data> </dict> <dict> <key>Comment</key> <string>Patch HDMI-DP port HD4000 1600x900 # 1</string> <key>Find</key> <data> BABmAQEDAQEAAAAC </data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> BABmAQECBAIAAAAE </data> </dict>
  21. Remove this one, not needed in Sierra. Also make sure to repair permission and rebuild cache. If HDMI doesn't work, then add FakePCIID & FakePCIID_Intel_HDMI_Audio.kext <dict> <key>Comment</key> <string>AppleHDA ALC 292 #4 (Zeroing 1983 codec)</string> <key>Disabled</key> <false/> <key>Find</key> <data> ihnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> I see you have HDEF patched to layout-id =1 which is correct, but make sure you also have IRQ fix patched too if you patched your own DSDT.
  22. @UnityCthulhu The DSDT needs patching for audio. Here's the updated DSDT, see if it works. DSDT.aml.zip
×
×
  • Create New...