Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Follow this tread and this guide. Guide is for Mavericks. Post question if you need help after following guides.
  2. Your graphics in not loading. Not sure why your system is different from the rest of us.
  3. So which is it you create the USB Installer ? Unifail or myHack? If it's myHack, boot with the USB installer, select Utilities from the menu bar and select myHack. Select Install Chameleon, destination should be your Installed drive. If you use unifail to make your installer, sorry, can't help you here.
  4. No, install the 2 kext FakePCIID_HD4600_HD4400 and FakePCIID with kextwizard to SLE. Here's the fixed config file. config.plist.zip
  5. Add this to config.plist under KextToPatch <dict> <key>Comment</key> <string>Enable TRIM support for non-Apple SSD</string> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Bootloader Graphics - Second Stage Patch 2</string> <key>Find</key> <data> QYjE6xE= </data> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <data> QYjE6zE= </data> </dict> <dict> <key>Comment</key> <string>Enable 96MB BIOS, 34MB Framebuffer, 34MB Cursor for Azul framebuffer 0x0a260006</string> <key>Find</key> <data> BgAmCgEDAwMAAAACAAAwAQAAYAA= </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> BgAmCgEDAwMAAAAGAAAgAgAAIAI= </data> </dict> <dict> <key>Comment</key> <string>Enable eDP port 0x00, HDMI port 0x05 for Azul framebuffer 0x0a260006</string> <key>Find</key> <data> AAAIAAIAAAAwAAAAAQUJAAAEAACHAAAA </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> AAAIAAQAAAAwAAAAAQUJAAAIAACHAAAA </data> </dict> Repatched DSDT to remove PNLF, should be able to use Fn+Up and Down arrow for Brightness, but without the "sun" emblem. Also revert back to previous Battery patch E6540.aml.zip
  6. DVI doesn't seem to be working for me too. I used a Display Port to DVI adapter and that works, but can't get both working at the same time. It's either LCD with VGA / LCD with HDMI / LCD with DP. Can't get both external running at the same with LCD close either.
  7. Ok, this should fix it. Battery repatched to use with 1.55. Rename to DSDT.aml For video, install the FakePCIID kexts you had earlier to S/L/E. For Brightness control, try Fn+F3 (NumLock) and Fn+Insert (Pause) Can you also list your system spec? Does it have Optimus nvidia card as well or just HD 4600? E6540.aml.zip
  8. If you have an Intel Wireless card, it's not supported. You'll need to replace the card with a supported one. See wireless cards link in my signature below.
  9. So your system is able to sleep with the patched DSDT? The DSDT is also patched to injects fake desktop HD4600 id 0x0412 to replace mobile HD4600 id 0x0416, so you might not need QECI HD4600 (GT2 Mobile to Desktop) in your Config.plist. This might fix the video issue. As for Battery, try an older version 1.53 or voodooBattery as Herve suggested. Note: The MacBook Pro.acpi in your attachment are not patched, don't include it in EFI/Clover/ACPI/Patched folder. Only place the generated SSDT.aml and my DSDT.aml there.
  10. Which version of Yosemite are you running? The kext should work, it should be patch on the fly with Clover config. Check your BIOS, see if audio shows as 92HD93...
  11. Try this config file. I think the issue is that the DSDT has the same patches as your config file. config.plist.zip
  12. Ok, looks like you might've missed a step. There seems to be missing a lot of patches from your DSDT. Here's the updated DSDT, I'm assuming your have 1366x768 resolution. dsdt.aml.zip
  13. I see why you need -xcpm to boot, you have KernelPM enabled. That's only needed for Haswell CPU. You can disable KernelPM and remove the -xcpm flag. For audio to work, you need your DSDT patched to layout id = 12. Did you get your DSDT patched and placed in EFI/Clover/ACPI/Patched along with SSDT.aml?
  14. Please attach the config.plist from your installed drive EFI
  15. You don't need AppleIntelCPUPowerManagement patch as it's done on the fly with Clover, you just need AsusAICPUPM enabled. Remove NullCPUPowerManagement if you have it. When you run the ssdtPRGen.sh script, it creates it to the Desktop or in /Extra. Can you list what kexts you installed for your build? Both in kexts/10.10 or in /S/L/E
  16. https://bitbucket.org/RehabMan/os-x-acpi-battery-driver/downloads Make sure to restore the vanilla AppleSmartBatteryManager.kext in order for ACPIBatteryManager to work. DSDT patching is needed if the EmbeddedController field is larger than 8 bit. In our Dell system, so far I have not seen any. Have you tried the DSDT I patched for you? Place it in EFI/Clover/ACPI/Patched. You'll also need a patched SSDT, look for ssdtPRGen.sh.
  17. Give ACPIBatteryManager.kext a try. Latest version is 1.55
  18. You need to add ACPIBatteryManager.kext to gain battery status.
  19. I assume you have copied it to /Extra/Extensions but you won't be able to run myHack/myfix from Safe mode. Boot back into SafeMode, launch terminal and run this myfix -q -t /
  20. Here's your patched DSDT, see if it fixes the sleep issue. Do you have working audio? E6540_DSDT.aml.zip
  21. What error are you getting? Where does it hang during boot?
  22. Did you copied the updated config.plist to the EFI partition of the installed drive?
  23. Make sure you have Asus AICPUPM enabled in the config.plist under Kernel and Kext Patches.
  24. Have you tried this patch at the bottom of the page?
×
×
  • Create New...