libnfc cannot find NFC Device
I have an ACR122U-A9 NFC Reader that I am trying to have connect to Kali Linux (that is running as a Virtual Machine on Windows 10).
However I am having some issue with having nfc-list
or nfc-scan-device
recognize this device.
The first bit of trouble is that I see the device showing up as a couple removable devices.
If I connect the 'Advanced Card ACR122U PICC Interface' device and run nfc-scan-device -v
, it says "1 NFC Device Found:" but does not provide any information on the device. pcsc_scan
does not return anything for this device.
If I connect the 'Shared ACS ACR122 0' device, pcsc_scan
is able to recognize Reader 0 as 'VMware Virtual USB CCID 00 00' but nfc-scan-device -v
returns no NFC Devices found.
What am I doing wrong? I installed the libacsccid1_1.1.6-1~bpo8+1_amd64.deb
driver from /ACS-Unified-PKG-Lnx-116-P/acsccid_linux_bin-1.1.6/debian/jessie/ (from ACS' driver website)
kali-linux
New contributor
add a comment |
I have an ACR122U-A9 NFC Reader that I am trying to have connect to Kali Linux (that is running as a Virtual Machine on Windows 10).
However I am having some issue with having nfc-list
or nfc-scan-device
recognize this device.
The first bit of trouble is that I see the device showing up as a couple removable devices.
If I connect the 'Advanced Card ACR122U PICC Interface' device and run nfc-scan-device -v
, it says "1 NFC Device Found:" but does not provide any information on the device. pcsc_scan
does not return anything for this device.
If I connect the 'Shared ACS ACR122 0' device, pcsc_scan
is able to recognize Reader 0 as 'VMware Virtual USB CCID 00 00' but nfc-scan-device -v
returns no NFC Devices found.
What am I doing wrong? I installed the libacsccid1_1.1.6-1~bpo8+1_amd64.deb
driver from /ACS-Unified-PKG-Lnx-116-P/acsccid_linux_bin-1.1.6/debian/jessie/ (from ACS' driver website)
kali-linux
New contributor
add a comment |
I have an ACR122U-A9 NFC Reader that I am trying to have connect to Kali Linux (that is running as a Virtual Machine on Windows 10).
However I am having some issue with having nfc-list
or nfc-scan-device
recognize this device.
The first bit of trouble is that I see the device showing up as a couple removable devices.
If I connect the 'Advanced Card ACR122U PICC Interface' device and run nfc-scan-device -v
, it says "1 NFC Device Found:" but does not provide any information on the device. pcsc_scan
does not return anything for this device.
If I connect the 'Shared ACS ACR122 0' device, pcsc_scan
is able to recognize Reader 0 as 'VMware Virtual USB CCID 00 00' but nfc-scan-device -v
returns no NFC Devices found.
What am I doing wrong? I installed the libacsccid1_1.1.6-1~bpo8+1_amd64.deb
driver from /ACS-Unified-PKG-Lnx-116-P/acsccid_linux_bin-1.1.6/debian/jessie/ (from ACS' driver website)
kali-linux
New contributor
I have an ACR122U-A9 NFC Reader that I am trying to have connect to Kali Linux (that is running as a Virtual Machine on Windows 10).
However I am having some issue with having nfc-list
or nfc-scan-device
recognize this device.
The first bit of trouble is that I see the device showing up as a couple removable devices.
If I connect the 'Advanced Card ACR122U PICC Interface' device and run nfc-scan-device -v
, it says "1 NFC Device Found:" but does not provide any information on the device. pcsc_scan
does not return anything for this device.
If I connect the 'Shared ACS ACR122 0' device, pcsc_scan
is able to recognize Reader 0 as 'VMware Virtual USB CCID 00 00' but nfc-scan-device -v
returns no NFC Devices found.
What am I doing wrong? I installed the libacsccid1_1.1.6-1~bpo8+1_amd64.deb
driver from /ACS-Unified-PKG-Lnx-116-P/acsccid_linux_bin-1.1.6/debian/jessie/ (from ACS' driver website)
kali-linux
kali-linux
New contributor
New contributor
New contributor
asked 2 hours ago
BijanBijan
1011
1011
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Bijan is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502769%2flibnfc-cannot-find-nfc-device%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bijan is a new contributor. Be nice, and check out our Code of Conduct.
Bijan is a new contributor. Be nice, and check out our Code of Conduct.
Bijan is a new contributor. Be nice, and check out our Code of Conduct.
Bijan is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502769%2flibnfc-cannot-find-nfc-device%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown