Re: [Muscle] PCSCD: Smart card readers stop responding after being plugged and unplugged multiple times...

2014-03-22 Thread Bruno Jesus
On Fri, Mar 21, 2014 at 2:07 PM, Gavin Williams wrote: > Afternoon all > > I’m having some issues with getting PCSCD to work reliably. > > Setup is: > > Gigabyte XM12-3227 Core i3 Mini-PC > > Cambrionix 49 port USB device > > ... > > Any ideas on what the cause might be? It might simply be that

Re: [Muscle] Fwd: Card Inserted/Removed when holding card near reader

2014-03-09 Thread Bruno Jesus
On Sun, Mar 9, 2014 at 8:59 PM, Adam Miartuš wrote: > Hello everyone, Hi =) > I think I have a problem when holding card over card reader. If I leave card > on reader in one sweet spot everything works as intended, but if I try to > hold card in air in proximity of reader (as normal user would p

Re: [Muscle] PC/SC lite for Windows

2014-02-10 Thread Bruno Jesus
On Mon, Feb 10, 2014 at 3:29 PM, Sergio NNX wrote: > Thanks for your prompt response. I need the binaries in order to build > another project/app (e.g. hostap, etc). I need the include & lib files. > Where can I download standard winscard? Your compiler/IDE should have the required header and lib

Re: [Muscle] PC/SC lite for Windows

2014-02-10 Thread Bruno Jesus
On Mon, Feb 10, 2014 at 2:36 PM, Sergio NNX wrote: > Hi all, > > I'm after pcsclite binaries for Windows. I've done some Google search but > nothing has come up. May I ask you what will you use it for? And why not use the standard winscard that comes with Windows >= XP? > Thanks in advance. > >

Re: [Muscle] connection reset/no data returned errors in browser with pcsclite/coolkey

2013-10-03 Thread Bruno Jesus
On Thu, Oct 3, 2013 at 9:41 PM, Howdy Dood wrote: > I'm sorry, I forgot that when I plugged in scr331 to my working laptop, I > had no issues. > > So, the scr3500 and the scr331 work on laptop > the scr3500 works on desktop, but scr331 only works with certain > certificates. The only singularity

Re: [Muscle] Read Card using pcscd lite

2013-10-01 Thread Bruno Jesus
On Tue, Oct 1, 2013 at 12:24 PM, Raul Rosetto Munoz wrote: > Hello Ludovic, > > First of all, I appreciate your help. > > Today I started to try the gscriptor at my PC, I got many progress. > > I could connect the gscriptor on my pc, now I need to understand a litter > bit more what I need. > > M

Re: [Muscle] GP 2.2 INITIALIZE UPDATE (0x50) oddness

2013-09-20 Thread Bruno Jesus
On Fri, Sep 20, 2013 at 11:59 AM, landyman70 wrote: > Ludovic, > How would I go about resetting the card in this case please? Change: SCardDisconnect(hCard, SCARD_LEAVE_CARD) To: SCardDisconnect(hCard, SCARD_RESET_CARD) ___ Muscle mailing list Muscle@

Re: [Muscle] GP 2.2 INITIALIZE UPDATE (0x50) oddness

2013-09-20 Thread Bruno Jesus
On Fri, Sep 20, 2013 at 12:09 PM, landyman70 wrote: > the select (i think this is what you asked for) > 00a404 -> 6C67 > 00c067 -> 9000 (okay, but no data) 6Cxx does not mean you need a GET RESPONSE. It means you need to reissue the original command with the correct LC. 61xx is returned w

Re: [Muscle] PCSC and WINE

2013-07-15 Thread Bruno Jesus
On Mon, Jul 15, 2013 at 11:18 AM, Dion Houston Sr wrote: > | This was already proposed a few times in wine, even full patches were > | send. They were not accepted yet but there are still plans to do so. > > Thanks for the very quick response! I am 100% for not recreating the wheel, > so I'll see

Re: [Muscle] PCSC and WINE

2013-07-15 Thread Bruno Jesus
On Mon, Jul 15, 2013 at 10:10 AM, Dion Houston Sr wrote: > Hi all, > > I am interested in adding SmartCard support for WINE to support digitally > signing documents on the Mac through Windows only software. It seems the > most logical way is to ironically use PCSC-Lite to simulate the WINSCARD >

Re: [Muscle] RES: Parallel Process with readers - pcsc-lite

2013-07-03 Thread Bruno Jesus
On Wed, Jul 3, 2013 at 2:15 PM, MURILO COSTA wrote: > Hi Frank and Francois > > It's really strange, because works fine on windows, and it seems there is no > reason to don't work under OpenSuse. > What kind of readers are you using? Serial or USB? Can you give the names? > > I thought that maybe

Re: [Muscle] Reader PC/SC not compliant

2013-03-22 Thread Bruno Jesus
device with pcsclite's "official" CCID driver, > which will imply PCSC compliance. > > A CCID compliant device will likely also work with the stock MS Windows CCID > driver. > > Regards > Sebastien > > > Le 22/03/2013 14:34, Diego Delgado a écrit : > &

Re: [Muscle] Reader PC/SC not compliant

2013-03-22 Thread Bruno Jesus
On Fri, Mar 22, 2013 at 9:58 AM, Diego Delgado wrote: > Well, I edit my last post. > > I have the firmware source code of the readers and I can modify it. So I > think the best and fast solution would be to develop de CCID application > layer at firware level. I'm right? > Are there some resources

Re: [Muscle] mifare classic 1k and ultralight

2013-03-13 Thread Bruno Jesus
On Wed, Mar 13, 2013 at 2:15 PM, Luã de Souza wrote: > Hello, > > I'm developing a NFC application with for now is only using the card's UID, > but in the future will use PIN authentication for payments. > > As I'm choosing with chip my cards will use, I was pretty sure about the > classic 1k, whi

Re: [Muscle] Can't access to read Omnikey Card

2013-03-08 Thread Bruno Jesus
On Fri, Mar 8, 2013 at 2:09 PM, Carlos Rodrigues wrote: > Hi, > > I have problems accessing to Omnikey using pcsclite and ccid with > passthrough KVM virtualization machine. > > I am using Centos 6.3 with: > > # ccid-1.3.9-3 > # pcscd --version > pcsc-lite version 1.5.2. You should update to the

Re: [Muscle] How to identify a smartcard reader serial number

2012-11-09 Thread Bruno Jesus
On Fri, Nov 9, 2012 at 4:21 PM, Jean-Michel Pouré - GOOZE wrote: > ... > I will probably buy a robotic arm ASAP to test insertion of USB token. > With the 3D printer, I can print a stand for 10 units and move them one > by one the the hub for initialization. Do you need to test the cards or the r

Re: [Muscle] How to identify a smartcard reader serial number

2012-11-09 Thread Bruno Jesus
On Fri, Nov 9, 2012 at 6:38 AM, Jean-Michel Pouré - GOOZE wrote: > ... > Running lsusb -v on hardware, I don't see any serial number for each > smartcard reader connected to a USB hub. > How to identify a smartcard reader plugged using USB > BEFORE a smartcard is inserted in the reader? You could

Re: [Muscle] readtimeout default value

2012-09-04 Thread Bruno Jesus
On Tue, Sep 4, 2012 at 11:29 AM, Frederic Mauraton wrote: > Hi everybody, > > I am working with a VaultIC 460 token in a pcsc-lite(1.8.3) and ccid driver > (1.4.7) environment. > > When I send an apdu to create a rsa key pair, the driver returns the generic > error 612 (IFD_COMMUNICATION_ERROR) an

Re: [Muscle] Smartcard via serial port

2012-07-24 Thread Bruno Jesus
On Tue, Jul 24, 2012 at 6:16 AM, Koenraad Lelong wrote: > With a naked reader I mean a reader that can be built in in an own made > enclosure. If you are going to build your own hardware I could suggest to use Atmel ARM7/9 and get the USB examples from them. They have several different usb device

Re: [Muscle] Puzzling limit on number of created threads in PCSC: any clue???

2012-06-12 Thread Bruno Jesus
On Tue, Jun 12, 2012 at 11:50 AM, Umberto Rustichelli aka Ubi wrote: > ... > Jun  5 15:43:15 pes-app-blank-01 pcscd: > winscard_svc.c:106:CreateContextThread() SYS_ThreadCreate failed: Cannot > allocate memory > Jun  5 15:43:15 pes-app-blank-01 pcscd: pcscdaemon.c:151:SVCServiceRunLoop() > Problem

Re: [Muscle] Is there a way to know if a reader is contactless?

2012-06-07 Thread Bruno Jesus
On Thu, Jun 7, 2012 at 9:09 AM, Xavier Monés wrote: > -Original Message- > From: Martin Paljak > Sender: muscle-boun...@lists.musclecard.com > Date: Thu, 7 Jun 2012 12:47:13 > To: MUSCLE > Reply-To: MUSCLE   > Subject: Re: [Muscle] Is there a way to know if a reader is contactless? > > He

Re: [Muscle] Any advise running a farm with 77 readers attached

2012-05-27 Thread Bruno Jesus
On Sun, May 27, 2012 at 6:47 PM, Jean-Michel Pouré - GOOZE wrote: > My question is about USB connection/disconnection. The USB hubs have a > separate AC/DC. If I connect a hub with 7 readers, in some cases, it may > connect and then disconnect. The light on the hub blink and then are > disabled ..