cyberjack smartcardreader does not get correct permission

Bug #976872 reported by Thomas Stegbauer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pcsc-cyberjack (Ubuntu)
New
Undecided
Unassigned

Bug Description

I have a cyberjack ecom smartcardreader.
But the corresponding serialdevice gets group ownership of dialout, instead of pcscd.
Also moving /lib/udev/rules.d/40-libifd-cyberjack6.rules to /lib/udev/rules.d/51-libifd-cyberjack6.rules
or moving to /etc/udev/rules.d/99-libifd-cyberjack6.rules does not change the behaviour.

also pcsd does not recognize the reader, even after

cyberjack addflags 0x100000
or
cyberjack addflags 0x20000
solved my problem.

best regards
thomas

Bus 002 Device 010: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack e-com/pinpad

but
ls -la /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Apr 9 00:26 /dev/ttyUSB0
ls -al /dev/serial/by-id/usb-Reiner_-_SCT_cyberJack_ecom-if00-port0
lrwxrwxrwx 1 root root 13 Apr 9 00:26 /dev/serial/by-id/usb-Reiner_-_SCT_cyberJack_ecom-if00-port0 -> ../../ttyUSB0

/lib/udev/rules.d/40-libifd-cyberjack6.rules
# If not adding the device, go away
ACTION!="add", GOTO="cyberjack_rules_end"
SUBSYSTEM!="usb", GOTO="cyberjack_rules_end"
ENV{DEVTYPE}!="usb_device", GOTO="cyberjack_rules_end"

ATTR{idVendor}=="0c4b", ATTR{idProduct}=="0100", MODE="660", GROUP="pcscd"
ATTR{idVendor}=="0c4b", ATTR{idProduct}=="0300", MODE="660", GROUP="pcscd"
ATTR{idVendor}=="0c4b", ATTR{idProduct}=="0400", MODE="660", GROUP="pcscd"
ATTR{idVendor}=="0c4b", ATTR{idProduct}=="0500", MODE="660", GROUP="pcscd"
ATTR{idVendor}=="0c4b", ATTR{idProduct}=="0501", MODE="660", GROUP="pcscd"

# All done
LABEL="cyberjack_rules_end"

/lib/udev/rules.d/50-udev-default.rules
# do not edit this file, it will be overwritten on update

KERNEL=="pty[pqrstuvwxyzabcdef][0123456789abcdef]", GROUP="tty", MODE="0660"
KERNEL=="tty[pqrstuvwxyzabcdef][0123456789abcdef]", GROUP="tty", MODE="0660"

# serial
KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", GROUP="dialout"

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libifd-cyberjack6 3.99.5final.SP02-1
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14
Uname: Linux 3.2.0-22-generic-pae i686
ApportVersion: 2.0-0ubuntu4
Architecture: i386
Date: Mon Apr 9 00:28:44 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: pcsc-cyberjack
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Thomas Stegbauer (uc-tho4ah-f0) wrote :
Revision history for this message
Thomas Stegbauer (uc-tho4ah-f0) wrote :

hm, i have installed libifd-cyberjack6, not pcsc-cyberjack

Revision history for this message
Thomas Stegbauer (uc-tho4ah-f0) wrote :

Hi,

i seems it depends on the smartcardreader.

i tried i ReinerSCT Secoder 0c4b:04100
it connected and worked immediatly, there is no /dev/ttyUSB0 device

so it seams to be a problem of the driver.

any ideas?
thomas

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.