-
Posts
14365 -
Joined
-
Last visited
-
Days Won
871
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
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.
-
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 /
-
Please attach your Config. Should just need to copy the hot patches over. You did your own DSDT/SSDT patching?
-
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.
-
Dell mobile Precision 7510 Intel hd530, black screen
Jake Lo replied to ss2sameer's topic in The Archive
What's the panic error? make sure you also have DropOEM enabled in SSDT -
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
-
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
-
What's the system's specs?
-
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?
-
Yes, make sure to do it to all the SSDT where it applies as well.
-
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.
-
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.
-
Dell mobile Precision 7510 Intel hd530, black screen
Jake Lo replied to ss2sameer's topic in The Archive
Here, make sure to set the order for the SSDT to load in Config.plist 7510_M1000m_disabled.zip -
Either but not both.
-
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;
-
Delete the _DSM method.
-
Yes, see here for a list of approved/tested USB adapter.
-
E6420 nVidia 4200M: trouble booting Sierra 10.12.2
Jake Lo replied to Arsalan's topic in The Archive
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. -
That confirms that you have ALC293 for audio. Strange your Intel Ethernet is not showing, check your BIOS to see if it's disabled.
-
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
-
no sceenshot attached, make sure to use the "More Reply Options"
-
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
-
Try this. Replace config and DSDT/SSDT HP 15_DSDT.zip
-
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.
-
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