Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Look carefully. It's AppleUSBXHCI, not AppleUSBXHCIPCI
  2. Disk issue, you need new USB port limit for 10.13.4+
  3. Attach the Origin folder from USB EFI/Clover/ACPI. I'll try patching files from your system, see if that makes a difference. what version if your BIOS?
  4. @huyparody Boot with verbose + debug 0x100 mode Post error. Make sure that you don't have core storage. Revert if you do prior to upgrading. See FAQ regarding Corestorage
  5. Set BIOS according to this link You can follow my Clover guide here and use the bootpack from here. The DSDT /SSDT are patched to disable the Nvidia card. High Sierra guide is at the end of the Clover guide. I don't believe there's any PCIe card with 4.1 Bluetooth available, you could try googling. Make sure it's OS X compatible, or go with an USB dongle.
  6. As long as it's Bluetooth 4.0 LE, handoff will work. HMDI also works. Optimus is not supported in OS X (hackintosh) so the AMD will be disabled. HD 4600 will be running perfectly fine.
  7. Try moving the 2 kexts to /S/L/E Repair permissions and rebuild cache
  8. I thought there's no changes reinstalling OS on your previous post...so no need to reinstall if that's the case. For DW1601 support, see here Hint: AR9462
  9. https://gitter.im/alexandred/VoodooI2C Following the chat above I've read that some Asus system have buggy implementation of GPIO. See here for more info Try switching to Polling instead for the I2C controller
  10. Don't believe there's any DSDT patch for it. It all depends on the kexts: VoodooI2C and VoodooPS2Controller There are more recent version of them both at time of this writing. VoodooI2C v2.0.3 VoodooI2CHID v1.0 VoodooPS2Controller v1.8.34
  11. CodecCommander suppose to fix that. Make sure it's install to /Library/Extension, repair permissions and rebuild. If still not working, try using EAPDFix.kext
  12. No, just the DSDT.aml from yesterday and today's
  13. which DSDT are you using? Try both Try moving the 2 kexts to /S/L/E and try again
  14. There's no sign of VoodooI2C and VoodooI2CHID installed. Make sure you have it in /S/L/E or /L/E Repair permissions and rebuild cache
  15. that's really hard to read. Usually when asked for IOReg we meant from IOregistryExplorer.app
  16. try disabling com port in BIOS are you connected to the DP port? VGA port won't work.
  17. boot with verbose + debug 0x100 mode so to determine the KP
  18. Reboot to see if brightness control work Fn+F3 and Fn+Insert
  19. Can you upload IOReg? Try this DSDT DSDT.aml.zip
  20. download this inside you'll see permission.sh run in terminal sudo permission.sh
  21. Wow, thanks for the link, I was not aware of that guide. He's totally using most of my files from here but left out some as well. Here, add these to /EFI/Clover/ACPI/Patched Copy AppleBacklightInjector.kext in /EFI/Clover/kexts/Other/LE to /Library/Extensions Repair permissions and rebuild cache 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 / E6420_NVS.zip
×
×
  • Create New...