kingeaglewang
kingeaglewang
Maybe the situation is hard to duplicate. But if you make a function like next button to switch to next video. This problem happens very often. Once you click the...
I have a Apple Developer ID now. How can I do to build this driver successfully ? Thanks.
Because the device I use is not in the support list, I would like to modify the code. Sorry for this crazy thinking.
Thanks for helping solve this build error. Although I have tried my best to read what you modify with previous version, I still don't know why this error is gone....
Sorry for asking about the makefile. The previous version for copying SATSMARTLib.plugin is to /System/Library/Extensions, but this version is to /Library/Extensions. Does this affect for installing kext ? Thanks
Compile is successful, but when I want to install the kernel extension, there is an error. After this command: sudo kextutil -t /tmp/SATSMARTDriver.kext The following is shown in the Terminal....
I have already disabled SIP and the permission is also root:wheel. (drwxr-xr-x 3 root wheel 102 12 7 09:19 SATSMARTDriver.kext) But I still have the above error. After I modify...
Thanks alvarnell. After this command `csrutil enable --without kext`, the `_csrutil status_ ` will be like following. system Integrity Protection status: enabled (Custom Configuration). Configuration: Apple Internal: disabled Kext Signing:...
Sorry, I find what is wrong. In my /tmp/SATSMARTDriver.kext/ there is one more SATSMARTDriver.kext. It should be only a Contents. After I delete it SATSMARTDriver.kext in the /tmp/SATSMARTDriver.kext/, the install...
I read the /var/log/system.log, but there is no message pop out when I install SATSMARTDriver.kext. `ioreg | grep SATSMARTDriver` nothing is returned. However, `kextstat | grep SATSMARTDriver` returns the following....