Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Follow this guide carefully under USB port Patching. You have all the kexts in place already, you need to boot with the options in the guide to generate the USBPorts kext https://www.insanelymac.com/forum/topic/335018-intel-fb-patcher-v165/
  2. Config, DSDT, and kexts are mostly wrong. Where did you obtained these files, especially the patched DSDT? You don't even have graphics acceleration.
  3. Clover setting: Install for UEFI booting only Install Clover in the ESP Drivers64UEFI\DataHubDxe-64 Drivers64UEFI\FSInject-64 Drivers64UEFI\SMCHelper-64 Drivers64UEFI\ApfsDriverLoader-64 Drivers64UEFI\AptioMemoryFix-64 Drivers64UEFI\PartitionDxe-64 Install Clover Preference Pane Add to Drivers64UEFI\HFSPlus.efi (Not included in Clover installer) Did you try replacing the file and folders linked? Config.plist, ACPI and kexts folder
  4. High Sierra does not support NVS5200M. Last known supported version is Sierra. Guide here https://osxlatitude.com/forums/topic/9248-working-sleep-on-intel-hd-and-nvidia-nvs-on-dell-latitude-e6430-optimus-enabled-or-disabled/?page=1 and http://www.insanelymac.com/forum/topic/327824-dell-latitude-e6430-full-solution/ BIOS settings: Load Default, apply, then Sata Operaton -> AHCI Secure Boot -> Disabled Boot List Option -> UEFI. Enable Legacy Option ROMs Enable Optimus Apply and Exit
  5. Broadwell is supported from Yosemite (forgot which version) up to the latest Mojave. You'll need to replace the Intel wireless card of course since it's not supported with a DW1560 or a USB device. Your system's specs: Inspiron 3558, supported devices: i3-5005U HD 5500 Synaptics touchpad ALC255 Webcam
  6. @viking1304 Without AppleBacklightFixup.kext, brightness slider might still work but you don't get the full range as you would with AppleBacklightFixup.kext.
  7. Assuming you're using the files I linked above, you need to copy the 3 kexts in /EFI/Clover/kexts/Other/CopyToLE to /Library/Extensions Repair permissions and rebuild cache
  8. Run this in the terminal, reboot and see if it'll sleep after reboot sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null if still not sleeping either by closing the lid or by clicking sleep from the menu, then run this in the terminal and post the output log show --style syslog --start "2018-11-20" | fgrep "Wake reason"
  9. Here replace the Config file and SSDT-I2C into /EFI/Clover/ACPI/Patched The Fn+ arrow for brightness will take a bit of programming to work, I don't know the guide to do that. Just use Karabiner-Elements app to set your Fn keys. See my E7450 or E7470 guide for more info 7280_I2C.zip
  10. Wrong config file showing Kabylake SMBIOS and ig-platform-id, this model is Haswell. Replace Config with this https://osxlatitude.com/applications/core/interface/file/attachment.php?id=20430 Upgrade Clover loader
  11. Replace this into /EFI/Clover. Files will work for Mojave as well. https://osxlatitude.com/applications/core/interface/file/attachment.php?id=20625
  12. I saw some success with platform-id 591b, so give this a try config.plist.zip
  13. Nope, no sign of the discrete card in your IOReg, definitely been disabled. Check Activity Monitor to see what's causing the spike in CPU
  14. Missing IOReg file. Download this. Run IORegistryExplorer.app, save, compress and attach it here Yes, it's an I2C Alps touchpad. In /S/L/E, remove these kexts: VoodooI2C.kext VoodooI2CHID.kext BrcmPatchRAM2 BrcmFirmwareRepo.kext BrcmFirmwareData.kext SATA-200-series-unsupported.kext FakeSMC.kext VoodooPS2ControllerR6.kext FakePCIID.kext FakePCIID_Broadcom_WiFi.kext FakePCIID_Intel_HD_Graphics.kext AppleHDADisabler.kext VoodooHDA.kext AppleBacklightFixup.kext Lilu.kext USBInjectAll.kext AppleIntelE1000e.kext NullCPUPowerManagement.kext WhateverGreen.kext XHCI-200-series-injector.kext IntelMausiEthernet.kext SATA-100-series-unsupported.kext AppleALC.kext AirportBrcmFixup.kext XHCI-300-series-injector.kext RealtekRTL8100.kext RealtekRTL8111.kext AppleIGB.kext AtherosE2200Ethernet.kext SATA-100-series-unsupported.kext In /L/E, remove these USBPorts.kext ACPIBatteryManager.kext BrcmFirmwareRepo.kext Move CodecCommander.kext to /L/E from /S/L/E Repair permissions and rebuild cache Then send me debug file with the HDMI monitor connected
  15. Yes, disable Legacy option Roms in BIOS. Replace attached contents into /EFI/Clover You need to generate your own USBPorts.kext by following the guide here, unless it's generated from the same system https://www.insanelymac.com/forum/topic/335018-intel-fb-patcher-v165/ Once done, you could remove USBInjectAll.kext and the USB patch, actually not working anyway with 10.14.1 Place USBPort into /EFi/Clover/kexts/Other 7280_HD520.zip
  16. Try this config. 10.14.1 should support Coffeelake. It's a matter of finding the correct config settings. Can you confirm no FB kexts were deleted? Especially AppleIntelCFLGraphicsFramebuffer.kext in /S/L/E? config.plist.zip
  17. Bit of a mess in your files. I see you have Disable Discrete graphics, but no sign of a eGPU from your Origin folder. Can you confirm it does have a discrete card? You have AppleHDADisabler, this prevents AppleHDA from loading....hence no audio You have too many ethernet kexts, can you confirm system has Intel or what does it have? NullCPUPowerManagement.kext is never a good idea if you want power management. Check also in BIOS you have Legacy Option ROMS disabled I see you have USBPort.kext, is that generated from FBPatcher with this system or you got it somewhere else? Do need USBInjectAll if USBPort.kext is present. SSDT-UIAC-ALL.aml, is that from this system?
  18. replace kexts folder with attached kexts.zip or replace this into /EFI/Clover https://osxlatitude.com/applications/core/interface/file/attachment.php?id=20570
  19. post screenshot of the KP and attach the Clover folder Make sure you have updated to the latest Clover loader
  20. try run this to reset sudo nvram -c
  21. Sorry didn't look at your files until now. you don't need the DSDT and SSDT-0 -> SSDT-8 The 2 glitch patches are not needed with Whatevergreen With all that said, it still won't fix the issue. You could boot with verbose mode and you won't see the glitch...
  22. is your display 1080p or 4K? Try this Config, changed back to MBP15.1, with a new patch. See if it helps config.plist.zip
  23. Use Karabiner-Elements app, see here https://osxlatitude.com/forums/topic/9179-dell-latitude-e7x70-clover-uefi-only/?do=findComment&comment=64816
  24. @eduardog131 No need to quote on your responds, makes it hard to read if it's only between 2 person. Give this new bootpack a try, fully hotpatched. Replaced into /EFI/Clover Remove AppleBacklightInjector.kext from /L/E or /S/L/E if you have it Repair permissions and rebuild cache @viking1304 When using AppleBacklightFixup.kext, you need to pair it with the SSDT-PNLF.aml from Rehabman's GitHub. The one used with AppleBacklightInjector.kext won't work with it. And you must disable the F%uT%04x to F%uTxxxx hot patch. You can find it in my attached bootpack. E7470_Mojave_Hotpatches.zip
×
×
  • Create New...