Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Replace VoodooPs2Controller with the attached. There's 2 or more model of webcam on the Dell systems: Sunplus and Sonix It should be working OOB, if not then it's not supported..usually the Sonix is not supported. Looks like you don't have the SD card reader enable. You can enable it by renaming #Properties under Devices to Properties by removing the # SD card reader is under PciRoot(0x0)/Pci(0x1c,0x5)/Pci(0x0,0x0). You can disable the rest by adding # infront of them. As for you Atheros wifi, see here https://osxlatitude.com/forums/topic/11138-inventory-of-supportedunsupported-wireless-cards-2-sierra-catalina/ VoodooPS2Controller.kext.zip
  2. What's the purpose of the DSDT? What patches are applied to it? Get rid of SMCHelper.efi //paired with FakeSMC. since you're using VirtualSMC, it causes conflict Get rid of AppleBacklightFixup.kext //Now part of WEG Replace ACPIBatteryManager.kext with SMCBatteryManager.kext
  3. What happen when you plug in the second DP port? Can you boot with the 2nd DP port? I don't have 4k monitor to test but try adding boot arg -cdfon -igfxnohdmi If that still won't work, then you might have to increase the DVMT prealloc.
  4. try generating a new serial # make sure ethernet = en0 and not en1 or any other # if system don't have physical ethernet, then install nullethernet.kext
  5. Try these 2 Config files, try one at a time Boot with -igfxvesa if necessary for install In /E/C/kexts/Other, remove the following kexts FakeSMC \\you already have VirtualSMC NullCPUPowerManagement \\not needed VoodooPS2Controller \\for laptops only AtherosE2200Ethernet \\wrong kext. You still have IntelMausiEthernet & RealtekRTL8111, need to determine what ethernet it has Test.zip
  6. which config did you boot with that causes this KP? Did you try booting with the original before making the changes? Config and Config6 seems to be the same except for the layout-id changes to 11, but needs to be change from data to number. Both those Config looks fine and should boot. Try booting with -igfxvesa, then repair permissions and rebuild cache
  7. Where did you add the kext? If you had added to /L/E, did you repair permissions and rebuild cache? How did you add the layout-id? with what app? Perhaps you had corrupted the Config file if you're using a text editor instead of using Clover Configurator, Xcode or Plist edit Pro. At clover, add boot arg to determine the boot issue -v debug=0x100 Post your Clover folder if you want us to help you determine the issue
  8. You can if you want, won't hurt anything.
  9. from Chrome, go to Settings/advanced/System and disable "Use hardware acceleration whenever available". Restart Chrome and test again
  10. Ahh, you're missing an extra patch that I overlooked. Here, added it for you. Instead of the generated SSDT.aml, you could also enable PluginType and set plugin Type to 1 for power management. One or the other, not both. config.plist.zip
  11. The update probably overwrote the driver in /EFI/E/C/drivers/UEFI. Retrace the guide you followed to setup dual boot.
  12. DW1560 and DW1830 are great but expensive. You can try DW1820A, less expensive but need extra patches. Look at our inventory here
  13. Just remove USBPorts-9020.kext but keep USBInjectAll.kext and add SSDT-EC-USBX.aml + SSDT-UIAC.aml to /E/C/A/Patched
  14. Use Hackintool.app to generate your ports.
  15. Enable OSID and _OSI in Config file for Brightness Fn keys You can generate SSDT.aml with ssdtprgen.sh, place it in Patched folder Won't cause any issue
  16. Use Lilu + AppleALC.kext with layout-id = 11
  17. It's probably due to NVMe drive if that's what you have. There's no power management so it's draining quickly. You can take a look at this and see if it works. I had tried it on my own hack but it's not working for me. https://github.com/acidanthera/NVMeFix
  18. Please specify full system specs and attach your clover folder You can try adding these boot arg to determine where it hang -v debug=0x100
  19. SSDT-UIAC.aml, did you generate that yourself with Hackintool? YOu also have USBPorts in /kexts/Other Can't have both, use either USBPorts.kext alone or SSDT-UIAC.aml + USBInjectAll.kext USBPorts.kext is hardcoded to MBP11,1, your SMBIOS is set to MBP11,5 so it's not going to work either. Maybe start from scratch and remove SSDT-UIAC.aml and USBPort.kext Add USB Port limit patches for Mojave and use Hackintool to generate new files.
  20. Your device-ID 16598086 for iGPU is incorrect. Change it to 16590000 Change SMBIOS to MBP15,2, more appropriate for your processor.
  21. boot with verbose + debug 0x100 + -igfxvesa mode -v -igfxvesa debug=0x100 Post KP when you encounter it
  22. @brandon Try following my Clover Catalina guide here Replace the attach contents into /EFI/Clover E5430_Catalina_LoRes.zip
  23. Follow my Clover guide for Catalina here Replace bootpack into /EFI/Clover Note: The AMD graphics will be disable and only HD4600 will be running due to unsupportability.
×
×
  • Create New...