Open ansereb opened 6 years ago
I'm also seeing the same issues.
I too am on WIndows 10 x64, I have a USB Based ACR128U DUal Boost that reads Mifare and other NFC tags perfectly fine using the provided software, but libnfc tells me it can't find any readers.
I'm also seeing the same issues.
I too am on WIndows 10 x64, I have a USB Based ACR128U DUal Boost that reads Mifare and other NFC tags perfectly fine using the provided software, but libnfc tells me it can't find any readers.
In my case seems that problem was with drivers for ACR122U. I am not sure if that was an issue, i tried different things, manual driver installation was one of them, and finally i had it worked for me
In my case seems that problem was with drivers for ACR122U. I am not sure if that was an issue, i tried different things, manual driver installation was one of them, and finally i had it worked for me
Could you maybe point me to the drivers that worked for you? I seem to be having the same problems.
In my case seems that problem was with drivers for ACR122U. I am not sure if that was an issue, i tried different things, manual driver installation was one of them, and finally i had it worked for me
Could you maybe point me to the drivers that worked for you? I seem to be having the same problems.
I think it was from disk which came with reader. I put it along with libnfc.dll both somewhere in systetem32 directory and directory where you run one of utils, in my case it was nfc-scan-device.exe, one of it had worked. I found drivers i used, put it in attachement acr122_driver.zip
I found drivers i used, put it in attachement acr122_driver.zip
Thank you for this, but my ACR122 is still undetected. What libnfc.conf
are you using?
Ok, I managed to get it working.
Installed Zadig, changed the driver of "ACR 122U PICC Interface" to libusbk (v3.0.7.0).
Everything commented in my libnfc.conf
.
Can confirm what @vctls says about their solution. I had the same issue and i tried many different things to fix it but the only thing that worked was using Zadig and selecting libusbK v3.0.7.0 for my ACR122U-A9 device solved the "No NFC device found."
I forgot I even commented on this :-)
Yea, back at the beginning my actual drivers with the ACR128 are proper drivers and work perfectly fine with PC/SC based interfaces, so no problems there.
Can't confirm what is said above however as PC/SC worked for me at the time so I didn't have a need to follow through on this one.
maybe my precompiled windows versions (libnfc.dll, mfoc.exe, mfcuk.exe, nfc-mfcclassic.exe,nfc-scan-device.exe,nfc-list.exe...) can help ? My ACR122U-A9 works fine with my version and I've made a tutorial on my blog here (I use ACR122_USB driver) : http://legacy.averbouch.biz/libnfc-and-nfc-utils-binaries-on-windows-10/
@xavave Thanks will check it out later, am wrestling with other projects at the moment :-)
I am using ACR122U-A9 reader and windows 10 version 1709. Trying to execute "nfc-scan-device.exe" from compiled package i retrieve message "No NFC device found". Also can you compile nfc-mfclassic to this package too? From kali linux nfc-mfclassic works well with this reader.