Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Send me our Config.plist and DSDT.aml, I'll patch it for you. Note: You could open your config.plist with plistEdit pro or textedit and paste the patch, no need for Clover Configurator.
  2. Which version of Yosemite are you installing? What error are you receiving when you run with those boot flags?
  3. See if this will work. Undo all the patches you had done for the BCM94352 and try this patch. Install attached kexts to /S/L/E BCM94352.zip
  4. What files do you have in /Extra/Extensions? Do you have patched AppleHDA or voodoohda installed?
  5. Here I made a dummy kext from Mirone's patched AppleHDA. Install both kexts to /S/L/E. Since you're using Clover, add this to your config.plist under KextToPatch and layout-id to 3 in your DSDT. You might have to patch DSDT to enable HDMI audio too if you don't have it already. ALC255.zip
  6. Follow this guide for E6410, same specs.
  7. See troubleshooting at the bottom here. I always use GUID unless system doesn't support it, then I'll use MbR.
  8. You'll have to delete the AppleIntelHDGraphics* from the Installed HDD as well. Installing Chameleon might have overwrite some settings in your Extra folder. Try replacing that with the one in the Installer.
  9. Sound like the patch above works to get you HDMI video, but not audio because you don't have a patched AppleHDA. Can you be specific of what Realtek card you have? Launch DPCIManager. Look under Audio Devices->Codec ID
  10. I'm still reading up on it, but looks like it's missing the Country Code patch
  11. Sleep will work with HD4000 (Optimus Enabled), but not HDMI as it's tied to the Nvidia card. Wern has gotten sleep to work on the E6420 with NVS4200M, perhaps he could assist with how it gotten it to work.
  12. Was it working with 10.10.1? If so, what kext were you using?
  13. Please upload your /Extra folder from Mavericks when it's working. Try booting with -v -f and post the error.
  14. See here to get it to work in OS X. For Windows you just need the drivers from the vendor.
  15. Did you install the FakePCIID? FakePCIID_BCM94352_as_BCM94360 or this FakePCIID_BCM94352Z_as_BCM94360CS2 depending on your card.
  16. run this from the terminal and reboot. sudo perl -pi -e 's|\x41\x83\xFC\xFF\x74\x2C\x48|\x66\xC7\x06\x55\x53\xEB\2B|g' -i.bak /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360 sudo touch /S*/L*/E* sudo kextcache -Boot -U /
  17. 1) Sleep doesn't work with the Nvidia card - no solution so far. Use Caffeine.app to keep system from sleeping or you'll have to hard reboot 2) You need the new patch for 10.10.3 here . BCM94352 5 GHz/BT Handoff Patch (10.10 and newer) 1. Requires AirPortBrcm4360 WiFi Support and BT4LE 2. Patches 1. 10.10.3 and newer, 5GHz 1. Binary patch: AirPortBrcm4360 1. US/FCC the-darkvoid 1. Find: 41 83 FC FF 74 2C 48 2. Replace: 66 C7 06 55 53 EB 2B
  18. I don't see it on the list, are you sure it has one?
  19. Wern's DSDT has audio layout-id set to 0, you need it to be set to 12. Use MacIASL.app to open DSDT.aml, search for "layout-id" Change this "layout-id", Buffer (0x04) { 0x00, 0x00, 0x00, 0x00 }, to this "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 },
  20. Sounds like you don't have a patched AppleHDA but only VoodooHDA for sound. There's not a lot of success for HDMI audio with VoodooHDA. What sound card do you have, perhaps there's a patched for it already.
  21. Try this DSDT. Originally by the OP, but added the SD Card reader and other patches. and Install this to S/L/E DSDT.aml.zip
  22. Quadro K1100M might not be supported, so you might have to use Intel HD 4600. HDMI output might not work either if it's attached to Nvidia and you're using HD 4600. Have a look at this guide. Be warned, he modded the BIOS, this could brick your system. System is similar but not exact model. This would be a start.
  23. What CPU do you have? Chameleon or Clover? Try booting with -v -f and post the error. If Clover, hit space bar and select verbose mode.
×
×
  • Create New...