I just got an ACR122U for reading/writing on NFC cards. However, libnfc doesn't open the device properly (via nfc-scan-device command)
I got the same problem with different machines (on Ubuntu 18.04). Usual errors concerning this piece of equipment are "Unable to claim USB". Several posts concerning this error can be found and after applying their solutions, I now have an issue on alternate usb setting:
$ sudo nfc-scan-device -v
nfc-scan-device uses libnfc 1.7.1
1 NFC device(s) found:
error libnfc.driver.acr122_usb Unable to set alternate setting on USB interface (Connection timed out)
nfc_open failed for acr122_usb:003:005
Instead, I should get something similar to (from an online post):
$ sudo nfc-scan-device -v
1 NFC device(s) found: - ACS / ACR122U PICC Interface:
acr122_usb:003:011
chip: PN532 v1.6
initator mode modulations: ISO/IEC 14443A (106 kbps), FeliCa (424 kbps, 212 kbps), ISO/IEC 14443-4B (106 kbps), Innovision Jewel (106 kbps), D.E.P. (424 kbps, 212 kbps,106 kbps)
target mode modulations: ISO/IEC 14443A (106 kbps), FeliCa (424 kbps, 212 kbps), D.E.P. (424 kbps, 212 kbps, 106 kbps)
Any idea where this could come from?