Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. 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.
  2. 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.
  3. I'll be writing a full guide for this model shortly. For now you could use the files from here.
  4. 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
  5. Place this in /EFI/Clover/Kexts/10.11 or Other depending on what you install. ApplePS2Controller.kext.zip
  6. 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.
  7. What version of OS X did you install?
  8. I5 or i7, both will work, you just need to replace the SSDT.aml. This is easily generated with ssdtPRGen.sh.
  9. @vsbalint No, E6540 has an ALC292, yours is IDT. Use this one AppleHDA_IDT.kext.zip
  10. 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.
  11. Did you install ALC270HDA.kext to /System/Library/Extensions found in the 1st post?
  12. Set the BIOS to "Load Default". Hit Apply. Then change SATA Operations to AHCI. That's it.
  13. What bootpack were you using? Try booting with -v -f GraphicsEnabler=Yes
  14. Which OS X version are you installing?
  15. @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?
  16. 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>
  17. Re-uploaded files to post #760. It possibly could be corrupted.
  18. add this additional patch to the config file for audio, under KextToPatch <dict> <key>Comment</key> <string>AppleHDA - El Capitan</string> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict>
  19. Just looked at your new Config.plist and realized the mistake on my part. You need to remove disabled: in front of disabled:AppleIntelFramebufferCapri. Restore your FB to vanilla and should be good. <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0304</string> <key>Find</key> <data> AwQAAAAEAACBAAAA </data> <key>Name</key> <string>disabled:AppleIntelFramebufferCapri</string> <key>Replace</key> <data> AwQAAAAIAAAGAAAA </data> </dict>
  20. Did you get HDMI audio working? If so, what did you change to enable it? Just curious.
  21. For Brightness, install this to /Clover/Kexts/10.11. For Headphone, autoswitching is not working. You need to plug in the headphone, enable sleep and then wake it up. Then to switch back to internal speak, unplug headphone, enable sleep again and then wake it up. No known fix at the moment.
  22. During boot. Weird, it's only on the rushmore V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d (E6430/E6230/Exx30)
  23. @sinsinsin Does HDMI video/ audio work for you?
  24. Same thing I ask rufabf, was HDMI audio working on Yosemite? Upload your IOREG.
  25. Try EFI Mounter v2, you can select the disk to mount and fix your issue.
×
×
  • Create New...