Jump to content

[SOLVED] Precision M6700: need help for audio


cbushjr56

Recommended Posts

I followed your post and I put the AppleHDA_IDT.kext in the /L/E and followed you instructions on repairing the permissions. I also get the following:

 

Last login: Tue Jul 25 18:47:44 on console
Charless-MacBook-Pro:~ charlie$ sudo chmod -Rf 755 /L*/E*
Password:
Charless-MacBook-Pro:~ charlie$ sudo chown -Rf 0:0 /L*/E*
Charless-MacBook-Pro:~ charlie$ sudo touch -f /L*/E*
Charless-MacBook-Pro:~ charlie$ sudo kextcache -Boot -U /
rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_IDT.kext
KernelCache ID: 5A1240B480F277C44BCA200F46CCF7E3
File at path '/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used
Child process /usr/sbin/kextcache[625] exited with status 77.
Error 107 rebuilding /System/Library/PrelinkedKernels/prelinkedkernel
Charless-MacBook-Pro:~ charlie$

 

 

Attached is a copy of my config.plist file.

config.plist.zip

Link to comment
Share on other sites

  • Administrators

When rebuilding your cache, if you're getting:
Child process /usr/sbin/kextcache[625] exited with status 77.
Error 107 rebuilding /System/Library/PrelinkedKernels/prelinkedkernel

repeat the sudo touch + sudo kextcache commands.

If the problem persists, remove the kernel cache files entirely before rebuilding the cache:

sudo rm -Rf /S*/L*/PrelinkedKernels
sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches
Link to comment
Share on other sites

×
×
  • Create New...