Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Question. Your KabyLake system, do you have full QE/CI? I see your config, you are using Skylake patches. Ig-platform-id 0x1916000 is for HD 520. What graphics does it have?
  2. Just donate to the site to keep it going. Also want to give credit to Joe82 for patching this codec. Thanks http://www.osxlatitude.com/donate/
  3. You don't have DSDT/SSDT patches, that's why my Config would cause KP. I see you have AppleALC in your Kext folder, I assume it's for ALC255, but you need to set the layout-id to load it. Do you know the layout-id? Set that to your Config file under Devices / Audio / Inject. If you are going to use my Config file, you'll need to copy the DSDT/SSDT and Kext files as well.
  4. DSDT looks okay but maybe use Win 2013 instead of 2015 for OS X check fix. When you move the kext ALC236 to /L/E, did you run permission fix and repair cache? Can you display the output here after you run the commands? 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 /
  5. Please attach your Config. Should just need to copy the hot patches over. You did your own DSDT/SSDT patching?
  6. Try my bootpack here. 5558_HD5500_Only. The audio kext is in Other/LE, hotpatches in Config.plist. You'll need the vanilla AppleHDA in /S/L/E incase you removed it.
  7. What's the panic error? make sure you also have DropOEM enabled in SSDT
  8. The handoff patch you have is for Yosemite 10.10.1. For Sierra, you need to update it to this Find: 48 85 FF 74 47 48 8B 07 Replace: 41 BE 0F 00 00 00 EB 44 See source here
  9. Run IOReg IORegistryExplorer_v2.1.zip on OS X and click save. Compress and attach it here. Are you using DSDT/SSDT from my bootpack or you left them out? If you have left them out, then boot to Clover, hit F4, then continue to boot to OSX Mount EFI partition, compress and attach /EFI/Clover/ACPI/Origin folder as well
  10. What's the system's specs?
  11. What other patches did you add to the DSDT? Need at least IRQ fix along with the layout-id. Does it even show up in system information under audio?
  12. Yes, make sure to do it to all the SSDT where it applies as well.
  13. What kexts do you have in /EFI/Clover/Kexts/Other? Is it enabled in the BIOS? Check in Windows the exact model of your Ethernet.
  14. Did you add IntelBacklight.kext and patch DSDT with Brightness Fix? Install Karabiner_Elements and reconfigured the FN keys, see my E7x70 guide under Sierra with customized json file. HWP is new in Skylake, so not much information or testing yet. I, too, uses SSDT.
  15. Here, make sure to set the order for the SSDT to load in Config.plist 7510_M1000m_disabled.zip
  16. Reason is Skylake renamed HDEF to HDAS. You need to search for all occurrence of HDAS to HDEF and then run the patch or just patch with this. Also added 2 other patches # rename HDAS -> HDEF into_all all code_regex HDAS\. replaceall_matched begin HDEF. end; into_all all code_regex \(HDAS replaceall_matched begin (HDEF end; into_all all code_regex \"HDAS replaceall_matched begin "HDEF end; into_all all label HDAS set_label begin HDEF end; #==========================Rename HECI to IMEI Skylake======================================= # rename HECI -> IMEI into_all all label HECI set_label begin IMEI end; #==========HDMI audio for HD 520 skylake ========================= # For SkyLake CPU on 10-series board into method label _DSM parent_adr 0x00160000 remove_entry; Into device name_adr 0x00160000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "device-id", Buffer() { 0x3A, 0xA1, 0x00, 0x00 },\n "name", "pci8086,a13a",\n })\n }\n end;
  17. Yes, see here for a list of approved/tested USB adapter.
  18. You need to enable Optimus in the BIOS. The Nvidia is not working on Sierra, boots to blank screen but works perfectly on El Capitan. Try web driver, but same result. No fix for now.
  19. That confirms that you have ALC293 for audio. Strange your Intel Ethernet is not showing, check your BIOS to see if it's disabled.
  20. Try this config, I added the hot patches. Restore the vanilla AppleHDA to /S/L/E and install this to /L/E or /S/L/E Repair permission and rebuild cache. config-Lenovo_710.plist.zip
  21. no sceenshot attached, make sure to use the "More Reply Options"
  22. install these to /L/E or /S/L/E, then repair permission and rebuild cache https://bitbucket.or...-x-brcmpatchram BrcmFirmwareRepo.kext BrcmPatchRAM2.kext https://bitbucket.or...s-x-fake-pci-id FakePCIID.kext FakePCIID_Broadcom_WiFi.kext
  23. Try this. Replace config and DSDT/SSDT HP 15_DSDT.zip
×
×
  • Create New...