lucky9 Posted October 17, 2017 Author Share Posted October 17, 2017 -> Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 17, 2017 Moderators Share Posted October 17, 2017 Are you still having audio issue? Run this in the terminal and post result here 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 / 1 Link to comment Share on other sites More sharing options...
lucky9 Posted October 17, 2017 Author Share Posted October 17, 2017 1) Touch pad fixed. 2) Yes Sound is not working. 3) Bluetooth and Wifi not working too. Here are the results after running all the commands in terminal. MacBook-Air:~ A$ sudo chmod -Rf 755 /L*/E* Password: MacBook-Air:~ A$ sudo chown -Rf 0:0 /L*/E* MacBook-Air:~ A$ sudo touch -f /L*/E* MacBook-Air:~ A$ sudo chmod -Rf 755 /S*/L*/E* MacBook-Air:~ A$ sudo chown -Rf 0:0 /S*/L*/E* MacBook-Air:~ A$ sudo touch -f /S*/L*/E* MacBook-Air:~ A$ sudo kextcache -Boot -U / rebuilding //System/Library/PrelinkedKernels/prelinkedkernel kext file:///System/Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext KernelCache ID: 29B3F7FB406D52B5EE52420D605F41EC File at path '/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used Child process /usr/sbin/kextcache[635] exited with status 77. Error 107 rebuilding /System/Library/PrelinkedKernels/prelinkedkernel EDIT: I have noticed during boot a failing message which says : Litu @ failed to find /private/ver/db/dyld_shared_cache_x86_64h.map. screen shot is enclosed. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 18, 2017 Moderators Share Posted October 18, 2017 Try this for Wireless AR9565 Not sure what bluettooth it has. Check under USB section of SysInfo for productID and VendorID For audio, I'm not seeing AppleHDA_ALC283.kext in the output you have posted above. It needs to be cache in order to work. I also see error 77. Rerun the commands until you see AppleHDA_ALC283 or reboot and then run again. Might take a couple of reboots Should see a successful rebuild of cache without error sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / Link to comment Share on other sites More sharing options...
Administrators Hervé Posted October 18, 2017 Administrators Share Posted October 18, 2017 Regarding rebuilding of cache, all is explained in the FAQ section: https://osxlatitude.com/index.php?/topic/9961-how-do-i-repair-permissions-and-rebuild-the-cache-yosemite-and-later/ Link to comment Share on other sites More sharing options...
lucky9 Posted October 18, 2017 Author Share Posted October 18, 2017 Hi Hervé, thanks for the link. Hi Jake, sound problem got solved, I installed VoodooHDA 2.8.6 and it worked although I tried your solution couple of times but it didn't work (I restarted and build cache couple of times as you suggested.) After I fixed the sound, restarted to rebuild cache from terminal, and I end up getting these. rebuilding //System/Library/PrelinkedKernels/prelinkedkernel kext file:///System/Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext KernelCache ID: AEA4CA9297C7B54DBA295236FAC1DB35 symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795> kextcache updated critical boot files, requesting launchd reboot Although, I rebooted and rerun those commands to rebuild the cache but it again ended up with the same result posted above. please find the screenshot of the USB section attached. Please also guide me how to work with AR9565 file. as its written there : " please don't use it with KextsToPatch because it might not work..." How, do I install these files? Should copy these to internal EFI partation kext folder and to system / Library/Extension folder and rebuild cache ? Edit: I left laptop for 15 min unattended and it went to I guess in sleep mode.. Had to shut down form the power button. . I see during boot, wake form Hibernation : no Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 18, 2017 Moderators Share Posted October 18, 2017 See FAQ regarding Hibernation I'm not seeing any Bluetooth in the USB section, are you sure this card has bluetooth combo? Add this Config to /EFI/Clover. During Clover boot, go to options->Config and select to boot from this Config file. If it works for the Wifi, then you could rename it to Config.plist replacing the old config-AR9565.plist.zip Link to comment Share on other sites More sharing options...
lucky9 Posted October 19, 2017 Author Share Posted October 19, 2017 Yes it has bluethooth, it worked earlier don't know how, when it worked I see Ethernet and bluetooth option on network. When I boot from the config-AR9565.Plist I see black screen. Link to comment Share on other sites More sharing options...
lucky9 Posted October 19, 2017 Author Share Posted October 19, 2017 Hi! a little update, I copied the following under kextstopatch inside config.plist file and restarted.. The bluetooth showing up. But with a problem of not able to connect to devices any suggestions? And wifi is still not working. <dict> <key>Comment</key> <string>AirPortBrcm4360 - fcvo</string> <key>Disabled</key> <false> <key>Find</key> <data>gflSqgAAdSk=</data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data>gflSqgAAZpA=</data> </dict> Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 19, 2017 Moderators Share Posted October 19, 2017 Try this for bluetooth #1 Link to comment Share on other sites More sharing options...
Recommended Posts