On Saturday, January 19, 2002, at 11:47 am, Chris Soghoian wrote:
> Hi all, > > I'm having great difficulty trying to get my PC to > work with my gemplus 432 usb device. > > I installed the 430 driver, and changed the address to > 0x432 as suggested on this mailing list. This is a good start. But I forgot to mention that you have to also change the ProductId in ./GemPC430/usbserial_linux.c : < kMyProductID = 0x0430, /* change to match your reader */ > kMyProductID = 0x0432, /* change to match your reader */ The driver should ideally read this from the Info.plist. I will fix this when pcscd supports ProductId aliases in the Info.plist. If you had done this already, I need more info. Could you modify ./GemPC430/Config.h with the following definitions: #define DEBUG_LEVEL_CRITICAL 1 #define DEBUG_LEVEL_INFO 1 #define DEBUG_LEVEL_APDU 1 #define DEBUG_LEVEL_COMM 1 Make sure the following is commented: //#define DEBUG_STDERR and send me the logs as well as the versions of: - your kernel - pcscd - GemPC driver JLuc. *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
