Kayla,
Use of a Department of Defense (DoD) Common Access Card (CAC) on a personal computer operating on Windows 7 or later. 1.2 Getting Started. To get started, you will need: a. Windows 7 or later installed on thecomputer. Windows-compatible smart card reader c. Administrative Privileges onWindows 1.3 Operating Systems. So, you are a government employee AND a Linux geek. It is possible to use your smart card to access DOD CAC Card enabled sites. A must do project for the Linux geek in you. I’m doing this with an IOGEAR GSR202 and it will work with a lot of other CAC Card readers as well. Also I’m using Ubuntu 18.04.
We should really be dealing with this through our support email ( support@thursby.com ) or telephone ( 817-478-5070 ).I'd like to know what type of card reader you're using. Make and Model can be found on the reader. To find the Firmware version, choose Apple Menu > About This Mac > More Info, then click USB, and then click the Smart Card Reader, and the firmware will be listed in the bottom of that screen. It should look like this:
Under 'Annotate' from the top menu has 'signature' with no option of my attacted CAC card. Under Annotate-Form-Signature. Places a signature box on the page but when I save and reopen there is no option to sign with my CAC. I do have a CAC with reader pluged in and a green light on the reader. We've had several comments about the IOGEAR GSR202. One of our customers sent us one of the readers that doesn't work. We spent some time working with it, and this is what we found. For identification purposes, our reader has a Product ID of 0x9540 and a vendor ID of 0x058f.
Iogear Cac Card Reader Not Working
- Smart Card Reader Firmware and Details
- reader firmware.png (84.56 KiB) Viewed 19272 times
You can either post replies here or email our support department.
CarlWe've had several comments about the IOGEAR GSR202. One of our customers sent us one of the readers that doesn't work. We spent some time working with it, and this is what we found.
For identification purposes, our reader has a Product ID of 0x9540 and a vendor ID of 0x058f. To see the same information on your reader, open System Profiler ( from the Utilities folder ), select USB, and then select the card reader. You should see something like this:
- IOGEAR GSR202 viewed in System Profiler ( Mac OS X v10.6.8 )
- IOGEAR GSR202 Profile.png (76.26 KiB) Viewed 52561 times
How To Use Iogear Cac Reader
- pcscd[27]: Non-smartcard device launched pcscd [Vendor: 0X58F, Product: 0X9540]
- Make a backup of the file the file /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist.
- Edit the file above ( I used 'vi' ).
- At the bottom of the section <key>ifdFriendlyName</key>, add a Friendly Name for the reader:
- <string>Alcor Micro, Corp. 0x9540</string>
- At the bottom of the section <key>ifdProductID</key>, add a Product ID for the reader:
- <string>0x9540</string>
- At the bottom of the section <key>ifdVendorID</key>, add a Vendor ID for the reader.
- <string>0x058F</string>
- Save the file and get pcscd to refresh ( sudo killall pcscd, unplug the reader, and then connect it again ).
Iogear Cac Card Reader
Now, the reader works! This solution ( at least for me ) has the side effect of the following line a few times every second:- Dec 14 15:44:04 carl com.apple.securityd[23]: /SourceCache/SmartcardCCID/SmartcardCCID-35253/ccid/ccid/src/commands.c:945:CmdGetSlotStatus Card absent or mute
If you have any other suggestions, please let me know.
Carl