Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Intel® Ethernet Connection I219-LM should work if you're using the files from my E7x70 bootpack other than DSDT/SSDT. To capture screen, hold Alt+Shft+4, then spacebar and then left mouse button. From your DxDiag file, it shows having ALC293 which is the same as the E7x70. If you go through the post installation by copying the kext from /EFI/Clover/Kexts/Other/LE to /Library/Extensions and then running from terminal: 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 / Reboot and you should have audio.
  2. What wireless card does it have? If it's an Intel, it's not supported and will need to be replace. I recommend a DW1560 which is what I have. You can call Dell to order with this part code: 6xRYC Sound...what is the card it has? Run this and post a screenshot of the Status here
  3. 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>
  4. 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.
  5. Replace with this Config. Add the 2 kexts to /L/E and repair permission and rebuild cache. HP 15.zip
  6. 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?
  7. 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
  8. is it showing under USB in system informations?
  9. Here, replace with this DSDT DSDT.aml.zip
  10. Follow step 1 from my Prerequisite. This will extract the ROM file. Compress and attach the file here.
  11. Hmm, did you patch your own DSDT/SSDT? I don't see the Device PNLF. Just add it to your DSDT.
  12. see here, use my json file. Seems 5558 has the same keyboard FN layout
  13. 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.
  14. 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.
  15. Use Fn+F3 to decrease and Fn+Insert to increase.
  16. Try this, if it works, then we'll work on the audio and other stuff. Rename to Config.plist config-fix.plist.zip
  17. Try Maciasl instead. Are you on El Capitan or Sierra? It might need extra patches.
  18. 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.
  19. 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
  20. Try updating ACPIBatteryManager.kext to 1.60.5. Looks like you're still using v1.53
  21. Upgrade to Sierra 10.12.2, buttons should be fixed then.
  22. 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>
×
×
  • Create New...