You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently dealing with a similar error. From what I see installing pcsc-lite is not really installing anything, since it is a stub, since it is already provided by macOS.
You can get more details via LIBNFC_LOG_LEVEL=3 nfc-list -v. For example for me:
debug libnfc.config key: [allow_intrusive_scan], value: [yes]
debug libnfc.config Unable to open directory: /usr/local/Cellar/libnfc/1.8.0/etc/nfc/devices.d
debug libnfc.general log_level is set to 3
debug libnfc.general allow_autoscan is set to true
debug libnfc.general allow_intrusive_scan is set to true
debug libnfc.general 0 device(s) defined by user
nfc-list uses libnfc 1.8.0
debug libnfc.general 0 device(s) found using arygon driver
debug libnfc.general 0 device(s) found using pn532_uart driver
debug libnfc.general 0 device(s) found using ACR122S driver
debug libnfc.general 0 device(s) found using acr122_usb driver
debug libnfc.driver.acr122_pcsc PCSC device [Circle CIR315] is not NFC capable or not supported by libnfc.
debug libnfc.general 0 device(s) found using acr122_pcsc driver
debug libnfc.general 1 device(s) found using pcsc driver
debug libnfc.general 0 device(s) found using pn53x_usb driver
debug libnfc.driver.pcsc Attempt to open Circle CIR315
debug libnfc.driver.pcsc PCSC connect failed
debug libnfc.general Unable to open "pcsc:Circle CIR315".
nfc-list: ERROR: Unable to open NFC device: pcsc:Circle CIR315
The line 'Unable to open directory: /usr/local/Cellar/libnfc/1.8.0/etc/nfc/devices.d' may not be of concern. I created it and it goes away.
I am going to try building libnfc from source and see if I see any differences.
Oh and I am trying to see if using libccid helps, but so far no luck. The 'uTrust 3700' does is listed there in the 'should work' page. I had opened a ticket there, but advise what to try here.
Hi everyone.
I am trying to interface my uTrust 3700 F CL Reader in macOS Monterey, but it is not going well.
I have also tried to disable idfreader:
And even tried to install pcsc-lite.
Additional info:
The text was updated successfully, but these errors were encountered: