Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Ahh, I see what you mean this points to the EFI folder on your OS X SSD/HDD $ ls /EFI/CLOVER/ACPI/patched/ and this point to the Hidden partition EFI $ ls /Volumes/EFI/EFI/CLOVER/ACPI/patched/ The first is usually use for system that don't have UEFI but use Legacy mode. You can delete the EFI folder on your SSD. I guess Clover creates it.
  2. Great! /EFI is the hidden partition which is usually the name of the Volume when you mount it. I think you enter the path wrong, but seems like it's working. /EFI/EFI/CLOVER/ACPI/patched/
  3. Hmm, according to your IOReg, it's on RP02. I wonder how I got it in RP05 before... Replace DSDT with this and reboot DSDT.aml.zip
  4. Oh good, it is supported, just need to patch the DSDT. Run this and export the IOReg as Hervé mentioned. Compress and upload it here. update: Hmm, according to the 3340 DSDT, it's already patched to RP05? Check your BIOS to see if it's enabled.
  5. https://support.apple.com/en-us/HT204681
  6. If after installation and you have artifacts, then install A12.
  7. Really easy to get them working. Just need the following kexts found in my E7450 bootpack. Just install them to /S/L/E or /L/E FakePCIID FakePCIID_BCM94352Z_as_BCM94360CS2 BrcmPatchRAM2 You might also look at the hand-off and 5GB fix found in my config file under kextToPatch
  8. Just like upgrading, just install the version of BIOS you downloaded.
  9. Use Pokenguyen's guide, it's a bit outdated but it'll you get it up and running. DW1510 will work OOB, DW1520 will require a kext injector like WifiInjector. IF you opt for El Capitan, you'll need additional config to disable SIP. And for El Capitan, DW1520 is whitelisted and requires that you use MBA5,2, but you could patch some file to use MBP9,1 or 9,2. See here
  10. F11 is set to toggle between Desktop, so I left that as default and use F6 for brightness instead. If you're in the US location, you can order it from Dell for $20 with shipping.
  11. What's the specs of your System? CPU? LAN? GPU? HD or Nvidia? Display resolution? Which version of OS X you intend to install?
  12. Yes, get the DW1560. See my E7450 guide, kexts for the card are available in the bootpack. I have the same keyboard. Just follow the guide regarding setting up the keyboard.
  13. Note: Bootpack (EFI) consists of combining the Generic EFI_Clover + the model you're downloading!!! Did you read the big print?
  14. Try this here. Bootpack include USB injector
  15. Get rid of all the ssdt-XX in your patched folder. Generated an SSDT.aml with ssdtPRGen.sh for you CPU. In Config file, under SSDT enable 'DropOEM', disable Generate P and C state if you have them enable. Also try disabling hibernatemode sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null
  16. Try repair cache and permission sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  17. Change SMBios to 8,2 as the USB injector is hard coded to MBP8,2. You could try modding the injector to 8,1 but I can't guarantee it'll work, I have not personally test it.
  18. Try this DSDT, see if it makes a difference. DSDT.aml.zip
  19. The DSDT from your E6230 will work on your E6430 with the same specs.
  20. You can always use Hervé's guide but applied it to ElCapitan. Just need to update Chameleon with the Enoch branch and disable SIP. See his D630 El Capitan guide.
  21. Kexts have to be in /EFI/EFI/CLOVER/kexts/10.10 or Other for Yosemite, not /EFI/EFI/CLOVER/kexts
  22. You need EAPDFix from my E7440. This should fix the sound after sleep.
  23. Yes, use MacIASL. For Bluetooth, try the firmware uploader here v3.0.5_10.11
×
×
  • Create New...