-
Notifications
You must be signed in to change notification settings - Fork 12
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
SAT-SMART Driver fails to properly identify enclosure names for Realtek RTL9210 and other devices #8
Comments
On Tuesday January 07 2025 11:48:14 권순욱 wrote:
Can you add the above three enclosures to the SAT-SMART driver?
Thank you.
A priori yes, but in my experience it's a bit hit and miss when I add devices; sometimes the driver doesn't work anymore at all afterwards.
If you tested this and can provide a patch that's known to work I'll test it and include it if it works for me too.
|
Hi RJVB, Thank you for your response. I understand the potential risks of adding new devices to the SAT-SMART driver. To ensure smooth integration, I will test the driver with the proposed enclosures and provide a patch if everything works as expected. Please let me know if there are any specific guidelines or testing procedures you'd like me to follow when preparing the patch. I'll make sure to include all relevant logs and documentation to streamline the review process. Looking forward to collaborating on this! |
On Tuesday January 07 2025 20:54:12 권순욱 wrote:
Thank you!
Please let me know if there are any specific guidelines or testing procedures you'd like me to follow when preparing the patch. I'll make sure to include all relevant logs and documentation to streamline the review process.
You probably understood that I am not the original developer of this kext; I cannot remember exactly why I forked the source but it must have been when I was still running OS X 10.6! I'm still hanging on to OS X 10.9 at the moment but even there quite a few things have changed in how kexts are handled. For instance, I'm never perfectly certain if adding support for (recognition of) new devices requires changing only a plist or also of the actual source code.
To answer your question: please just document your understanding of why you had to make the changes you did, and what you did to test it. I think I've already manage to break the kext enough that none of my external devices was still recognised - but I probably don't need to ask you to check for that kind regression :)
R.
|
Description:
The SAT-SMART driver currently does not properly identify the enclosure names for certain devices, including those using the Realtek RTL9210 chipset and other similar configurations. These enclosures are marked as Unknown under Enclosure Name, even though they are SATSMARTCapable.
UX980 PRO:
SHARGE DISK:
RTL9210:
Can you add the above three enclosures to the SAT-SMART driver?
Thank you.
The text was updated successfully, but these errors were encountered: