-
Posts
14365 -
Joined
-
Last visited
-
Days Won
871
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Dell mobile Precision 7510 Intel hd530, black screen
Jake Lo replied to ss2sameer's topic in The Archive
Format an USB or SDcard to Fat32. Create a folder name EFI on the root, then place the above Boot folder with the Bootx64.efi inside the EFI folder. Alternatively, just add lilu.kext and IntelGraphicsDVMTFixup.kext to /EFI/Clover/kexts/Other -
If your USB is UEFI and you have Legacy set in the Bios, you'll see the USB twice. Under UEFI and under Legacy. What you could try is add a boot option under UEFI pointing to EFI\Clover\cloverx64.efi. Move the new boot option to the top and save. Reboot with verbose mode
-
Shouldn't be under Legacy but on UEFI on top.
-
Check your BIOS settings. If needed. Reset to default first. Then set to UEFI and AHCI
-
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
what kext are you using on your Asus? If your system has Elantech Touchpad, then switch to ApplePS2SmartTouchPad.kext.- 14 replies
-
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
are you using ApplePS2SmartTouchPad.kext?- 14 replies
-
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
Try this patch for Skylake- 14 replies
-
Latitude 5480 keyboard and trackpad not working
Jake Lo replied to Astorphobis's topic in The Archive
All credits go to alexandred https://github.com/alexandred/VoodooI2C https://github.com/alexandred/VoodooI2C/wiki/DSDT-Edits https://github.com/alexandred/VoodooI2C/releases Try this DSDT, see if touchpad work DSDT.aml.zip -
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
Did you install AsusNBFnKeys.kext with the "Must have" DSDT patch? Method (_Q0E, 0, NotSerialized) { If (ATKP) { \_SB.ATKD.IANE (0x20) } } Method (_Q0F, 0, NotSerialized) { If (ATKP) { \_SB.ATKD.IANE (0x10) } }- 14 replies
-
Boot with verbose mode to see the KP error. Boot to Clover, hit the spacebar. Select verbose mode from the drop down.
-
Latitude 5480 keyboard and trackpad not working
Jake Lo replied to Astorphobis's topic in The Archive
Replace with this DSDT and then load the kext manually add Rehabman's latest VoodooPS2Controller for keyboard I2C.zip -
G752VY---any suggest DSDT path for keyboard backlight?
Jake Lo replied to tenglendon's topic in The Archive
See here.- 14 replies
-
what's the keyboard look like, try karabiner-element.app. see my guide under post install remapping keyboard keys.
-
try this HP2337_v3.zip
-
Latitude 5480 keyboard and trackpad not working
Jake Lo replied to Astorphobis's topic in The Archive
I think this system has I2C connection. Try loading this kext. If it doesn't cause KP, then you could add it to /e/c/k/Other cd to directory where you have VoodooI2c.kext sudo chown -R root:wheel VoodooI2C.kext sudo kextutil -V VoodooI2C.kext VoodooI2C.kext.zip -
Replace with this DSDT, keep the rest DSDT.aml.zip
-
Replace attached file and folders to /EFi/Clover Added patched DSDT/SSDT and updated Config.plist HP2337_v2.zip
-
had you done this? 11. Make sure to disable hibernation as it's a prerequisite to get sleep & wake to work Ok on a Hackintosh: sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null
-
Kernel Panic 6430u (i7-3687u HD4000 1600x900) on Sierra
Jake Lo replied to antrieb's topic in The Archive
Just did a clean install on 6430u (1366x768) with the Sierra bootpack, no popup issue as you'd encountered. -
Better check your BIOS settings. Select Load Default, hit apply. Then change to: UEFI AHCI Legacy Option ROMS disabled Secure Boot disabled TPM disabled Apply and reboot Note: You'll need to redo the DVMT again after BIOS reset
-
Here, replace with these files in /EFI/Clover/ACPI/Patched Using the E7x70 v1.17.5 bootpack E7270_sleepFix.zip
-
Use the "More Reply Options" on the lower right to attach the file I'm unable to open the link above No need to quote my reply
-
Boot with the USB installer or the internal drive Go into Options when you see the Clover GUI, use the right arrow to navigate Select ACPI patching-> Tables Dropping-> Go all the way down and deselect Drop all OEM SSDT Check all the Drop "SSDT-xx" below that Select Return Change DSDT name: BIOS.aml Select Return, Return Now back on the main Clover screen, tap F4 on the keyboard Hold Cntrl+Alt+Delete to reboot Clover Boot into OSX Mount the EFI partition (USB installer or internal drive, whatever you used to boot in step 1) Compress and attach /EFI/Clover/ACPI/Origin folder here. I'll patch it for you. Could be a different BIOS setting or hardware you have on your system that's causing this issue.
-
What version of BIOS are you on? Are you using the E7270 Bios v 1.17.5 bootpack? How did you put system to sleep and what happen when you try to wake it up? In my experience after wake, the screen sometimes take a few seconds to appear. If not, you could try typing something and it'll appear.
-
Dell inspiron 5558 (i5-5250U + HD 6000): seeking help to install Sierra
Jake Lo replied to naresh8's topic in The Archive
yes, that's noted on the Clover guide... 7. Copy kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions of Macintosh SSD Note: Ignore warning/error messages and click OK, then run commands below. 8. Repair permission and rebuild cache. Run command from 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 /