-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
limit 16 reader #13
Comments
See #8 |
I is a known "limitation". Contact me if you want to sponsor this development. |
Since the PCSC project moved from alioth to salsa, the bug is now at https://salsa.debian.org/rousseau/PCSC/issues/4 |
I would become a sponsor for this if i know that this limitation could be removed asap |
@avassdal please contact me on my email ludovic.rousseau at free.fr |
Is there any update on this? :) |
Hi, I'm using pyscard on Ubuntu 22 and need to support more than 16 readers I re-compiled pcsclite and ccid latest version, and made sure everything was working fine with the default limit. Is there anything else I'm supposed to do ? |
For a project of ours we patched the pcscd to increase the limit with the following two patches: We have it working with up to 14 readers. |
This is exactly what I did.
Trying again, I got this error when calling readers() :
|
Do you see all the readers when using pcsc_scan? Can you copy/paste here the output of pcsc_scan? |
Nothing much from pcsc_scan with the compiled version Compiled with 24 :
With the working pcsc compiled with 16 :
|
@crypteo it looks like you use 2 sides (pcscd and libpcsclite) with different values of In the case with 16 it is also NOT working correctly. You should not have the error "SCardGetStatusChange: Invalid parameter given." |
Indeed, even though I removed all the original packages, there was still lib files left. I should have double checked it. |
I just discover that Windows limit is at 10 readers. And it looks like it is not possible to have more. Or course you can't change a value in the source code and rebuild Windows :-) |
as it does to remove the 16 reader limit must use 24 pc a reader would like to help me?
The text was updated successfully, but these errors were encountered: