Ticket #180 (new defect)

Opened 3 months ago

Problems with programming new card

Reported by: blwegrzyn Owned by: opensc-devel@…
Priority: normal Milestone:
Component: opensc Version: 0.11.4
Severity: normal Keywords:
Cc:

Description

I have cyberflex e-gate 32K Card from axalto. I followed the guide and it fails when I try to program the card.

Below is the shell console where you can see that reader is working and card is inserted:

blwegrzyn@blwegrzyn-laptop:~/Desktop/Stuff$ sudo opensc-tool -l Readers known about: Nr. Driver Name 0 pcsc OpenCT 00 00 1 openct CCID Compatible 2 openct Schlumberger E-Gate 3 openct OpenCT reader (detached) 4 openct OpenCT reader (detached) 5 openct OpenCT reader (detached) blwegrzyn@blwegrzyn-laptop:~/Desktop/Stuff$ sudo opensc-tool -a -r 2 3b:75:94:00:00:62:02:02:02:01 blwegrzyn@blwegrzyn-laptop:~/Desktop/Stuff$ sudo gpshell mode_201 mode_201 enable_trace enable_trace establish_context establish_context card_connect -readerNumber 2 card_connect -readerNumber 2 card_connect() returns 0x8010000C (No smart card inserted.) card_connect -readerNumber 1 card_connect -readerNumber 1 card_connect() returns 0x8010000C (No smart card inserted.) card_connect -readerNumber 1 card_connect -readerNumber 1 card_connect() returns 0x8010000C (No smart card inserted.) card_connect -readerNumber 0 card_connect -readerNumber 0 card_connect() returns 0x8010000C (No smart card inserted.)

the messages log during the card operations:

Aug 20 18:47:38 blwegrzyn-laptop last message repeated 3 times Aug 20 18:47:54 blwegrzyn-laptop kernel: [ 383.532043] usb 5-1.3: USB disconnect, address 4 Aug 20 18:48:16 blwegrzyn-laptop kernel: [ 393.348838] usb 5-1.3: new low speed USB device using uhci_hcd and address 5 Aug 20 18:48:17 blwegrzyn-laptop kernel: [ 393.366117] usb 5-1.3: configuration #1 chosen from 1 choice Aug 20 18:49:43 blwegrzyn-laptop pcscd: winscard.c:360:SCardConnect() Card Not Inserted Aug 20 18:50:11 blwegrzyn-laptop pcscd: winscard.c:360:SCardConnect() Card Not Inserted Aug 20 18:50:38 blwegrzyn-laptop last message repeated 2 times

Any ideas what is wrong. If I remove the card the log says: Aug 20 18:56:21 blwegrzyn-laptop kernel: [ 662.877759] usb 5-1.3: USB disconnect, address 5

and

blwegrzyn@blwegrzyn-laptop:~/Desktop/Stuff$ sudo opensc-tool -l Readers known about: Nr. Driver Name 0 pcsc OpenCT 00 00 1 openct CCID Compatible 2 openct OpenCT reader (detached) 3 openct OpenCT reader (detached) 4 openct OpenCT reader (detached) 5 openct OpenCT reader (detached) blwegrzyn@blwegrzyn-laptop:~/Desktop/Stuff$

thx

Note: See TracTickets for help on using tickets.