Hi, I have neither a Gemplus card nor your reader but I assume your reader is not a stateless-reader (or your port driver or something else) and one of those entities keep some state-info and they are not aware of your invalidation of the consumer program's state.
Most liekly (I am quite sure) you have to restart or reset your driver module for your reader as it has an invalid state; Use "modprobe -r driver-module" resp "modprobe -s driver-module" (or other variants using insmod and rmmod) if your driver module is a loadable kernel module. I hope this helps --- "DeTerra, David J" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a custom Card Service written for a Javacard > applet on a GemXpresso V3 card using a Gemplus > GEMPC430 Card reader on Linux > > My problem is that after doing an abort during the > middle of my app (Ctrl-C), if I then remove the card > and re-insert it in the reader, I get returned a 6F > 00 error. I realize this is a SW_UKNOWN error, but > prior to the abort shutdown, my app works perfectly. > Also, I am only doing read commands and not writing > anything to the card itself. I am a little puzzled > since I don't really see any reason for data > corruption, and the fact that it works fine prior to > the abort also has me clueless. > > Prior to the abort, I can insert the card and remove > it as much as I want and things still work fine. > > Does anyone have any idea what might be causing this > behavior? > > David > > > --- > > Visit the OpenCard web site at > http://www.opencard.org/ for more > > information on OpenCard---binaries, source code, > documents. > > This list is being archived at > http://www.opencard.org/archive/opencard/ > > ! To unsubscribe from the [EMAIL PROTECTED] > mailing list send an email > ! to > ! > [EMAIL PROTECTED] > ! containing the word > ! unsubscribe > ! in the body. > __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
