Search Criteria
Package Details: pcsc-cyberjack 3.99.5_SP17-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pcsc-cyberjack.git (read-only, click to copy) |
|---|---|
| Package Base: | pcsc-cyberjack |
| Description: | PCSC Driver for Reiner SCT cyberjack Cardreaders |
| Upstream URL: | https://help.reiner-sct.com/de/support/solutions/articles/101000480008 |
| Licenses: | GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later |
| Conflicts: | ctapi-cyberjack |
| Replaces: | ctapi-cyberjack |
| Submitter: | sourceturner |
| Maintainer: | sourceturner |
| Last Packager: | sourceturner |
| Votes: | 48 |
| Popularity: | 0.038651 |
| First Submitted: | 2011-05-26 16:05 (UTC) |
| Last Updated: | 2025-11-27 21:03 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libusb (libusb-gitAUR)
- pcsclite (pcsclite-gitAUR)
Required by (1)
- ausweisapp (optional)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
Lxtharia commented on 2026-02-19 12:13 (UTC) (edited on 2026-02-19 12:13 (UTC) by Lxtharia)
My card reader had an ID that was missing in the udev rule. Device name:
Reiner SCT Kartensysteme GmbH cyberJack RFID basis contactless smartcard readerThis line needs to be added to the udev rule:
norse commented on 2025-11-28 06:58 (UTC)
Thanks :)
sourceturner commented on 2025-11-27 20:56 (UTC)
Given that the driver does not work without the udev rules, and REINER SCT support is not willing to fix this issue for the time being, I have updated this packages so that it installs the Debian udev rules file.
norse commented on 2025-11-27 19:09 (UTC) (edited on 2025-11-27 19:10 (UTC) by norse)
@Eike Yes, Ludovic clearly stated to me that he made the requirement for the pcscd group for pcscd version 2.4.0 early enough, and that the necessary rule files have to be provided by the producer of the readers (either directly or by the package that provide their drivers, i.e. this one). Furthermore, since the readers are not ccid, a separate file (the one below) is needed. There was a problem with upper and lower case characters in the ccid rule files anyway, which most probably has not been fixed yet, either.
In Debian sid / forky
I.e. the rule file is installed by the equivalent of this package.
Eike commented on 2025-11-27 18:59 (UTC)
I've talked to Ludovic Rousseau (pcsclite / ccid) that the change of pcscd to the group of the same name seems to have broken my arch linux setup and asked to add the Reiner SCT reader to the list of CCID readers (https://salsa.debian.org/rousseau/CCID/-/tree/master/readers?ref_type=heads)
He let me know that the reader is not declared CCID compliant (the same applies for https://ccid.apdu.fr/ccid/disabled.html#0x0C4B0x0500).
Not sure if this information has any value as I'm also a bit lost with the entire situation.
norse commented on 2025-11-27 18:43 (UTC) (edited on 2025-11-27 18:46 (UTC) by norse)
The thing was reported upstream (due to SEGV in pcscd at several places now over the duration of 4 weeks, because nobody wants to take responsibility for this). Reiner refuses to provide the file in their SP17.tar.bz2 file as long as the version of the pcscd in their supported main distributions is not being upgraded to 2.4.0. They do not consider Arch a main or supported distro. Once their distros are changed to 2.4.0, their package will provide the file (they say).
Standard debian 13 has pcscd 2.3.*, where the rule file is not needed. Or to be precise, where it needs not be absent.
Arch has pcscd 2.4.0 ! and the pcscd crashes with Reiner readers, if the file is not present.
That's why you have to look in the Debian packages for Debian sid or Debian forky (which have pcscd 2.4.0). The rule file is installed there.
The main developer at Reiner told me to speak to the maintainer of this package to provide the rules, just like Debian does for sid and forky.
sourceturner commented on 2025-11-26 23:24 (UTC)
Updated to version 3.99.5_SP17.
Regarding the udev rules: This should be reported upstream. The latest debian package does not contain those rules, either.
norse commented on 2025-11-14 14:26 (UTC) (edited on 2025-11-14 14:27 (UTC) by norse)
norse commented on 2025-11-14 14:19 (UTC) (edited on 2025-11-14 14:27 (UTC) by norse)
Version SP17 is available now on the Reiner SCT support page.
Furthermore (just like in the Debian "reference" package), the udev rule file
/lib/udev/rules.d/60-libifd-cyberjack6.rules
should be installed, because otherwise the pcscd will continue to crash.
I will provide the content of 60-libifd-cyberjack6.rules separately.
Eike commented on 2025-11-06 17:44 (UTC) (edited on 2025-11-06 17:45 (UTC) by Eike)
Somewhen witin the past few weeks the AusweisApp2 stopped recognizing the cyberJack RFID komfort. Not sure if it affects other readers or users. My solution was to add a udev rule for my device:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0c4b", ATTR{idProduct}=="0501", GROUP="pcscd"1 2 3 4 5 6 7 Next › Last »