Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. See here how to reset the Fn keys
  2. I see you have generated SSDT.aml. Either use SSDT.aml or Enable PluginType in Config file, not both, they are mutually exclusive.
  3. Add this to KextToPatch Name = AppleIntelFramebufferAzul find = 01050900 00040000 87000000 replace = 01051200 00080000 87000000 comment = HDMI Audio post your Clover folder if you need need
  4. Use Patch.new and Config-new.plist. You'll have to rename them as Patched and Config.plist respectively Remove APFS.efi and OsxAptioFixDrv-64.efi for drivers64UEFI Remove from /L/E, repair permissions and rebuild cache AppleHDA_ALC293.kext IOAHCISerialATAPI_Injector.kext AppleHDAIDT.kext
  5. For audio, if it truly is ALC665, you have 2 options in AppleALC.kext, layout-id 12 or 13. Remove AppleHDA275.kext, restore a vanilla AppleHDA in /S/L/E if you had removed it. For shutdown, try enable FixShutdown and Halt Enabler. If still fails, I noticed that your Nvidia is still loading. You need to disable it completely. Try adding this to ACPI/Patched For keyboard Fn keys, try Karabiner-Elements app to reset the keys. See example here SSDT-Disable-DGPU.aml.zip
  6. I'm on 10.14.2 with DW1830, now swapped it with a DW1560 and have no issue with sleep / wake without or without AC adapter. Post the debug files
  7. did you use all the different boot -arg after each reboot and insert the USBs? ie. boot flags (-uia_exclude_ss -uia_exclude_hs uia_include=x)
  8. post debug file while HDMI is connected what trick did you do to enable the 2ndary monitor?
  9. USBInjectall no longer work with USB port limit patch on 10.14.1. Post your debug file. If you're unable to run the script, then post the following Clover folder post output of "sudo kextcache -i /" post IOReg
  10. Test sleep / wake test SD Card reader Test backlight control Test audio after sleep Test HDMI / Audio Test DP / Audio
  11. Legacy Options ROMs should be disabled. Install latest Clover with the following: 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 Remove OsxAptioFix2Drv-64.efi and APFS.efi
  12. Permission issue. Run this in 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 /
  13. You mean in drivers64UEFI.. Get rid of RealtekRTL8111.kext & AtherosE2200Ethernet.kext, not needed in this model
  14. post full system's specs. Add to your signature file 4k display? discrete graphics? which MacOS you want to install?
  15. posted a few post back IDT 92HD90BXX layout-id 12 for Dell Latitude E6x20/Dell Precision Mx600 by vusun123 E7761D11
  16. I don't know if it's really to smbios, but I do know MBA5,2 is for IvyBridge HD4000, you have SandyBridge HD3000 which is no supported in Mojave, which I see why you had to replace kexts from 10.13.6. If you prefer MBA, go with MBA4,2 for SandyBridge. As for AppleALC.kext, it works fine on Mojave. You could try adding boot arg -lilubetaall -alcbeta • Added IDT 92HD90BXX layout-id 12 for Dell Latitude E6x20/Dell Precision Mx600 by vusun123
  17. Create them, 1 for XHC1 to XHC Find: 5848 4331 Replace: 5848 435f 1 for XHCI to XHC Find: 5848 4349 Replace: 5848 435f Make sure you change HSxx to USB2, I'm pretty sure those are USB2 not USB3
  18. See here Update the PlatformSupport.plist file for MBP8,2 instead of 8,1 otherwise your USB port won't work. Change SMBIOS to MBP8,2 Don't forget to add Whatevergreen.kext to clover kext folder as well
  19. You should use 12 or 18, no others work. IF you have 2 drives, make sure you update the files in the correct drive or both
  20. Use latest Clover Install with the following settings 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
  21. Enable Legacy Option ROMs. Enable verbose mode during boot Just tested the same files, no issue. Try Loading Default in BIOS, apply, and then set the settings again UEFI Enable Legacy Option ROMs AHCI Secure Boot Off
  22. Post debug file https://osxlatitude.com/index.php?/topic/10209-how-to-generate-proper-problem-reporting-files/
  23. Looks like your'e using my hot patched bootpack but not following my install guide. In /EFI/Clover/drivers64UEFI, remove everything except the following: Drivers64UEFI\DataHubDxe-64 Drivers64UEFI\FSInject-64 Drivers64UEFI\SMCHelper-64 Drivers64UEFI\ApfsDriverLoader-64 Drivers64UEFI\AptioMemoryFix-64 Drivers64UEFI\PartitionDxe-64 Drivers64UEFI\HFSPlus
  24. 1) To fix boot issue, go to BIOS, enable Legacy Option ROMs 2) Best to install internal wifi - DW1560 is my recommendation 3) In Config file, under Boot, change Default Boot Volume to what you name your MacOS SSD (case sensitive I think). 4) Right click "install MacOS High Sierra.app" , select show package contents Go to Contents/SharedSupport, mount BaseSystem.dmg Go to /S/L/E, grab AppleHDA and replace it back to your running MacOS /S/L/E folder Repair permissions and rebuild cache
×
×
  • Create New...