thefloweringash / iousbhiddriver-descriptor-override

Fix broken USB HID descriptors. Now with Noppoo Choc Mini support!
http://thefloweringash.github.io/iousbhiddriver-descriptor-override
GNU Lesser General Public License v3.0
204 stars 25 forks source link

invalid signature #30

Open yangchenlarkin opened 8 years ago

yangchenlarkin commented 8 years ago

i tried to use kextutil on the kext like: sudo kextutil -v /System/Library/Extensions/IOUSBHIDDriverDescriptorOverride.kext

and the output is

Code Signing Failure: not code signed /System/Library/Extensions/IOUSBHIDDriverDescriptorOverride.kext appears to be loadable (not including linkage for on-disk libraries). Untrusted kexts are not allowed ERROR: invalid signature for ryangoulden.driver.IOUSBHIDDriverDescriptorOverride, will not load

by the way, i download the pkg: IOUSBHIDDriverDescriptorOverride-2016-03-29-687251f.pkg from: https://thefloweringash.com/iousbhiddriver-descriptor-override/downloads/

mztriz commented 7 years ago

Defaulting to kernel file '/System/Library/Kernels/kernel' Diagnostics for /Library/Extensions/IOUSBHIDDriverDescriptorOverride.kext: Code Signing Failure: not code signed /Library/Extensions/IOUSBHIDDriverDescriptorOverride.kext appears to be loadable (not including linkage for on-disk libraries). Untrusted kexts are not allowed ERROR: invalid signature for ryangoulden.driver.IOUSBHIDDriverDescriptorOverride, will not load

xiaokunx commented 7 years ago

need to disable the System Integrity Protection, follow instruction here.