Comment 10 for bug 1175465

Revision history for this message
Edmund Laugasson (ed-lau) wrote : Re: Card reader - Alcor [058f:6362] didn't detect the eject of SD/MMC cards.

I can confirm the current bug under Ubuntu 14.04 LTS:
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"

# lsusb
Bus 002 Device 002: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Bus 003 Device 003: ID 058f:9520 Alcor Micro Corp. EMV Certified Smart Card Reader

More information about Alcor Micro AU9520 reader - http://pcsclite.alioth.debian.org/ccid/readers/AU9520.txt

Actually this bug is very annoying since Ubuntu 12.04 LTS at least....

Currently installed libccid in Ubuntu 14.04 LTS:

Last working version of libccid seems to be:
64-bit https://launchpad.net/ubuntu/oneiric/amd64/libccid/1.4.2-2
32-bit https://launchpad.net/ubuntu/oneiric/i386/libccid/1.4.2-2

I install (downgrade) it by command: dpkg -i libccid_1.4.2-2_i386.deb

Then I have to hold that downgraded package: echo libccid hold | dpkg --set-selections

... for checking: dpkg --get-selections libccid
... releasing again (if I want to upgrade to current again): echo libccid install | dpkg --set-selections