Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. If you have an i5-5300U like I do, then you're already set. The Dedicated Video Memory = 64MB. Just need to patch the DSDT. Here's proof. There's more to be done, but this is progress.
  2. Do you have HD 4400 or HD 4600? Assuming you don't have any Clover patch for the graphics, you can get the patched kexts below. For HD 4400, you can get the patched files here. Select E7x40 and grab HD5000 and AzulFB For HD 4600, you can get that here.
  3. Everything looks fine with the config. Sorry, don't have any idea about your 5Ghz patch issue. Maybe someone with the same device can shine some light.
  4. According to the codec.txt, it's an ALC271x or ALC269. You could find a few versions here. You'll need to test them out to see which one works. Or you could request it there.
  5. If you have rolled back AppleACPIPlatform.kext in Yosemite, you'll encounter this issue.
  6. You only need the 9MB patch if you're having garbled texts on the menu bar, otherwise you could leave it off. What other patches do you have for graphics?
  7. Great, you can rename it back to .bak once you install the kexts from Extra/Extensions/SLE to S/L/E.
  8. Is your installed drive name "Macintosh SSD"? and your installer is "OS X Base System"? Run this if it is. Assuming you do have NullCPUPowerManagement.kext.bak there. mv /Volumes/"Macintosh SSD"/Extra/Extensions/NullCPUPowerManagement.kext.bak /Volumes/"Macintosh SSD"/Extra/Extensions/NullCPUPowerManagement.kext
  9. Here is some progress to get HD 5500 working. http://www.firewolf.science/2015/04/guide-intel-hd-graphics-5500-on-os-x-yosemite-10-10-3/
  10. what does diskutil list show when you run in the terminal?
  11. You might just need to get your DSDT patch for this.
  12. Try this latest version of CodecCommander by Rehabman. It's a known issue and even Rehabman is having issue with his ALC255. You can read more of it here.
  13. Which version of Yosemite are you running? Grab the FB and HD5000 from here under E7x40 for the version of Yosemite. They are patched for HD4400 with HDMI capability.
  14. You need to install NullCPUPowerManagement.kext to /Extra/Extensions. If you're following my guide and used my bootpack, it saids to rename NullCPUPowermanagement to .kext before any update to prevent KP. After update, install the kexts in /Extra/Extensions/SLE (contains the patched AppleIntelCPUPowermanagement) with kextwizard. Then rename NullCPU to .bak until your next update. Try booting with your USB Installer, launch the terminal and rename the file.
  15. Try enabling Apple RTC in Clover Config to prevent BIOS reset For audio, do you have npci=0x2000 or npci=0x3000 enabled under Boot? if so, remove it. That should fix audio... Just looked at the config file and notice it has audio inject to 03 where the DummyHDA is set to layout-id 12 (hex=C). The DSDT has it patched to layout-id 12 as well. So, just remove the Clover injection should fix it.
  16. This has nothing to do with myHack. Moving it to E6xxx threads... Dell Latitude E6410 with Intel video will not run well with Yosemite as your graphics is not supported whatsoever, not even CI. If you still insist on installing Yosemite, you could try removing AppleIntelHDGraphics*.kext from your Installer. System will be laggy.
  17. Search for PW934, that should get you the same card. For the card you have which is DW1520 to work, you can change your SMBIOS to MBA5,1 or MBA5,2, but AirDrop might not work as it doesn't work for me.
  18. Just to verify that you actually gotten a DW1510 and not something else, download and run DPCIManager. Under PCI LIST, look for the wireless card and list the VenID/DevID here. It should be 14e4-432b
  19. The DSDT is not the blame for the crashing when HDMI is plugged in. It's with the Framebuffer, that's why it needs to be patched there. If you want to increase the VRAM, you could patch the FB too with Clover.
  20. You could start with this guide. Bootpack is in the link as well. I didn't spend a lot of time testing it but this should get your system up. You could experiment with it when you get it setup and running.
  21. You could either add DTGP Method or use this one instead into device label PXSX parent_label RP05 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "AAPL,slot-name",\n "Built-in",\n "device-type", Buffer() { "Media Controller" },\n "model", Buffer() { "O2 Micro SD Card Reader" },\n "compatible", Buffer() { "pci14e4,16bc" },\n })\n }\n end;
×
×
  • Create New...