Skip to content

Instantly share code, notes, and snippets.

@enricodeleo
Created June 22, 2015 07:13
Show Gist options
  • 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
@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