0xFireWolf / RealtekCardReader

An unofficial Realtek PCIe/USB-based SD card reader driver for macOS
BSD 3-Clause "New" or "Revised" License
182 stars 18 forks source link

RTS522A Stopped working after inserting an old SD Card #31

Open username11384 opened 2 years ago

username11384 commented 2 years ago

Hello there. I have an RTS522A reader that was working. It used to work perfectly fine up until recently, when I inserted an old 2GB SDSC card to read, and the system froze, rebooted, and now the reader does not read cards anymore.

I swapped out the kext for the DEBUG version and put in the boot args msgbuf=10485760

Here is my dmesg log attached rtsx.log

Thank you very much! ~username11384

0xFireWolf commented 2 years ago

Your kernel log is incomplete. Based on your attached log, the driver tried every possible frequencies but was still not able to initialize the card. It seemed that the card does not respond to the initialization command, so the log contains multiple timeout errors. Is your SDSC card readable under other operating systems, such as Windows and Ubuntu?