Ubuntu – internal card reader is not working

14.04card-readersd card

I have Dell vostro 3560 running on ubuntu 14.04, and it's card reader is not working.
Result of lsusb is

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 0c45:648b Microdia Integrated Webcam
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 138a:0011 Validity Sensors, Inc. VFS5011 Fingerprint Reader
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Best Answer

There is a very nice answer here.

To summarize:

$ sudo modprobe rts5139 to load the kernel module

On my system, this was sufficient to mount the SD card.

To make the change permanent, you can modify the configuration files as shown in the link.

Related Question