Hi 
You must start the pcsc daemon before you start your application!

----- Original Message ----
From: fineliuhai <[EMAIL PROTECTED]>
To: "Muscle@lists.musclecard.com" <Muscle@lists.musclecard.com>
Sent: Monday, May 12, 2008 1:14:35 PM
Subject: [Muscle] How to start 'pcscd' on arm-linux?


 The code is:
 
***************************************************************************
 
  printf("Testing SCardEstablishContext    : ");
  rv = SCardEstablishContext( SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext );
  printf("%s\n", pcsc_stringify_error(rv));
  if ( rv != SCARD_S_SUCCESS ) {
    printf("SCardEstablishContext error : rv = 0x%1x", rv);
    return -1;
  }
 
*************************************************************************** 
 
 The return information on Arm is:
 
***************************************************************************
 
 Testing SCardEstablishContext    : Service not available.
 SCardEstablishContext error : rv = 0x8010001d
 
***************************************************************************
 
 I found this error in <pcsclite.h> :
 
***************************************************************************
 #define SCARD_E_NO_SERVICE  0x8010001D 
 /**< The Smart card resource manager is not running. */
***************************************************************************
 
 
 What should I do now? 
 
 
 

________________________________
杭州复地连城国际地铁生活方式,76-134㎡精品房源热销中


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
Muscle mailing list
Muscle@lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to