The controller chipset in question, the ASM1153E, is designed to support UASP (USB Attached SCSI Protocol). This indicates that, in theory, it should function as expected.
However, to ensure compatibility and reliability, you will need to install the SAT SMART driver, which can be found in a previous post linked by Binary Fruit. It is also important to note the evolving landscape of driver management in macOS.
Third-party developers have historically relied on KPIs (Key Performance Indicators) for drivers and various functionalities within kernel extensions. However, there is a significant shift taking place as these kernel extensions are progressively being replaced by System Extensions.
This shift represents a significant change in how operating systems are designed to handle these functionalities. As for the future, there are uncertainties regarding the longevity of the current solutions in upcoming macOS versions, such as macOS 26, known as Tahoe.
It is unclear whether the existing setup will remain effective or if an updated alternative, specifically a system extension, will be provided to replace the kernel extension versions that are being phased out. This means that users should remain vigilant for updates and consider potential long-term implications for their current setups, particularly as the operating system evolves.
Leave a Reply