Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Missing FakeSMC in Clover Kexts folder
  2. Install it to your USB Installer, not your MBP.
  3. That's a Clover issue with OsxAptioFixDrv-64.efi. What version of Clover are you running?
  4. Make sure you had change 2 variables to 0x3 0x15b and 0x15C When you get to the Clover both menu, hit the space bar and select boot without cache. See where it's hanging and post it here.
  5. No benefits that I could see, but could cause KP for some Brands/Models.
  6. Yes, the KP is due to AppleIntelBDWGraphicsFrameBuffer requiring DVMT pre-allocated memory in BIOS set to 64mb or higher
  7. Did you follow this? See here regarding DVMT. Without that mod, you will not get full graphics acceleration (QE/CI). Yes, you still need to check and change if necessary because different versions of Windows reports differently. So to really be sure, follow the guide. You could skip numbers 1 -> 4 unless you want to see for yourself the process. Start from 5 to 8. At #8, you could just run setup_var 0x15b first just to verify before running setup_var 0x15b 0x3 setup_var 0x15c 0x3 If you really don't want to mess with the BIOS, you could just add this to the Config.plist under KextToPatch. Use PlistEditor or Textedit <dict> <key>Comment</key> <string>10.11 (based on Austere.J patch)</string> <key>Find</key> <data> QTnEdj4= </data> <key>Name</key> <string>disabled:AppleIntelBDWGraphicsFramebuffer</string> <key>Replace</key> <data> QTnE6z4= </data> </dict>
  8. Go here for the official beta ssdtPRGen.sh Yes, ApplePS2Controller v1.5 Yes, I have heard of that configuration running successfully, but I have not tested it personally. I guess it depends on the BIOS if it'll allow boot from SD card.
  9. What version do you have? With version 1.5 attached a few post back, I didn't have to, but with 1.1.5, I did have to.
  10. I'll be writing a full guide for this model shortly. For now you could use the files from here.
  11. Do you have full QE/CI? Did you set the BIOS DVMT to 96MB? Are you using any DSDT/SSDT? These 2 kexts are not needed, AppleIntelE1000e.kext is all you need for Ethernet. AtherosE2200Ethernet.kext RealtekRTL8111.kext
  12. Place this in /EFI/Clover/Kexts/10.11 or Other depending on what you install. ApplePS2Controller.kext.zip
  13. What kext do you have for mouse? I'm currently using ApplePS2Controller 1.5. Even though it shows no touchpad detected in Preferences, you still have 2 fingers scrolling. You can right click with 2 finger tapping and 1 finger double tap will allow drag and drop. That's enough for me, I mainly use the trackstick with the help of Smartscroll, I have full middle button scrolling and inertia. Ahmad was working to develop VoodooPS2Controller for version v7, but still in development I think.
  14. What version of OS X did you install?
  15. I5 or i7, both will work, you just need to replace the SSDT.aml. This is easily generated with ssdtPRGen.sh.
  16. @vsbalint No, E6540 has an ALC292, yours is IDT. Use this one AppleHDA_IDT.kext.zip
  17. You need to select the DSDT in /Extra that's right for your system's specs and rename it as DSDT.aml. What is your system's specs? Do you have only HD 3000 or has nVidia NVS4200m as well? What is the display resolution? If you have just the Intel HD 3000 with 1366x768 resolution, then select DSDT-E6420.aml and rename it to DSDT.aml If it's higher resolution like 1600x900, then select DSDT-E6402_2ch.aml and rename it to DSDT.aml If you have the optimus, then select DSDT-NVS.aml and rename it to DSDT.aml, make sure to disable Optimus in the BIOS. This is all specified in the guide.
  18. Did you install ALC270HDA.kext to /System/Library/Extensions found in the 1st post?
  19. Set the BIOS to "Load Default". Hit Apply. Then change SATA Operations to AHCI. That's it.
  20. What bootpack were you using? Try booting with -v -f GraphicsEnabler=Yes
  21. Which OS X version are you installing?
  22. @robertostudios Remove the fakePCIID_XHCIMux and patch DSDT with this. Credits to Rehabman into device name_adr 0x001D0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; into device name_adr 0x001A0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; into device name_adr 0x00140000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; Tested on 10.11 GM (15A284). Webcam and sleep works so far. Tested all USB ports, but not tested the speed. Does headphone work after wake from sleep with your files?
  23. HDMI works just fine with HD 4400/4600. Just add this patch to your Config <dict> <key>Comment</key> <string>HDMI-audio</string> <key>Find</key> <data> AQUJAAAEAACHAAAA </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> AQUSAAAIAACHAAAA </data> </dict>
  24. Re-uploaded files to post #760. It possibly could be corrupted.
×
×
  • Create New...