cyberJack RFID komfort driver not found

I have a cyberJack RFID komfort USB-C card reader. Unfortunately, the driver isn’t recognized by the eID “Ausweisapp”. If I enter sudo killall pcscd and sudo /usr/sbin/pcscd -f in the terminal, the driver is recognized and the card reader works as expected. However, this only lasts until I restart the PC.

I then looked at the pcscd.service file and changed User=pcscd to # User=pcscd. Fedora 44 now starts with a security error message, but the card reader is recognized immediately.

This is certainly not a permanent solution that I discovered through trial and error.

Does anyone have any idea what the problem might be?

Did you try installing pcsc-cyberjack ?

That looks like an issue with a udev rule for the device not setting ownership correctly.

pcsc-cyberjack has already been installed.

Das Paket „pcsc-cyberjack-3.99.5final.SP16-2.fc44.x86_64“ ist bereits installiert.

Nichts zu tun.

If you take a look at lsusb with the device plugged in can you compare the device “ID vendor id:product id” values to what’s listed in /usr/lib/udev/rules.d/93-cyberjack.rules

If the values don’t match you can copy that file over '/etc/udev/rules.d/ and modify it to add your device.

sudo gpasswd -a pcscd cyberjack
sudo systemctl restart pcscd.service

Thank you so much for your help. The card reader is now recognized and working as expected.