-
Notifications
You must be signed in to change notification settings - Fork 228
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
Cannot detect reader #16
Comments
Well, judging by |
Ah, I assumed you were using one of RFIDIOt example tools. If you are talking to the If you study the if self.readertype == self.READER_PCSC` |
Actually it was both...
when nfc-list gives me: Do you have any idea why this could happen? |
Also, when I run an rfidiot script, my reader's LEDs turn on and stay on, at least until I run some other tool, such as nfc-list. |
Hm…
|
I'm sudoing both programs, so they are both running with root privileges. lsmod shows no nfc or pn53 module loaded, before or after running 'nfc-list' or 'script.py -N'. The weirdest thing is, the rfidiot scripts are actually communicating with my reader, since running them puts it in 'read mode' (two green lights on) however, they still output
and the reader is then stuck until I unplug it or until I run 'nfc-list'. I have yet to try the reader option you mentionned in my own program, but I figured since the rfidiot-provided scripts won't run, I should focus on that before moving on to more complicated issues. Thanks again for your help, I'll look into it and come back if I ever find something relevant! Cheers. |
I know that it's a bit late (>5 years) but did you solve the issue? |
Hi,
I apologize in advance for posting this here, there just does not seem to be a forum dedicated to rfidiot.
I'm starting a project for an NFC toolkit GUI based on rfidiot, but I cannot seem to make it detect my reader (a PN533-based Ask LoGo). I thought rfidiot was based on libnfc, but nfc-list can access my reader without trouble, whereas rfidiot gives me:
"There is no such reader #0, PCSC sees only 0 reader(s)".
I'm using libnfc 1.7.0 in a Kali Linux VM, running in VMWare, my C programs based on libnfc work perfectly on it.
When I try using the VMWare CCID driver instead of the libnfc one, rfidiot detects my reader but is still unable to select any card I present.
Any thoughts on that? Is this a compatibility issue with the newest API? Should I downgrade to libnfc 1.6 ?
Sorry and thank you!
The text was updated successfully, but these errors were encountered: