Giter VIP home page Giter VIP logo

directhw-bigsur's Introduction

Direct Hardware driver and library for macOS Big Sur 11.X.

Consists of 2 parts:

  • The user space library
  • The kernel space driver

directhw-bigsur's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

directhw-bigsur's Issues

cannot make DirectHW in macOS 11.4

the output of make directhw in DirectHW-BigSur-master as below:

xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master % make directhw
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C DirectHW
if [ ! -r .patched ]; then
test uname -r | cut -f1 -d\. -lt 10 &&
patch -p0 < DirectHW-i386-only.diff || echo "Not patching.";
fi
touch .patched
xcodebuild -alltargets
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -alltargets

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 084a6894afb60c29ce820142f894525a
Build description path: /Users/xueshanzhang/Downloads/DirectHW-BigSur-master/DirectHW/build/XCBuildData/084a6894afb60c29ce820142f894525a-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'KEXT' from project 'DirectHW')
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'libDirectHW' from project 'DirectHW')
** BUILD FAILED **

make[1]: *** [build] Error 65
make: *** [directhw] Error 2
xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master %

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.