-
Notifications
You must be signed in to change notification settings - Fork 76
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
Need arm64e on M1 device #77
Comments
I installed from https://binaryfruit.com/drivedx/usb-drive-support All my external USB HDs are supported. |
Hi @macuserguru, I have installed the same exact driver on Mac Mini, Monterey 12.4 but Disk Utility says On $ lipo -info /Library/Extensions/SATSMARTLib.plugin/Contents/MacOS/SATSMARTLib
Architectures in the fat file: /Library/Extensions/SATSMARTLib.plugin/Contents/MacOS/SATSMARTLib are: x86_64 arm64 |
Delete all kext as you can read here, reboot and install then new Run both versions of rm to remove older versions - and search for certainty for SATSMARTDriver.kext and SATSMARTLib.plugin in your system after you have delete. UNINSTALL INSTRUCTIONS
On old versions of macOS – type following commands (in Terminal.app):
|
I have removed the files, and rebooted the computer. After reboot, $ kmutil showloaded|grep "binaryfruit"
No variant specified, falling back to release When I run Then I have installed new file which I have downloaded (from "for macOS 11 and Apple Silicon ") and rebooted again. $ kmutil showloaded|grep "binaryfruit"
No variant specified, falling back to release
238 0 0xfffffe0006f187f0 0x4000 0x4000 com.binaryfruit.driver.SATSMARTDriver (0.10.3) .... The error stays same when I run
|
What are your settings in I use 'App Store and verified developers' |
Same for me. I did the security update from recovery mode also, Apple Silicon 3rd party kext |
lipo -info /Library/Extensions/SATSMARTLib.plugin/Contents/MacOS/SATSMARTLib 2022-07-15 19:07:09.145 xcodebuild[1924:19065] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore |
Have you Xcode and Rosetta 2 installed? |
Did you see USB HD Drives in DriveDX? |
I got the same thing but I don't understand why you don't get the error because the plugin did not compile with
For example, $ lipo -info /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2D
Architectures in the fat file: /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2D are: x86_64 arm64e The From Apple documentation,
|
Both are installed. |
Download the new DriveDX.app from https://binaryfruit.com/drivedx - this include a SATSMART too. |
Actually, I already installed the application from that link and the driver was in it. It didn't work. In my humble opinion, the |
I use DriveDX 1.11.0 direct downloaded from https://binaryfruit.com/drivedx In the DriveDX 1.11.0 app-package are included two SMART driver 0.10 versions |
Delete all this drivers, reboot, download this version 'for macOS 11 and Apple Silicon' and install this |
Look for registrated .kext .dext
|
I believe
In my humble opinion, the problem is related to the arm64 build. On my Intel Mac, S.M.A.R.T. is verified, Disk Utility CLI works also. I think you should see error message when you run |
But this is irrelevant for the display of the USB hard disk in DriveDX! Or with SmartReporter: With both DriveDX and SmartReporter I could see S.M.A.R.T. values from external hard-disks. |
I have installed BinaryFruit's SAT SMART Driver, when I run
diskutil info
, I got the error below,Shorter version,
I think the kext does not support arm64e architecture. Is anyone came across with this error?
The device is Mac Mini 2020.
The text was updated successfully, but these errors were encountered: