-
Notifications
You must be signed in to change notification settings - Fork 55
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
No supported card terminal found error on Linux #6
Comments
Well, I found a solution, just install missing package and it work well:
As Java is searching libpcsclite.so.1 in wrong directory (e.g: /lib or /usr/lib), so it is needed to append the path of library to help smartcardio find it. The demo run well with some exceptions as following command: Sample output from my sample card is:
|
I have a ACR122U-A9 NFC reader with MIFARE card.
Demos work well in Windows, but failed to start in Linux (Ubuntu 15.04 x86_64)
I can execute some command with libnfc. I installed libnfc (from source), a library package provided by ACS.
All demos are failed, the error show as below:
Is nfctools library support libnfc?
Do you have any solution to make it work on linux (or may be cross-platform: linux, windows, osx)?
P/S: thanks for great java library for NFC.
The text was updated successfully, but these errors were encountered: