Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.42 KB

bit4id-minilector-evo.md

File metadata and controls

51 lines (39 loc) · 1.42 KB

bit4id minilector evo

issue

  • driver from bit4id actually doesn't work on Ubuntu 64bit cause the driver is a 32bit version

solution

  • install standard ubuntu card reader drivers
  • edit /usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist and add your usb vid:pid ( look at lsusb before and after usb connection )
    • append your vid string into ifdVendorID ( mine is 0x0424 )
    • append your pid string into ifdProductID ( mine is 0x1104 )
    • append your product friendly name into ifdFriendlyName

resulting Info.plist should look like follow:

        <key>ifdVendorID</key>
        <array>
                <string>0x072f</string>
...
                <string>0x072f</string>
                <string>0x0424</string>
        </array>

        <key>ifdProductID</key>
        <array>
                <string>0xb301</string>
...
                <string>0x90ce</string>
                <string>0x1104</string>
        </array>

        <key>ifdFriendlyName</key>
        <array>
                <string>ACS ACR32 ICC Reader</string>
...
                <string>IRIS SCR21U</string>
                <string>Minilector EVO</string>
        </array>
  • restart card reader service service pcscd restart

test

before to login with your card try the simple read test

pkcs15-tool --list-info