GertClaeskens / eid-mw

Automatically exported from code.google.com/p/eid-mw
GNU Lesser General Public License v3.0
0 stars 0 forks source link

SCARD_E_NOT_TRANSACTED: problem reading card on FC14 #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install on fedora 14 
2. insert card

What is the expected output? What do you see instead?
Upon inserting the card, the viewer flashes "read error"

System log says

May 12 22:52:07 sledge kernel: [46095.102068] usb 4-4: new low speed USB device 
using ohci_hcd and address 31
May 12 22:52:07 sledge kernel: [46095.250614] usb 4-4: New USB device found, 
idVendor=04fc, idProduct=0005
May 12 22:52:07 sledge kernel: [46095.250624] usb 4-4: New USB device strings: 
Mfr=0, Product=2, SerialNumber=0
May 12 22:52:07 sledge kernel: [46095.250632] usb 4-4: Product: USB 
OpticalWheel Mouse
May 12 22:52:07 sledge kernel: [46095.259162] input: USB OpticalWheel Mouse as 
/devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.0/input/input27
May 12 22:52:07 sledge kernel: [46095.259517] generic-usb 0003:04FC:0005.0019: 
input,hidraw0: USB HID v1.10 Mouse [USB OpticalWheel Mouse] on 
usb-0000:00:12.0-4/input0
May 12 22:55:20 sledge ifdhandler[15658]: usb_bulk failed: Connection timed out
May 12 22:55:20 sledge ifdhandler[15658]: ps_receive_from_ifd: failed: -1
May 12 22:55:20 sledge ifdhandler[15658]: ps_apdu_recv: failed
May 12 22:55:20 sledge pcscd: ifdwrapper.c:746:IFDTransmit() Card not 
transacted: 612
May 12 22:55:20 sledge pcscd: winscard.c:1673:SCardTransmit() Card not 
transacted: 0x80100016
May 12 22:55:20 sledge pcscd: winscard_svc.c:640:ContextThread() TRANSMIT 
rv=0x80100016 for client 3
May 12 22:56:43 sledge pcscd: winscard_svc.c:593:ContextThread() STATUS 
rv=0x80100069 for client 3
May 12 22:56:43 sledge ifdhandler[15658]: usb_bulk failed: Connection timed out
May 12 22:56:43 sledge ifdhandler[15658]: ps_receive_from_ifd: failed: -1
May 12 22:56:43 sledge ifdhandler[15658]: ps_apdu_recv: failed
May 12 22:56:43 sledge pcscd: ifdwrapper.c:746:IFDTransmit() Card not 
transacted: 612
May 12 22:56:43 sledge pcscd: winscard.c:1673:SCardTransmit() Card not 
transacted: 0x80100016
May 12 22:56:43 sledge pcscd: winscard_svc.c:640:ContextThread() TRANSMIT 
rv=0x80100016 for client 3

What version of the product are you using? On what operating system?

eid-mw-4.0.0-0.925.fc14.x86_64.rpm
eid-viewer-4.0.0-0.52.fc14.x86_64.rpm

on fedora 14 

Original issue reported on code.google.com by W.debor...@gmail.com on 12 May 2011 at 8:59

GoogleCodeExporter commented 9 years ago
It looks like you're running openct and pcsc-lite at the same time, and they 
are both attempting to access the card.

Could you stop openct and restart the pcsc-lite daemon:

# service openct stop
# service pcscd restart

.. and try again, please?

You can do this permanently using

# /sbin/chkconfig openct off

.. but our rpm postinstall script is supposed to have taken care of all that. 
I'm curious to why this has failed on your system.. Unless you installed openct 
manually after installing eid-mw?

WKR
Frank.

Original comment by fr...@apsu.be on 13 May 2011 at 9:48

GoogleCodeExporter commented 9 years ago
closed for lack of response

Original comment by fr4...@gmail.com on 18 Apr 2012 at 12:53