Skip to content

Instantly share code, notes, and snippets.

@enricodeleo
Created June 22, 2015 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enricodeleo/d70c524f7c1d0f2505de to your computer and use it in GitHub Desktop.
Save enricodeleo/d70c524f7c1d0f2505de to your computer and use it in GitHub Desktop.
Reload SD Card reader on OS X
sudo kextunload /System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCardReader.kext;
sudo kextload /System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCardReader.kext
@ebertek
Copy link

ebertek commented Apr 26, 2020

Have you found a way to do this in Catalina? My MBA's card reader stops working after a few hours of uptime (it works great after a reboot). Before 10.15 I was able to fix this with these commands, but now I just get an error message (I have SIP turned off):

(kernel) Can't remove kext com.apple.driver.AppleUSBCardReader; services failed to terminate - 0xe00002c7.
Failed to unload com.apple.driver.AppleUSBCardReader - (iokit/common) unsupported function.

@enricodeleo
Copy link
Author

Sorry @ebertek unfortunately I changed my MB and not followed what happened with recent updates. I think it changed the way it manages IO under the hood but I haven't any clue or way to reproduce it

@tristanlatr
Copy link

Hello,

Anyone found a fix for this commands on Catalina ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment