Precision 7730 smart card reader does not work out of box
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pcsc-lite (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The Canonical certified smart card reader will not function until the following commands are run:
sudo mkdir /tmp/USH
cd /tmp/USH
sudo mkdir debs
cd debs
sudo wget https:/
sudo wget https:/
sudo wget https:/
sudo wget https:/
cd ..
sudo apt-get -f install -y
sudo apt purge lib-pcsc* pcscd* -y
sudo apt install ./debs/*.deb --install-
sudo tar xvfj ccid-*.tar.bz2
cd ccid-1.4.25/
./configure
sudo make
sudo make install
sudo cp src/92_
sudo systemctl restart pcscd
sudo systemctl status pcscd
sudo pcsc_scan
Additionally, the following commands, which do the same thing as the above in a cleaner way, do NOT resolve the issue in both the OEM and public image:
sudo apt install -y libpcsclite-dev libpcsclite1 pcscd pcsc-tools libusb-1.0-0 libusb-1.0-0-dev libccid libacsccid1
sudo systemctl restart pcscd
sudo systemctl status pcscd
sudo pcsc_scan
I have no idea what the "Precision 7730 smart card reader".
Can you add here the output of the "lsusb" command?