Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Hard to assist without any system specs... What CPU? What graphics card? Nvidia only or Nvidia with Intel HD? Touchpad, most likely an Alps. Try VoodooPS2Controller found here. Been mentioned a lot lately since 10.11.4 came out. Remove ApplePS2Controller and AppleACPIPS2Nub first. USB port, try renaming all EHCI to EHC1 in your DSDT. You don't have LAN kext in your /extra/extension folder. Most likely you'll need AppleIntelE1000 or BCM5722D added.
  2. HDMI device only appears when you have an HDMI monitor plugged in. Are you able to get HDMI video? Check preferences to see if HDMI audio is listed? What external graphics card do you have?
  3. What kexts did you use to get the M.2 to be recognized? For audio, use AppleHDA_ALC293 from my E7450 guide. The patches are in the Config file set to layoutID #1. Was able to fix the audio distort issue. I was using Clover v3368, once update to v3438, sound is perfect.
  4. diskutil cs list you see something like below. Note the UUID in red and Revertible = Yes run diskutil cs revert UUID> , you can copy and paste the UUID reboot when finish. Boot with USB and select your Installed drive to complete your install
  5. No, Yosemite won't work well with your Broadwell CPU. Restore the vanilla AppleHDA to /S/L/E Grab the new AppleHDA_ALC255 from the Update section. Place it in /L/E. Click Ok on the popup error. Run this in terminal to fix permission and update cache sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / Make sure you have a successful output. If not, then run last 2 commands again. Reboot
  6. If you're using 10.11.4, make sure to check the Update section for new AppleHDA_ALC255.
  7. Just copy all the files and folder except Config, Kexts, ACPI, and Theme to the EFI partition. Oh make sure in the EFI partition /Clover/Drivers64UEFI, you make a copy of HFSPlus.efi to be place back once you overwrite it. Alternatively, you could remove the virtual disk and never have to deal with this again. 1) From terminal, enter diskutil list. Note the virtual drive. diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_CoreStorage Macintosh SSD 63.5 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: Apple_HFS Macintosh SSD +63.1 GB disk1 Logical Volume on disk0s2 75DADC16-4B7F-4C7D-9660-10A1C2A9FC02 Unencrypted 2) Run diskutil cs revert /dev/disk1 3) Reboot 4) Install Clover
  8. ig-platform-id is also set to 0x01660004 for dualLink and 0x01660003 for single in DSDT too and also in the Config.plist.
  9. Even for the E6430s, you'll need to restore BIOS to A11 as per the E6430/E6230, otherwise you'll encounter artifacts. Before getting that fix, let's see if you could get it to install first. You mentioned using the E6430 bootpack which has high resolution set to 1600x900. If you have 1366x768, make sure to replace bootpack with E6230 instead.
  10. boot to Clover GUI, hit the spacebar and select boot without cache
  11. Remove VoodooPS2Controller from /Kexts/Other and replace with the one in the Update section if you're on 10.11.4 You could also try booting with CPUS=1
  12. Try this DSDT. I see you rename AppleHDA_ALC255 to AppleHDA. Hope you didn't install this to /S/L/E and override the vanilla kext. If you did, you'll need to restore it and rename the kext in LE to something else or back to AppleHDA_ALC255 and install to /Library/Extensions. Then run the permission fix and rebuild cache. DSDT.aml.zip
  13. Go to preference/Network. Click on Add. Do you see a drop down of Ethernet?
  14. Do you see RealtekRTL8100 in /Kexts/Other?
  15. You should have DSDT, SSDT-8, plus the SSDT you just created. If the SSDT is causing KP, then something is not right. But you should still keep DSDT and SSDT-8
  16. Remove the SSDT and see if it'll boot normally.
  17. boot without cache. When you see the clover GUI, hit the spacebar. Then select boot without cache. note where it hang or KP.
  18. no, you copy the IASL to /usr/bin open a terminal, drag the file ssdtprGen.sh to it and hit enter.
  19. place this is /usr/bin run the ssdtprgen.sh again iasl.zip
  20. run this again until it's shows successful sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  21. did you copy the kexts from /kexts/Other/LE to /Library/Extensions and run the following permission fixes? sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Post your output from the terminal after you run the above
  22. You are missing IASL to compile. See here
  23. Can you verify what ethernet device you have? is it Intel or Realtek? For Webcam, try the DSDT a few post back. For audio make sure permission and cache are fixed properly.
  24. Have try the bootpack from here? Just replace ACPI/Kexts and Config file to your /EFI/Clover folder. Follow the post install from here for audio. If you're on 10.11.4, make sure to read the Update section with updated file. VoodooPS2controller may cause KP from my bootpack unless updates with the new kext.
×
×
  • Create New...