Realtek Card Reader Driver for macOS

October 25, 2022 ยท View on GitHub

Unleash the full potential of your SDXC UHS-I cards

Introduction

An unofficial macOS kernel extension for Realtek PCIe/USB-based SD card readers.
It uses the Linux driver as a reference implementation but is written from scratch and carefully designed for macOS to deliver the best performance.

Features

  • No compatibility layer
  • Supports SDSC/HC/XC cards
  • Supports the default and the high speed modes
  • Supports UHS-I SDR12/25/50/104 and DDR50 modes
  • Recognizable as a built-in card reader device*
  • Device-independent SD host driver stack

Notes:

Limitations

  • MMC cards are not supported
  • SD Express cards are not supported

Current Status

  • Last Updated: Oct 25, 2022
  • Reference: Linux Kernel 5.11
  • Driver Status: Pre-1.0 Beta (v0.9.7)
    • USB-based RTS5129, 5139 and 5179 card readers are now supported and should be working properly.
    • I/O performance and the overall driver stability are of the most concern at this moment.
  • Known Issues: Link

Supported Systems

  • macOS Monterey
  • macOS Big Sur
  • macOS Catalina
  • macOS Mojave

Notes:

  • Other systems are not tested yet.

Supported Devices

SeriesDevice IDNameSupportedSinceStatus
51X90x0BDA0129RTS5129 USB 2.0/3.0 Card ReaderYes0.9.5Issues
51X90x0BDA0139RTS5139 USB 2.0/3.0 Card ReaderYes0.9.5Issues
51X90x0BDA0140RTS5179 USB 2.0/3.0 Card ReaderYes0.9.5Issues
52090x10EC5209RTS5209 PCI Express Card ReaderYes0.9.1Issues
52270x10EC5227RTS5227 PCI Express Card ReaderYes0.9.3Issues
52270x10EC522ARTS522A PCI Express Card ReaderYes0.9.3Issues
52280x10EC5228RTS5228 PCI Express Card ReaderNot YetN/AIssues
52290x10EC5229RTS5229 PCI Express Card ReaderYes0.9.1Issues
52490x10EC5249RTS5249 PCI Express Card ReaderYes0.9.0Issues
52490x10EC524ARTS524A PCI Express Card ReaderYes0.9.0Issues
52490x10EC525ARTS525A PCI Express Card ReaderYes0.9.0Issues
52600x10EC5260RTS5260 PCI Express Card ReaderYes0.9.6Issues
52610x10EC5261RTS5261 PCI Express Card ReaderNot YetN/AIssues
84110x10EC5286RTL8402 PCI Express Card ReaderYes0.9.2Issues
84110x10EC5287RTL8411B PCI Express Card ReaderYes0.9.2Issues
84110x10EC5289RTL8411 PCI Express Card ReaderYes0.9.2Issues

Notes:

  • By design, all listed devices are supported, and devices that have the same series share most of the controller code.
  • RTS525A has the highest priority than other chips, because that's the only chip available for me to test the driver.
  • If a device's support status is "Not Yet", its controller is not implemented yet.
  • Other Realtek USB card readers (e.g., RTS5138) conform to the USB Attached SCSI (UAS) protocol and therefore may be supported by the native driver.

Downloads

Boot Arguments

Please refer to this dedicated page to see all boot arguments.

Questions, Issues and Documentation

Users

Please read FAQs and Known Issues carefully before asking any questions.
Please use the issue template before submitting any code-level issues.
Please clearly indicate your chip model, device ID and revision number and attach the kernel log in your issue.
Please make sure that your kernel log is complete. Issues without any details will be closed and left unanswered.

Developers

You are welcome to submit pull requests to improve this driver.
Please read the code documentation to understand how each class/function is related to the Linux driver code and how to add support for other listed devices.
A detailed port note will be available later.

Discussion

A discussion thread is available on InsanelyMac.

Support

Writing a driver from scratch is hard and time consuming.
If you would like to support my work, please consider a donation.

Donate

References

Credits

Acknowledgements

I would like to acknowledge the following beta testers without whom support for USB-based card readers won't be available.

  • m0d16l14n1 for testing unstable, experimental builds to capture and fix a large number of issues.
  • Sherlocks for testing early builds to debug the timeout issues.
  • whatnameisit for testing early builds to debug the hardware initialization issues.
  • gnpaone for providing multiple comprehensive bug reports.

License

This project is licensed under BSD-3-Clause.
Copyright (C) 2021 FireWolf @ FireWolf Pl. All Rights Reserved.