DMC Posted January 24, 2020 Author Share Posted January 24, 2020 Okay, trackpad is working, battery information is working! - but my keyboard went wrong and now it's not working I've installed all kexts (without smc) to library/extensions by kext wizard, what is next step to work my keyboard and audio? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 24, 2020 Moderators Share Posted January 24, 2020 Hmm, you didn't mentioned that you're using a Distro for installation and you probably merged the files I attached instead of replace. You made changes to the Config by removing the the audio layout-id from 14 to detect, of course Audio won't work. AppleALC.kext version is also different, you replaced mine with an older version. Get rid of these kexts in Clover: ACPIBatteryManager.kext ApplePS2SmartTouchPad.kext VoodooPS2Keyboard.kext VoodooPS2Trackpad.kext Link to comment Share on other sites More sharing options...
Administrators Hervé Posted January 24, 2020 Administrators Share Posted January 24, 2020 No need to quote every previous message in your new messages/replies. Link to comment Share on other sites More sharing options...
DMC Posted January 24, 2020 Author Share Posted January 24, 2020 Keyboard, audio still not working Do you need another debug?? Link to comment Share on other sites More sharing options...
DMC Posted January 24, 2020 Author Share Posted January 24, 2020 Also theres no bluetooth yet... Link to comment Share on other sites More sharing options...
DMC Posted January 24, 2020 Author Share Posted January 24, 2020 I've changed audio to 14, audio kext to your's but still not working, I've made also another debug file debug_18643.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 24, 2020 Moderators Share Posted January 24, 2020 Remove the following kexts from /L/E left behind by the Distro: VoodooTSCSync.kext XHCI-unsupported.kext FakeSMC.kext Niresh's%20Extra.kext NullCPUPowerManagement.kext FakePCIID_XHCIMux.kext GenericUSBXHCI.kext FakePCIID_Intel_HD_Graphics.kext AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext AppleALC.kext This is getting annoying. Don't use kext wizard to install kexts, it defaults to /S/L/E and you shouldn't install anything to /S/L/E Remove from /S/L/E VoodooPS2Controller.kext ApplePS2SmartTouchPad.kext SystemProfilerMemoryFixup.kext USBInjectAll.kext SMCBatteryManager.kext IntelMausiEthernet.kext SATA-100-series-unsupported.kext AppleALC.kext AirportBrcmFixup.kext NoTouchID.kext Lilu.kext ACPIBatteryManager.kext WhateverGreen.kext VoodooI2C.kext //can move to /L/E VoodooI2CHID.kext //can move to /L/E When done, repair permission and rebuild cache. Run from terminal 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 / Reboot. Post new debug file if still have issue The debug seems to have issue generating the IOReg file and use raw txt file instead which is hard to read. Run this and attach to the debug file Link to comment Share on other sites More sharing options...
DMC Posted January 24, 2020 Author Share Posted January 24, 2020 Sorry for that.. but I dont know where I find these kexts - (/L/E left behind by the Distro) - Can u explain it? And S/L/E - you mean library/extension? Im doin it first time in my life Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted January 24, 2020 Moderators Share Posted January 24, 2020 /L/E = /Library/Extensions /S/L/E= /System/Library/Extensions Link to comment Share on other sites More sharing options...
DMC Posted January 24, 2020 Author Share Posted January 24, 2020 1 hour ago, Jake Lo said: 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 / I have problems with this command - I attached a file (copy paste from terminal) And this second file.files5480.zip Debug not yet Now I dont have touchpad,battery info, bluetooth etc.. Link to comment Share on other sites More sharing options...
Recommended Posts