please edit openct.conf, set debug to 5 or higher, and start openct-control init. you should see syslog messages of a process "ifdhandler". that process does all the real work, so watching it is most important.
also to ddebug and problem inside ifdhandler, you can run it yourself, for example /home/aj/opentest/sbin/ifdhandler -H starkey /dev/bus/usb/003/002 is ifdhandler running with starkey driver and that device file. check that the device file is either in /dev/bus/usb (very new linux installations) or /proc/bus/usb. add "-d -d -d -d -d" for debug level 5 for example. this way you can also run ifdhandler in gdb and see what is happening. also note you need to be root - as far as I know - to be able to use usb devices. but that might have changed, not sure. good luck! Regards, Andreas _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
