Ubuntu

Fix SD Card Reader not working after Ubuntu 16.04 upgrade

Fix SD Card Reader not working after Ubuntu 16.04 upgrade

This question came in from one of our readers, where the user upgraded their PC to Ubuntu 16.04 and found that the SD card reader in the laptop won't read any SD memory cards. It was working well before the upgrade. SD card reader was missing after the Ubuntu 16.04 upgrade.

This problem looked like an installation issue when the critical system files are being overwritten during an upgrade. Since this problem appeared after the update, it is accidental corruption of the system file, which in this case, is “udisks2”. Reinstalling this application fixed the issue. Here are the detailed instructions.

Fix SD Card Reader not working after Ubuntu 16.04 upgrade

STEP 1: Remove any SD card that is inserted into the SD card reader.

STEP 2: Launch 'Terminal'.

STEP 3: Run the following command to reinstall udisks2.

sudo apt-get install --reinstall udisks2

You will have to enter the root password to complete the re-installation.

STEP 4: After installation is complete, close 'Terminal' and reboots the PC.

STEP 5: Try inserting an SD card into the SD card reader slot. It should work now!

Did you run into this problem after Ubuntu 16.04 upgrade? Did this solution work for you?

How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...
Vulkan for Linux Users
With each new generation of graphics cards, we see game developers push the limits of graphical fidelity and come one step closer to photorealism. But...
OpenTTD vs Simutrans
Creating your own transport simulation can be fun, relaxing and extremely enticing. That's why you need to make sure that you try out as many games as...