I recently updated from macOS Monterey 12.6.1 to 12.6.2, and since the update, the built-in SD card reader has stopped working. It was functioning perfectly on 12.6.1. I’ve tested multiple SD cards, but none are recognized. However, when I use an external SD card reader via USB 2.0, all the same cards mount and work without any issues.
Have you tried restarting your Mac? Restarting can help reload system drivers and fix certain issues. If the problem persists after restarting, try booting into Safe Mode by holding down the Shift key during startup. Once you’ve logged in, restart your Mac normally. This process can clear caches and rebuild the system’s driver database.
Here are three common solutions you can try:
- Reset the SMC (System Management Controller)
- Reset the NVRAM / PRAM
- Open Terminal and enter the following command to restart the USB card reader service. Then insert your SD card to see if it’s recognized:
sudo killall -STOP -c AppleUSBCardReader
Read to know more: How to fix SD card reader not working?