Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Did you add back the FB patch for HDMI ? Did you have to downgrade the BIOS? Is sleep/wake working with closing/opening the LID? Question about ApplePS2SmartTouchPad.kext that you use...does scrolling work or it just work as a generic mouse?
  2. version 3. Boot without cache first. If successful, then boot in regular mode. 5558_HD5500_v3.zip
  3. Need more info. Please provide System Report, IOreg, DPCIManager screenshots Upload your current Clover folder too
  4. That's an E7450 with Broadwell. Do you have an E7440 with Haswell or E7450? In any case, Intel Wireless is not supported in OS X. Also on that guide, it mentioned this Working: Graphics with Acceleration Audio with patched AppleHDA Bluetooth /Wireless (Replaced with DW1560)
  5. Confirmed! Intel® Dual Band Wireless-AC 7265 You have an Intel. Get it replace. DW1550 would be best.
  6. See this thread. You'll have to downgrade to A03 and then back up to A12.
  7. It's not mentioned in the guide, but it's pretty much known in the Hackintosh community that Intel Wireless devices are not supported. Is that what you have? If so, it'll need to be replaced with a compatible device. If not, what do you have? Provide Vendor and Product ID.
  8. Please attached all the raw files from the Origin folder. Can't create SSDT out of thin air.
  9. Replace with these. Add 2 more ssdt-x 5558_HD5500_v2.zip
  10. @antialias, 1. All USB ports work Good 2. Brightness control works Good 3. SD Card reader couldn't check, I don't have a spare SD card 100% sure it'll work 4. When I booted I got terrible artefacts on the screen so I was forced to disable your AppleIntelFramebuffer patches in the config.plist to get rid of the artefacts. I've noticed in your comment there it's for 1600x900 resolution. I have 1920x1080 resolution. The artifacts are during boot or after logging on? If latter, it could be you need to downgrade your BIOS. Known to cause artifacts with A13 on the E6430/E6230. The FB patches are for 1600x900 and above, it's for HDMI video/audio 5. Still no sound device detected. Make sure cache was created successfully. Did you see a successful output after you ran the commands or error? If error, re run the last 2 commands until you have successful output 6. I run kextstat | grep -v com.apple and your AppleHDA_ITDkext was not loaded run kextstat | grep -i AppleHDA Should output 2 items com.apple.driver.AppleHDAController (274.7) com.apple.driver.AppleHDA (9267.0)
  11. Can you attach your version of the patched AppleHDA?
  12. Can you boot to Clover GUI, hit the spacebar and select boot without cache. Post where the system hang.
  13. Here, try these. Make a backup of Config first. Copy this to /Library/Extensions. Leave the vanilla AppleHDA as is. Note: Ignore warning/error messages and click OK, then run commands below. Repair permission and rebuild cache. Run command from terminal sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / Expected to work with these files: Sound, SD Card reader, USB 3.0, HDMI Video/Sound antialias_E5530.zip
  14. No need, just upload all from Origin folder.
  15. black.dragon74, have you install CodecCommander?
  16. Were you able to set the DVMT in the BIOS? Do you have full QE/CI so far without the DSDT/SSDT? Here, place these in /EFI/Clover/ACPI/Patched. Let me know what work and not work 5558_HD5500.zip
  17. The file is available in your USB installer. So boot with the USB installer, then select your mSata (OS X). Once booted to the desktop, you can mount it with EFI-mounter or Clover or even with a terminal command.
  18. Do you already have a patched DSDT? Patch DSDT HDEF to layout-id 12. Yes, add those if you want HDMI audio too.
  19. The Clover update might have overwrite some of your folders. As Bronxteck mentioned, check for HFSPlus in /EFI/Clover/Drivers64UEFI. There should be a copy in your OS X drive root call EFI-Backups. Make sure that nothing else is overwritten or replaced as well.
  20. Try this guide. Use the bootpack in post #2 (Inspiron 5548). It's very similar to your system specs. Leave out the DSDT/SSDT in /EFI/Clover/ACPI/Patched. When you first boot to the USB installer and seeing the Clover GUI, hit F4. Then select Install OS X El Capitan. This should get you to install and have a semi working system. From your USB Installer, compress and upload the /EFI/Clover/ACPI/Origin folder. I'll patch those files for you. Also check out my E7450 guide, specifically the prerequisite of setting the DVMT to 96MB.
  21. Were you using DSDT.dsl or DSDT.aml? Make sure it's DSDT.aml. If that still doesn't work, then try add IRQ patch #Maintained by: RehabMan for: Laptop Patches#system_IRQ.txt # This can fix non-working audio and also has an affect on HPET. # # Use this if you have issues with patched AppleHDA (required on almost all laptops) # or if you have issues with HPET (restart after wake). # IRQ fix into device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched; into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched; into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched; into device name_hid PNP0103 code_regex IRQNoFlags\s\(\)\n\s+\{.*\} removeall_matched; into device name_hid PNP0103 code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\).*\n\s+\{((?:.|\n)*)\}\) replace_matched begin Name (%1, ResourceTemplate()\n {\n IRQNoFlags() { 0, 8, 11, 15 }\n %2 })\n end;
  22. Replace files with these for El Capitan. Remember to run permission fix and rebuild cache. Run the last 2 commands until you see a successful output. Note: remove BrcmPatchRAM and add BrcmPatchRAM2 3148_Elcapitan.zip
  23. You could use the E6430 bootpack here. I could help you patch you DSDT/SSDT if you could upload them here. Boot to Clover, hit F4. Then boot to OS X, compress /EFI/Clover/ACPI/Origin and upload it here.
  24. Try this one. The on-the-fly patch is in the E6430 bootpack config here. The dummyHDA in the bootpack won't work for 10.11.4
×
×
  • Create New...