Topic: no device found-ACR128U-deb_squeeze
The reader is ACR128U on debian squeeze. I compiled with --enable-debug as I am receiving No NFC device found. from nfc-list.
Output of nfc-list:
root:examples$ ./nfc-list
/home/libnfc-1.4.2/examples/.libs/lt-nfc-list use libnfc 1.4.2 (r891)
lt-nfc-list: DBG acr122.c:192
lt-nfc-list: PCSC device [ACS ACR128U 00 00] is not NFC capable or not supported by libnfc.
lt-nfc-list: DBG acr122.c:192
lt-nfc-list: PCSC device [ACS ACR128U 00 01] is not NFC capable or not supported by libnfc.
lt-nfc-list: DBG acr122.c:192
lt-nfc-list: PCSC device [ACS ACR128U 00 02] is not NFC capable or not supported by libnfc.
lt-nfc-list: DBG arygon.c:116
lt-nfc-list: Serial auto-probing have been disabled at compile time. Skipping autoprobe.
No NFC device found.
root:examples$ No NFC device found.
The driver is installed, pcsc_scan:
root:examples$ pcsc_scan
PC/SC device scanner
V 1.4.16 (c) 2001-2009, Ludovic Rousseau <ludovic.rousseau@free.fr>
Compiled with PC/SC lite version: 1.5.5
Scanning present readers...
0: ACS ACR128U 00 00
1: ACS ACR128U 00 01
2: ACS ACR128U 00 02
Tue Feb 14 12:51:11 2012
Reader 0: ACS ACR128U 00 00
Card state: Card removed,
Tue Feb 14 12:51:11 2012
Reader 1: ACS ACR128U 00 01
Card state: Card removed,
Tue Feb 14 12:51:11 2012
Reader 2: ACS ACR128U 00 02
Card state: Card inserted, Unresponsive card,
Any idea why nfc-list detects no device?