Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
On Sun, Sep 16, 2007 at 06:21:36PM +0200, Ludovic Rousseau wrote: > 2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > And i've got this version of libusb: > > libusb-0.1.12_1 Library giving userland programs access to USB devices > > (_1 is a packaging-specific version number) > > Can you try

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
On Sun, Sep 16, 2007 at 06:21:36PM +0200, Ludovic Rousseau wrote: > 2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > And i've got this version of libusb: > > libusb-0.1.12_1 Library giving userland programs access to USB devices > > (_1 is a packaging-specific version number) > > Can you try

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Ludovic Rousseau
2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > And i've got this version of libusb: > libusb-0.1.12_1 Library giving userland programs access to USB devices > (_1 is a packaging-specific version number) Can you try "testlibusb -v" then? I don't think the command will be installed since it is

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
So far, i've debugged a bit out of this. It fails at the USB communication part, at sys-bsd.c:250: if ((rc = ioctl(dev->fd, USB_DO_REQUEST, &ctrl)) < 0) { An EIO is returned which is not documented by ioctl(2), nor mentioned in usb.h where is the USB_DO_REQUEST defined. More info, in the

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
On Sun, Sep 16, 2007 at 04:33:47PM +0200, Ludovic Rousseau wrote: > 2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > The dmesg says: > > Sep 16 15:43:50 mort kernel: ugen0: Eutron CryptoIdentity CCID, rev > > 1.10/1.00, addr 3 > > So I guess it is a CCID reader. > > Do you have the lsusb comma

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Ludovic Rousseau
2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > The dmesg says: > Sep 16 15:43:50 mort kernel: ugen0: Eutron CryptoIdentity CCID, rev > 1.10/1.00, addr 3 So I guess it is a CCID reader. Do you have the lsusb command on your system? On Debian it is provided by the usbutils package. It may be lin

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
On Sun, Sep 16, 2007 at 03:47:45PM +0200, Ludovic Rousseau wrote: > 2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > > Patches are welcome to support your native make command. > > just say "gmake", thats GNU make everywhere. > > On my Debian GNU/Linux system: > > $ gmake > -bash: gmake: command

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Ludovic Rousseau
2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > Patches are welcome to support your native make command. > just say "gmake", thats GNU make everywhere. On my Debian GNU/Linux system: > $ gmake -bash: gmake: command not found > > You do not need to build every thing. Just build the parse comman

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
On Sun, Sep 16, 2007 at 01:34:51PM +0200, Ludovic Rousseau wrote: > 2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > Hello > > Hi, > > > I've got a ITSEC-I/64, i've got it from the local redistributor > > for two weeks to check if it works for opensc (I'd also like to > > have some kind of card

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Gergely CZUCZY
On Sun, Sep 16, 2007 at 03:05:14PM +0200, Ludovic Rousseau wrote: > 2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > > On Sun, Sep 16, 2007 at 01:34:51PM +0200, Ludovic Rousseau wrote: > > Well, this looks bad: > > gcc -g -O2 -o scardcontrol scardcontrol-scardcontrol.o -L/usr/local/lib > > -lpcsc

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Ludovic Rousseau
2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > On Sun, Sep 16, 2007 at 01:34:51PM +0200, Ludovic Rousseau wrote: > Well, this looks bad: > gcc -g -O2 -o scardcontrol scardcontrol-scardcontrol.o -L/usr/local/lib > -lpcsclite > /usr/local/lib/libpcsclite.so: undefined reference to `pthread_create

Re: [opensc-devel] eutron itsec-i/64

2007-09-16 Thread Ludovic Rousseau
2007/9/16, Gergely CZUCZY <[EMAIL PROTECTED]>: > Hello Hi, > I've got a ITSEC-I/64, i've got it from the local redistributor > for two weeks to check if it works for opensc (I'd also like to > have some kind of cards later). > > Of course, it's not working, else I wouldn't write to this list :) >