Skip to content
New issue

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

make install fails with "Authenticating extension failed: Kext com.coresystems.DirectHW v1.6.1" #2

Open
aveach opened this issue Jul 27, 2023 · 1 comment

Comments

@aveach
Copy link

aveach commented Jul 27, 2023

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:
Screenshot 2023-07-27 at 12 51 27 PM

@joevt
Copy link

joevt commented Jul 27, 2023

Code signing is not something I've looked into. I usually have SIP disabled so it doesn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants