Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. You'll need to patch the port, to do that you need to determine which port is connected to HDMI. With HDMI connected, run IOReg IORegistryExplorer_v2.1.zip Save and attach file here for review
  2. Use this PS2 kext. The Refined Alps kext is 10.13.x compatible, I have it on my Latitude E6x20/E6x30 systems. ApplePS2Controller.kext.zip
  3. Once again, you're not using the files I sent you. There's 2 aml in /E/C/A/Patched
  4. Follow instructions from here to debug issue
  5. Nevermind, I think you mentioned Keyboard didn't work until you replaced it with VoodooPS2Controller. Follow instructions from here to debug issue
  6. You need to disable the old patch and enable the new port limit patch (last on the list), not the other way around. Same for audio patches, they both are disabled, can't expect audio to work with them disabled.
  7. How did you create the installer? And where did you get the source file?
  8. Send me a new IOReg with ApplePS2Controller instead of VoodooPS2Controller. Hopefully keyboard is still working with ApplePS2Controller
  9. Try replacing contents into /EFI/Clover Z51-70_HS.zip
  10. try this config. I think this is the one you're using from the debug file you had attached. I've added HDMI audio and hot patches for the audio Rerun the permission fix and rebuild cache config.plist.zip
  11. boot with verbose and debug 0x100 mode by hitting the spacebar and select it at Clover GUI Post screenshot here Attach your Clover folder here for review
  12. Did you have to remove ApplePS2Controller before Keyboard starts to function? Did you copy kexts from /EFI/Clover/kexts/Other/LE to /Library/Extensions? Repair permissions and rebuild cache 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 / Looking at the debug folder you attached, you are not using the Config file I attached. Launch DPCIManager Look under CodecID, is it 0x10EC0256? If it is, I had included the layout-id for audio and audio hotpatches. For HDMI audio, we need to determine port is your HDMI port. Connect your HDMI monitor, and launch IOReg IORegistryExplorer_v2.1.zip Save and attach the file here
  13. Follow instructions from here to debug issue
  14. Correct, it'll just load with that command until you reboot unless you have it in /L/E or /S/L/E or /Clover/kexts So from your answer, I guess your touchpad is currently not supported.
  15. I don't use VoodooPS2Controller, I see you're using Rehabman's most current version which is for Synaptics. I think your touchpad is Alps. I'm using ApplePS2Controller with basic mouse feature which is perfectly fine for me. It has 2 fingers scrolling, tap to drag. For track stick, I just use Smart Scroll.app.
  16. run sudo kextload /S*/L*/E*/VoodooI2C.kext
  17. Seems that's what I have as well but working. See the 2nd to the last lines...I see that on your output as well, so should be working. Only difference I could tell is that you have AppleALC in /L/E, whereas I have it in /EFI/Clover/kexts/Other. Try moving it there with another copy of Lilu.kext since you need Lilu with Whatevergreen.kext in /L/E 2017-11-21 15:46:25.146108-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Failed to find Audio device HDEF. 2017-11-21 15:46:25.294009-0800 localhost kernel[0]: (EAPDFix) EAPDFix v2.3.5 Copyright (c) EMlyDinEsH <www.osxlatitude.com> 2013-2016. 2017-11-21 15:46:25.294016-0800 localhost kernel[0]: (EAPDFix) EAPDFix: OS X version 10.13.2 2017-11-21 15:46:25.305780-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Using Fix type 3, will do background status check to enable Jack sense and EAPD when its disabled 2017-11-21 15:46:25.648432-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Internal Mic node 0x13, Capabalities 0x20, Config 0x90a60140 2017-11-21 15:46:25.682219-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Speaker node 0x14, Capabalities 0x10010, Config 0x90170110 2017-11-21 15:46:25.682227-0800 localhost kernel[0]: (EAPDFix) EAPDFix: EAPD Capabale for output node 0x14 2017-11-21 15:46:25.716010-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Headphone node 0x15, Capabalities 0x1001c, Config 0x221401f 2017-11-21 15:46:25.716018-0800 localhost kernel[0]: (EAPDFix) EAPDFix: EAPD Capabale for output node 0x15 2017-11-21 15:46:25.748899-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Headphone node 0x16, Capabalities 0x1001c, Config 0x21014020 2017-11-21 15:46:25.748910-0800 localhost kernel[0]: (EAPDFix) EAPDFix: EAPD Capabale for output node 0x16 2017-11-21 15:46:25.827714-0800 localhost kernel[0]: (EAPDFix) EAPDFix: External Mic node 0x19, Capabalities 0x24, Config 0x21a19030 2017-11-21 15:46:26.041626-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Speakers has EAPD, Headphones has EAPD, Desktop Codec No 2017-11-21 16:04:57.101266-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Background processing disabled before sleep 2017-11-21 16:06:37.277173-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Current AFG Power state 233. 2017-11-21 16:06:38.788005-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Speakers EAPD is down, Trying to power up... 2017-11-21 16:06:38.799590-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Codec verb sent successfully to power up EAPD. 2017-11-21 16:06:38.855659-0800 localhost kernel[0]: (EAPDFix) EAPDFix: Background processing enabled after sleep
  18. run this and post result log show --style syslog | fgrep "Wake reason"
  19. Sorry, was working for the OP, so figure should work for you too. Post your files and I'll update it to fix the audio issue Attach your Clover folder
  20. If it's same as my E7450 Broadwell system, it'll have an Alps v7 You could try this kext, remove ApplePS2Controller to desktop as backup I don't use it as it's not very stable for v7, that's why I stick with ApplePS2Controller, where 2 finger scrolling works and tap to drag works too. After replacing the kexts, you could check the bootlog, it'll display the version of Alps you have. If it's not Alps, you'll get a message that it can't detect your Alps touchpad.
  21. just load it from where you have it so to determine if it'll cause KP and see if it'll work before moving it to /L/E or Clover Kexts
  22. Showing can't find HDEF for some reason. Try using AppleALC v1.2.0 instead or v1.2.1 2017-11-21 13:48:39.221429-0500 localhost kernel[0]: (EAPDFix) EAPDFix v2.3.5 Copyright © EMlyDinEsH 2013-2016. 2017-11-21 13:48:39.221434-0500 localhost kernel[0]: (EAPDFix) EAPDFix: OS X version 10.13.2 2017-11-21 13:48:39.221445-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Failed to find Audio device HDEF. 2017-11-21 13:48:39.728039-0500 localhost kernel[0]: (EAPDFix) EAPDFix v2.3.5 Copyright © EMlyDinEsH 2013-2016. 2017-11-21 13:48:39.728046-0500 localhost kernel[0]: (EAPDFix) EAPDFix: OS X version 10.13.2 2017-11-21 13:48:39.738725-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Using Fix type 3, will do background status check to enable Jack sense and EAPD when its disabled 2017-11-21 13:48:40.081648-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Internal Mic node 0x13, Capabalities 0x20, Config 0x90a60140 2017-11-21 13:48:40.115351-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Speaker node 0x14, Capabalities 0x10010, Config 0x90170110 2017-11-21 13:48:40.115358-0500 localhost kernel[0]: (EAPDFix) EAPDFix: EAPD Capabale for output node 0x14 2017-11-21 13:48:40.149092-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Headphone node 0x15, Capabalities 0x1001c, Config 0x221401f 2017-11-21 13:48:40.149099-0500 localhost kernel[0]: (EAPDFix) EAPDFix: EAPD Capabale for output node 0x15 2017-11-21 13:48:40.181929-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Headphone node 0x16, Capabalities 0x1001c, Config 0x21014020 2017-11-21 13:48:40.181935-0500 localhost kernel[0]: (EAPDFix) EAPDFix: EAPD Capabale for output node 0x16 2017-11-21 13:48:40.260649-0500 localhost kernel[0]: (EAPDFix) EAPDFix: External Mic node 0x19, Capabalities 0x24, Config 0x21a19030 2017-11-21 13:48:40.470023-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Speakers has EAPD, Headphones has EAPD, Desktop Codec No 2017-11-21 13:48:49.332834-0500 localhost kernel[0]: (EAPDFix) EAPDFix: Background pro cessing enabled at boot
  23. remove these from /S/L/E, repair permission and rebuild cache AppleHPM.kext, AppleIntelLpssI2C.kext and AppleIntelLpssI2CController.kext Reboot. Download the attached, change permission and load the kext manually See if touchpad works. sudo chown -R root:wheel VoodooI2C.kext sudo kextload VoodooI2C.kext VoodooI2C.kext.zip
×
×
  • Create New...