5

我安装了所需的软件包以在 Ubuntu-14-LTS 中使用我的 ACR122U 非接触式智能卡读卡器。幸运的是它工作正常:

ebrahim@ubuntu:~$ pcsc_scan
PC/SC device scanner
V 1.4.22 (c) 2001-2011, Ludovic Rousseau <ludovic.rousseau@free.fr>
Compiled with PC/SC lite version: 1.8.10
Using reader plug'n play mechanism
Scanning present readers...
0: ACS ACR122U 00 00

Mon Jun 29 05:16:00 2015
Reader 0: ACS ACR122U 00 00
  Card state: Card removed, 

但是当我想将阅读器与mfoc工具一起使用时,我收到以下错误并且我的阅读器禁用(它的 LED 冻结和卡的缺失或存在不会产生任何哔声,通常当我移动时 LED 会变为绿色和红色范围内或范围外的卡片 + 发出哔声)

^C
ebrahim@ubuntu:~$ mfoc -O test.mfd
error   libnfc.driver.acr122_usb    Unable to write to USB (Connection timed out)
No NFC device found.
ebrahim@ubuntu:~$ 

我该如何解决这个问题?

4

1 回答 1

0

你必须从 USB 启动 Kali 才能让它工作。这并不能解决在 VM 中运行它的问题,但它确实允许您做您需要做的事情(两年半前)。

https://github.com/nfc-tools/libnfc/issues/369

于 2017-11-16T00:45:41.383 回答