Install Smart Card Driver in Fedora
Hi
My computer is a Dell Latitude 6430u, and the O2Micro OZ77CR6
Smart Card reader is not available.
Has anyone encountered the same situation?
Hi
My computer is a Dell Latitude 6430u, and the O2Micro OZ77CR6
Smart Card reader is not available.
Has anyone encountered the same situation?
you can find your SmarCard Smartcards, here
First you should be sure that your system detect your smart card :
open a terminal and type the follow :
lsusb
install opensc (OpenSC provides a set of libraries and utilities to work with smart cards) :
sudo dnf install opensc ccid pcsc-lite pcsc-tools
enable the systemd
process daemon :
sudo systemctl enable pcscd # enable at boot
sudo systemctl start pcscd # start the process
sudo systemctl status pcscd # verify the status
insert the card :
sudo pcsc_scan
check the lector :
opensc-tool -l
¿Card Available?
opensc-tool -an
We can read the content?
pkcs11-tool -L
in firefox preference -> privacy and security -> certificates -> security devices, you can see your device
Regards.,
Asked: 2018-07-18 18:34:32 -0500
Seen: 2,317 times
Last updated: Jul 19 '18