RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1468771 - Cherry Smart Card Reader USB TC 1100 could not be identified
Summary: Cherry Smart Card Reader USB TC 1100 could not be identified
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ccid
Version: 6.9
Hardware: x86_64
OS: Linux
high
urgent
Target Milestone: rc
: ---
Assignee: Bob Relyea
QA Contact: Asha Akkiangady
URL:
Whiteboard:
Depends On:
Blocks: 1374441
TreeView+ depends on / blocked
 
Reported: 2017-07-07 21:11 UTC by Steffen Froemer
Modified: 2021-03-11 15:25 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-20 10:06:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
patch which solves this issue (713 bytes, patch)
2017-07-07 21:12 UTC, Steffen Froemer
no flags Details | Diff

Description Steffen Froemer 2017-07-07 21:11:27 UTC
Description of problem:

The Cherry Smart Card Reader USB TC 1100 is not usable as Reader for smartcards, as it is not recognised by the system.


Version-Release number of selected component (if applicable):
ccid-1.3.9-11.el6.x86_64

How reproducible:
Always

Steps to Reproduce:
1. install rhel-6.9
2. install ccid, pcsc-lite, opensc from EPEL for testing
3. start pcscd service
4. run opensc-tool -a

Actual results:
# opensc-tool -a
No smart card readers found.

Expected results:
# opensc-tool -a                                                                               
Using reader with a card: Cherry TC 1100 (OKCM0031411130415593851706133826) 00 00
3b:d2:18:02:c1:0a:31:fe:58:c8:0d:51

Additional info:

# patch < Info.plist_cherry_tc1100_rhel6.patch                                                 
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|--- /usr/lib64/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist        2016-11-07 19:18:34.000000000 +0100
|+++ Info.plist 2017-06-19 16:59:33.724010282 +0200
--------------------------
File to patch: /usr/lib64/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
patching file /usr/lib64/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist

# service pcscd restart                                                                        
Stopping PC/SC smart card daemon (pcscd):                  [  OK  ]
Starting PC/SC smart card daemon (pcscd):                  [  OK  ]

# opensc-tool -a                                                                               
Using reader with a card: Cherry TC 1100 (OKCM0031411130415593851706133826) 00 00
3b:d2:18:02:c1:0a:31:fe:58:c8:0d:51

Comment 2 Steffen Froemer 2017-07-07 21:12:06 UTC
Created attachment 1295406 [details]
patch which solves this issue


Note You need to log in before you can comment on or make changes to this bug.