We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to install @joevt's fork and when I try to make install DirectHW I get this failure:
sudo kextunload -v /Library/Extensions/DirectHW.kext || : Executing: /usr/bin/kmutil unload -p /Library/Extensions/DirectHW.kext Error Domain=KMErrorDomain Code=3 "Error occurred unloading extensions: Missing extension with identifier com.coresystems.DirectHW : Authenticating extension failed: Kext com.coresystems.DirectHW v1.6.1 in executable kext bundle com.coresystems.DirectHW at /private/var/db/KernelExtensionManagement/Staging/com.coresystems.DirectHW.USttIj/DirectHW.kext: Authenticating extension failed: Bad code signature" UserInfo={NSLocalizedDescription=Error occurred unloading extensions: Missing extension with identifier com.coresystems.DirectHW : Authenticating extension failed: Kext com.coresystems.DirectHW v1.6.1 in executable kext bundle com.coresystems.DirectHW at /private/var/db/KernelExtensionManagement/Staging/com.coresystems.DirectHW.USttIj/DirectHW.kext: Authenticating extension failed: Bad code signature} sudo kextload -v /Library/Extensions/DirectHW.kext Executing: /usr/bin/kmutil load -p /Library/Extensions/DirectHW.kext Error Domain=KMErrorDomain Code=29 "Authenticating extension failed: Kext com.coresystems.DirectHW v1.6.1 in executable kext bundle com.coresystems.DirectHW at /private/var/db/KernelExtensionManagement/Staging/com.coresystems.DirectHW.f9aSuH/DirectHW.kext: Authenticating extension failed: Bad code signature" UserInfo={NSLocalizedDescription=Authenticating extension failed: Kext com.coresystems.DirectHW v1.6.1 in executable kext bundle com.coresystems.DirectHW at /private/var/db/KernelExtensionManagement/Staging/com.coresystems.DirectHW.f9aSuH/DirectHW.kext: Authenticating extension failed: Bad code signature} make: *** [install] Error 29
Mac info:
The text was updated successfully, but these errors were encountered:
Code signing is not something I've looked into. I usually have SIP disabled so it doesn't matter.
Sorry, something went wrong.
No branches or pull requests
Trying to install @joevt's fork and when I try to make install DirectHW I get this failure:
Mac info:
The text was updated successfully, but these errors were encountered: