Package Details: scmccid 5.0.35-6

Git Clone URL: https://aur.archlinux.org/scmccid.git (read-only, click to copy)
Package Base: scmccid
Description: Binary driver for the SCM smart card readers
Upstream URL: https://www.scm-pc-card.de/driver
Keywords: driver smartcard
Licenses: custom:proprietary
Submitter: noalwin
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 11
Popularity: 0.147843
First Submitted: 2009-11-06 13:56 (UTC)
Last Updated: 2025-10-31 14:33 (UTC)

Pinned Comments

vitaliikuzhdin commented on 2025-10-31 13:59 (UTC)

Since 5.0.35-6, the package no longer installs to /usr/local but instead hexpatches hardcoded paths to comply with the Arch FHS. As of this version, scmccid.ini is now located at /usr/lib/identiv/ini/scmccid.ini.

Please test and share any feedback, as I don’t own any devices that require this myself.

Latest Comments

1 2 Next › Last »

vitaliikuzhdin commented on 2025-10-31 13:59 (UTC)

Since 5.0.35-6, the package no longer installs to /usr/local but instead hexpatches hardcoded paths to comply with the Arch FHS. As of this version, scmccid.ini is now located at /usr/lib/identiv/ini/scmccid.ini.

Please test and share any feedback, as I don’t own any devices that require this myself.

danielponte01 commented on 2025-08-06 18:01 (UTC)

Upstream URL is wrong. Must be change to 'https://scm-pc-card.de/'

egore911 commented on 2019-01-09 19:41 (UTC)

I used the following patch to make it work

https://gist.github.com/egore/c2722f77e7d6d7345414b2094d00e4f0

vosskaem commented on 2017-09-18 07:48 (UTC)

The download seems no longer available: curl: (22) The requested URL returned error: 403 Forbidden ==> ERROR: Failure while downloading http://files.identiv.com/products/smart-card-readers/contact/scr3310v2/uTrust_Linux.tar.gz Aborting... A binary driver can be found here: http://www.scm-pc-card.de/index.php?page=download&function=show_downloads&lang=en&category_id=46&p=SCR uTrust SCR3500 A SmartFold contact reader&c=SmartCard (SCR)&product_id=922

Atte commented on 2016-09-22 06:32 (UTC) (edited on 2016-09-22 06:33 (UTC) by Atte)

Thanks for the heads up! The build script was checking the wrong variable. I've fixed the issue now.

rayman2200 commented on 2016-09-22 06:23 (UTC)

The installation script is somehow buggy. I can install it, but I get on my 64bit system the 32bit package installed. Removing the whole block if [ "$arch" = "x86_64" ]; then tar xvf "scmccid_${pkgver}_linux_64bit.tar.gz" else tar xvf "scmccid_${pkgver}_linux.tar.gz" fi and just using the following line, fix the problem. tar xvf "scmccid_${pkgver}_linux_64bit.tar.gz" rayman2200@ray-server ~ % uname -a Linux ray-server 4.7.4-1-ARCH #1 SMP PREEMPT Thu Sep 15 15:24:29 CEST 2016 x86_64 GNU/Linux

Atte commented on 2013-09-19 12:28 (UTC)

I adopted the package and updated it to the latest available version.

noalwin commented on 2013-02-05 22:05 (UTC)

I orphaned it, feel free to adopt it.

Maxr commented on 2013-01-27 20:14 (UTC)

New version: 5.0.21 http://www.identive-infrastructure.com/products-solutions/smart-card-readers-a-terminals/smart-card-readers/scr3310#downloads

noalwin commented on 2010-11-01 13:17 (UTC)

Doesn't seem to work now. I'll orphan the package and switch to the open source driver.