Talk:Common Access Card
Smartcard information
It seems likely, since CACs are a subset of smartcards, they should be a subsection of a smartcard page. Providing more than just CAC information to that page as a subset would probably require more smartcard users (outside CAC) to flesh out other "types" :) --Enckse (talk) 21:04, 12 September 2016 (UTC)
pcsc-tools information
The information around pcsc-tools can be used for more than just CAC cards (hence having a page about smartcards, maybe). It would be useful to list a set of debugging steps or flow for figuring out problems using such tools. --Enckse (talk) 21:06, 12 September 2016 (UTC)
supported readers
The CCID and/or pcsc projects contain information about supported readers. It seems likely, when reading this page, if something is in pcsc/ccid as supported and does not work it should be documented AND if something is in pcsc/ccid as not supported(missing) and does work - that should be documented. Calling out a subset because users have used them is going to make it hard to determine what is or isn't supported --Enckse (talk) 21:20, 12 September 2016 (UTC)
created a smart card reader specific page
https://wiki.archlinux.org/index.php/Smartcards --nTia89 (talk) 17:54, 5 August 2017 (UTC)
coolkey
I was unable to login into the VA VPN gateway using opensc-pkcs11.so (received several errors regarding ssl errors), but when I switched to coolkey it resolved my issues. Please see https://militarycac.com/linux.htm —This unsigned comment is by Ardy (talk) 15:52, 22 February 2020 (UTC). Please sign your posts with ~~~~!
- This is correct. Install coolkey from the AUR and use libcoolkeypk11.so in /usr/lib/pcks11 rather than opensc-pkcs11.so. It resolves issues with many DoD sites. —This unsigned comment is by Arch-Graham (talk) 03:25, 1 June 2020 (UTC). Please sign your posts with ~~~~!
VMWare doesn't work on fresh install with uneducated solution
Currently vmware on a fresh install is throwing.
2024-12-29 19:53:05.689-05:00: vmware-view 14138| Could not open module /usr/lib/vmware/view/pkcs11/libopenscpkcs11.so: /usr/lib/vmware/libcrypto.so.3: version `OPENSSL_3.4.0' not found (required by /usr/lib/vmware/view/pkcs11/libopenscpkcs11.so)
This seems to fix it.
sudo ln -sf /usr/lib/libcrypto.so.3 /usr/lib/vmware/libcrypto.so.3
sudo ln -sf /usr/lib/libssl.so.3 /usr/lib/vmware/libssl.so.3
I dont want to update the wiki as I am completely clueless on how this magic scripts works.
—This unsigned comment is by Lennon (talk) 01:04, 30 December 2024 (UTC). Please sign your posts with ~~~~!