Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Open Config.plist with the latest Clover Configurator. Under Smbios, select a new SMBIOS. Select the model closes to your system.
  2. Maybe issue with the El Capitan installer or the app you used to create it.
  3. Have you reset the BIOS to "Load Defaults", hit Apply. Then change SATA Operations to AHCI?
  4. No, it's controlled by keyboard combo keys (Fn+PrtScr) to toggle on and off. Same for the E7470 too.
  5. Try replacing with these files follow my clover guide E5520.zip
  6. Try this in terminal networksetup -setairportpower en1 on
  7. Trackstick scrolling, I use Smart Scroll. For Brightnes/Audio Control I'm using Karabiner Elements. You could try my config file for it here. First install it and then launch it from app, then Copy it to ~/.karabiner.d/configuration/ "f1": "mute", "f2": "volume_down", "f3": "volume_up", "f4": "vk_consumer_play", "f5": "vk_consumer_next", "f6": "vk_consumer_previous", "f8": "vk_mission_control", "f9": "vk_launchpad", "f11": "vk_consumer_brightness_down", "f12": "vk_consumer_brightness_up", karabiner.json.zip
  8. Try bootpack here If still fails, just boot to Clover Gui, hit F4. The compress /EfI/Clover/ACPI/Origin folder and attach it here. I'll patch the files and create a bootpack for you.
  9. how long did you wait after seeing that error? Try replacing the Config file with one I attached in post #2
  10. Tested R4beta3 on E7440 with El Capitan: Trackstick doesn't work Lost trackpad after wake and rebooted shortly after Tested on E7450: Won't detect touchpad nor trackstick Command and Option keys are reverse
  11. Try my Clover guide, use E5420 bootpack on post #2. Had to use Legacy not UEFI mode. Remove DSDT and rename DSDT-2ch.aml to DSDT.
  12. which OS X are you installing? Get rid of following kexts in /Kexts/Other AppleACPIPlatform.kext GenericUSBXHCI.kext IO80211Family.kext NullCPUPowerManagement.kext Boot without cache mode
  13. Definitely BIOS version issue, it's been known, tested and confirmed. You should have no issue with Windows with A12.
  14. make sure you're on BIOS version A12 or below. If you have something higher, you need to downgrade to A03 and then up to A12. For Sierra boot glitch, just change to this find 01000075 25 replace 010000EB 25
  15. Seems I have missed the fact that your system has a second display (Nvidia). You'll need to get that disable either in the BIOS or through DSDT. As far as I know, Dell Latitude don't have that option in the BIOS, so you'll have to do it through DSDT.
  16. If you have an Intel Wireless card, there's no patch for it, it's just not supported and needs to be replaced. I suggest DW1550 or DW1510. See here for a list of supported/unsupported cards.
  17. so is it just black screen or KP? if it's black screen, try increasing brightness with fn+insert Your above cache was not successful, you see the exit error 77? rerun these sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  18. Probably integrated into the latest Clover. Nice!
  19. I believe this is a Desktop AIO, so you could use the Desktop HD4600 ig-platform-id 0x0D220003, no need to use fakeID in this case, but maybe FakePCIID_Intel_HDMI_Audio for HDMI audio.
  20. No issue with touchpad here...
  21. We'll need all the DSDT/SSDT in the Origin folder to be able compile it successfully. Please compress and attach the /EFI/Clover/ACPI/Origin folder
  22. You have everything you need in the EFI in post #1. Just need to install the 4 kext in /Other/LE to /Library/Extensions or /System/Library/Extensions and run the permission fix 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 /
×
×
  • Create New...