Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. 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
  2. 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.
  3. how long did you wait after seeing that error? Try replacing the Config file with one I attached in post #2
  4. 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
  5. 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.
  6. 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
  7. Definitely BIOS version issue, it's been known, tested and confirmed. You should have no issue with Windows with A12.
  8. 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
  9. 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.
  10. 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.
  11. 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 /
  12. Probably integrated into the latest Clover. Nice!
  13. 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.
  14. No issue with touchpad here...
  15. 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
  16. 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 /
  17. Ok, so you have Sierra already installed with Clover and booting? To add sound, network, battery status, and trim are quite easy, but you need to determine what type of devices you have first Do you have Intel or Broadcom ethernet? exact model please Audio, what codec does it have? Touchpad: does it have an Alps, Synaptics, Elantouch, other? Boot to Clover GUI, hit the F4 or Fn+F4 key, then boot to the desktop. Compress and attach the /EFI/Clover folder here I'll have you enable Trim, patch your DSDT/SSDT, enable graphics acceleration, battery status ...etc etc
  18. you have an error, rerun the last 2 commands until you have success Child process /usr/sbin/kextcache[569] exited with status 77. To fix audio, enable ResetHDA in Config file To fix wireless, add additional patch to KextToPatch Comment AirPortBrcm4360 - fcvo Disabled Find gflSqgAAdSk= Name AirPortBrcm4360 Replace gflSqgAAZpA= To fix the screen during boot, Enable Legacy Rom Option in BIOs The USB popup is normal if you have USB plugged in before sleep I have everything working, will post a guide when I have some time, been sick with the flu.
  19. What did you use to create the USB Installer?
  20. Better you use a Mac system or install a mac app that can read HFS+
  21. I thought you were following my Clover guide. Read the post Installation part.
  22. You need to either copy it to /Library/Extensions or /System/Library/Extensions and run the fixes, won't work in Other or /Other/LE
  23. download this. Launch it, select the USB drive to mount.
×
×
  • Create New...