Kext not getting updated with kextcache
Kext not getting updated with kextcache
- Subject: Kext not getting updated with kextcache
- From: simran charley <email@hidden>
- Date: Tue, 16 Dec 2014 14:46:05 +0530
Hello All,
I have a USB driver. Prior to Mac OSx 10.10 whenever I copy the kext with new one at location "/Library/Extension" it works perfectly.
From Mac OSx 10.10.1 update whenever I replacing latest kext the old get kext get referred by the system. Even after restart of system old kext gets loaded.
I am programatically copying the kext,
Also I am executing a command "sudo touch /Library/Extension" when copying done.
Tried many things like changing Bundle version and Bundle short string version.
Executing commands:
"sudo kextcache -prelinked-kernel /System/Library/Caches/com.apple.kext.caches/startup/kernelcache -k /System/Library/Kernels/kernel /System/Library/Extensions /Library/Extension"
here, after restart system should consider new kext to load which is not happening here.
Am I doing something wrong here?
Is it related to prelinked kernel?
What should I do to overcome from this issue?
Thanks,
Simran.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden