Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. Did you check to see if the BIOS disables Optimus after reboot? I believe A13 prevents that.
  2. @Mujahid add the content to /EFI/Clover Boot to Cover GUI, hit F4 on the keyboard. Continue with the install. If failed, post KP screenshot Compress and attach /EFI/Clover/ACPI/Origin here for patching. Make sure there are files in there before attaching...SSDT/DSDT... Can't determine your audio Codec since you have it chopped off in your txt file. HP15.zip
  3. there's a drop down arrow on the top left of Diskutil ( new for HS). Click on it to show all disk
  4. try this You need either HFSPlus.efi or VboxHFS-64.efi in /EFI/Clover/drivers64UEFI config.plist.zip
  5. Battery patch should be correct. Try rebuilding cache Did you get it to sleep and wake prior to the changes? try this disable hibernation in terminal sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null
  6. Try this Config If you have 1 ram, make sure it's on slot 1 or slot A config.plist.zip
  7. Generating SSDT.aml will fix the powermanagement issue The Battery status is a different issue. I forgot to patch for the Battery. That should be fix with this new DSDT. The trackpad preference not appearing would be due to VoodooPS2Controller. It's already on the latest version. Works fine on my Synaptics touchpad though. Replace the Config.plist and the 2 attach *aml file Can you confirm if Audio is working? Headphone, and internal speakers autoswitch? Sleep / Wake on LID Open/Close? HDMI / DP working? The patch black.dragon74 added assumes it only has 1 HDMI port on 0105 and no DisplayPort or VGA. FixBattery.zip
  8. are you eshwarbk23? add to Config.plist, use Clover Configurator Drop SSDT TableID CpuPM & Cpu0Ist
  9. Move contents into /EFI/Clover Can you boot to Clover GUI, hit F4 in the keyboard? Then Compress and attach /EFI/Clover folder here 7559.zip
  10. A lot of the new Dell system (E7x70, Precision 7510) from Skylake onward has Realtek RTS525A card reader. Sinetek's driver seems promising but so far does not support it. Sinetek has not updated the driver since August 2017, hopefully he has made some progress porting drivers from Linux and post a new kext soon.
  11. boot with verbose + debug 0x100 and then post the KP via hitting the spacebar at the Clover GUI
  12. You need to add APFS.efi to /EFI/Clover/drivers64UEFI See post #2 and #3 here
  13. I have issue updating to 10.13.1, was able to fix it by converting core storage to Legacy.
  14. It's IDT92HD93BXX codec support layout-id 12 in AppleALC.kext
  15. See here DW1705 = AR9565
  16. I just noticed that you weren't using the Config.plist I posted, it shows MacPro6.1 in post #11, whereas my Config has iMac18,2 But glad you got it working now. Cheers
  17. can you plug into an external monitor and see if it display? what is the display resolution? check BIOS if you're not sure
  18. Could you attach the version that works for you?
  19. What error did you get with Legacy Option ROMS enabled? Boot with verbose and debug 0x100 mode
  20. Ok, remove VoodooHDA + AppleHDADisabler Replace the attached contents into /EFI/Clover Copy kexts in /EFI/Clover/kexts/Other/LE to /Library/Extensions Repair permission 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 / XPS_12.zip
  21. Make sure you only have 1 version of the kext in any one place. Either in /e/c/k/other or /L/E or /S/L/E run the following and post the result for review 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 /
×
×
  • Create New...