[Muscle] How to start 'pcscd' on arm-linux?
fineliuhai
fineliuhai at 163.com
Sun May 11 22:14:35 PDT 2008
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drizzle.com/pipermail/muscle/attachments/20080512/38608e06/attachment.html
More information about the Muscle
mailing list