Search Criteria
Package Details: scl011 2.09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scl011.git (read-only, click to copy) |
---|---|
Package Base: | scl011 |
Description: | Binary driver for the SCM SCL011 (nPA / German eID) |
Upstream URL: | http://support.identiv.com/scl010-scl011/ |
Keywords: | driver smartcard |
Licenses: | custom |
Submitter: | Misery |
Maintainer: | Misery |
Last Packager: | Misery |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-30 06:51 (UTC) |
Last Updated: | 2017-02-13 08:35 (UTC) |
Dependencies (3)
- libusb-compat (libusb0AUR)
- pcsclite (pcsclite-gitAUR)
- scmccidAUR
Latest Comments
lukas.fink1 commented on 2023-06-16 12:03 (UTC) (edited on 2023-06-16 12:06 (UTC) by lukas.fink1)
In case you have issues with this driver or you prefer not to use a proprietary driver, you can also update the device firmware to version 1.20.
You can find out the current firmware version using
lsusb -vd 04e6: | grep bcdDevice
. Maybe older firmware versions work too, if the output of the above lsusb command contains aChipCard Interface Descriptor:
section. Firmware version 1.20 implements the CCID standard and is therefore compatible with the generic open source driver found in the ccid repo package.To update you have to use Windows, but it also works in a VM with USB passsthrough. You first have to install the corresponding Windows driver for the device and then execute the firmware update tool, both available at https://support.identiv.com/scl010-scl011/ .
egore911 commented on 2019-01-09 19:45 (UTC)
In my case the file was lacking the USB ID 0x5292 of my reader. I added it using the following patch, works flawless.
https://gist.github.com/egore/d295f9ebebe4d3abe0f37e9fe32fa40f
e0e293 commented on 2017-02-11 14:28 (UTC)
Dekar commented on 2016-10-14 18:07 (UTC)