Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Run in the terminal to determine if the kexts are loaded: kextstat | grep AppleIntel*
  2. That's a distro and we don't know what kexts were modded, removed or added, it's hard to determine the issue. Which version of El Capitan is this? Perhaps you could replace the vanilla AppleIntelFramebufferCapri.kext family. Can you verify if the following exist in /System/Library/Extensions: AppleIntelFramebufferCapri.kext AppleIntelHD4000Graphics.kext AppleIntelHD4000GraphicsGLDriver.bundle AppleIntelHD4000GraphicsMTLDriver.bundle AppleIntelHD4000GraphicsVADriver.bundle
  3. I think I read someone got it working with IntelCapriFB=0 What process did you follow to install your OS X? IAKOS? unifail? Manual?
  4. Was able to assist Artisto remotely. Install patched AppleHDA to /S/L/E, repair permission, and set the DSDT hdef layout-id to 28.
  5. Replace the config and DSDT with that from E6230, that will set the correct resolution for your system.
  6. You have 2 conflicting values here, ig-platform-id and IntelCapriFB. Graphics Mode 1600x900x32 ig-platform-id 0x0166003 IntelCapriFB 4 You could leave out ig-platform-id and leave it blank. With 1600x900 resolution, you can't use 3, go with 4 as you have it and try higher value if that doesn't work as Hervé wrote.
  7. Depending on your display resolution, try this for 1366x768 -v -f GraphicsEnabler=Yes IntelCapriFB=3 for 1600x900 and up -v -f GraphicsEnabler=Yes IntelCapriFB=4
  8. Here's my El Capitan Clover guide. Boot pack is on post #2.
  9. Go to About this Mac/System Report, browse down to Software/Extensions Sort by Obtained from, list all kexts that are not signed by Apple
  10. To get HDMI audio working you need to patch your DSDT to enable HDAU
  11. I'm assuming you have set the required DVMT for graphics... The only kexts you need to add to /L/E are the kexts found in /EFI/Clover/Kexts/Other/LE as describe in Post Install. No need to relocate them as it won't be injected by Clover. Just copy, ignore the popup error and run the terminal commands. 6. Copy kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions of Macintosh SSD 7. Repair permission and rebuild cache. Run command from terminal sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  12. Which OS X version are you trying to install? What boot loader are you using? Clover or Chameleon or something else? For Chameleon, try, -v -f GraphicsEnabler=Yes
  13. What did you use to build your hack? MyHack? unifail? What's in your /Extra/Extensions folder? What did you install to /System/Library/Extensions?
  14. @Artisto, did you try the patched AppleHDA and DSDT from ruorbe bootpack? For Mountain Lion, you'll need the patched AppleACPIPlatform.kext in her bootpack as well.
  15. You shouldn't need to rebuild cache unless you did an upgrade or add/remove some kexts. For debug, check your system logs. Just launch the console and look at the logs.
  16. No need to reinstall, just restore your Voodoops2controller.
  17. Yes, it's patched from your origin DSDT/SSDT. Judging from your post regarding LAN and garble screen, you are not using my bootpack linked in post#2. The included config file, kexts and DSDT/SSDT should have fixed all the issue mentioned. My config uses ig-platform-id 0x16260006 rather than 0x16160002 or 0x16160000. Are you able to get HDMI video and audio with your current config?
  18. Make sure Apple RTC is enabled in the Config file. Perhaps refreshing your BIOS.
  19. AppleHDA_IDT is just a dummy kext and it's patched on the fly with Clover config. @Hologos, make sure you have SIP disabled in Config.plist. RtVariables BooterConfig 0x28 CsrActiveConfig 0x67
  20. Do you have AppleIntelE1000.kext or IntelMausiEthernet in EFI/Clover/Kexts/10.11 or Other? Have you check if it's enable in the BIOS?
  21. Do you know if your model has HD 4400 or HD 5500? Haswell or Broadwell CPU? See bootpacks for both here. If you have HD5500, you'll need to set the DVMT to 64MB in the BIOS. See my E7450 guide You probably has the M.2 slot for wireless, replace it with a DW1560 wireless/bluetooth combo. Kexts for this card are found in my E7450 bootpack.
  22. Try this, install with ACPIBacklight.kext for Backlight. Not sure what audio device you have, there might be a patched kext out there already. You could do a codec dump from Linux to determine the exact card. lenovo ideapad s300.aml.zip
×
×
  • Create New...