Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Try A11, not sure about A12, I see some video enhancement on that update.
  2. Open Config.plist from /EFI/Clover with Clover Configurator 4.24/5. Next to Kernel and Kext Patches, enable Asus AICPUPM. Save the file and try again.
  3. What loader are you using? Clover or Chameleon Chameleon = You need the Extra folder copy to the USB installer, that's your bootpack Clover = You need to Clover folder from the EFI partition, this is your bootpack Run this from terminal to determine which kexts you have installed to /System/Library/Extensions. You can then copy those kexts to a folder in the USB to be installer later. You can install kexts with Kextwizard or other kext utility. 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 /
  4. @ssprod The DSDT I uploaded is for singleLink 1366x768, can you confirm you have that resolution? Also you need to use the Config from E6230, confirm that also. Lastly, downgrade your BIOS to A03, and then install A12.
  5. Downgrade BIOS to A03 and then upgrade to A12. Yes, first remove the SSDT/DSDT from Patch folder, reboot, then hit F4 to extract raw files. Compress and upload it here.
  6. Googling the system specs and determine that the s model can either have an IvyBridge with HD4000 or SandyBridge with HD3000. List your system's spec to determine which bootpack is best fitted for your system. If it's an IvyBridge, you could try the E6230 bootpack with lower resolution.
  7. No need, I think I have it patched in the Config file. Check your system report under SATA/SATA Express to verify.
  8. 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.
  9. 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/
  10. 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
  11. 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.
  12. https://support.apple.com/en-us/HT204681
  13. If after installation and you have artifacts, then install A12.
  14. 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
  15. Just like upgrading, just install the version of BIOS you downloaded.
  16. 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
  17. 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.
  18. What's the specs of your System? CPU? LAN? GPU? HD or Nvidia? Display resolution? Which version of OS X you intend to install?
  19. 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.
  20. Note: Bootpack (EFI) consists of combining the Generic EFI_Clover + the model you're downloading!!! Did you read the big print?
  21. Try this here. Bootpack include USB injector
  22. 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
  23. 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 /
×
×
  • Create New...