Domanda Problema con nfc-list

Gubo96

Utente Iron
7 Giugno 2019
3
2
0
15
Ciao a tutti,
Ho appena installato i drivers di un lettore nfc, ho collegato il lettore ma quando vado a inserire il comando nfc-list mi appare questo:

nfc-list uses libnfc 1.7.1
error libnfc.buses.usbbus Unable to find USB busses (No such file or directory)
error libnfc.buses.usbbus Unable to find USB busses (No such file or directory)
No NFC device found.

Cosa posso fare per risolvere?
 
Hai provato a controllare meglio le connessioni Rx/Tx?
E' possibile anche che scambiandole tu risolva quest'errore.
 
Hai provato a controllare meglio le connessioni Rx/Tx?
E' possibile anche che scambiandole tu risolva quest'errore.
Ciao a tutti,
Ho appena installato i drivers di un lettore nfc, ho collegato il lettore ma quando vado a inserire il comando nfc-list mi appare questo:

nfc-list uses libnfc 1.7.1
error libnfc.buses.usbbus Unable to find USB busses (No such file or directory)
error libnfc.buses.usbbus Unable to find USB busses (No such file or directory)
No NFC device found.

Cosa posso fare per risolvere?

Anche io ho il tuo stesso problema con un acr122, pare che sia un problema abbastanza comune ma non riesco a risolvere.
Se in qualche modo tu dovessi riuscire ti prego di rendere pubblica la soluzione
 
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# Causes trackpads to stop working on Lenovo 11e 2nd gen (Ubuntu: #1802135)
# and Lenovo x240 to hang on boot (Ubuntu: #1802689)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
install nfc /bin/false
install pn533 /bin/false
 
sudo nano /etc/modprobe.d/blacklist-libnfc.conf
vai ad aprire il file blacklist e poi all'interno ci scrivi i seguenti dispositivi:
blacklist nfc
blacklist pn533
blacklist pn533_usb
salvi le modifiche premendo il tasto per salvare che ti indica il terminale.
poi oltre a ciò devi anche disattivare il kernel module perche anch'esso di default va a cercare il pn533.
quindi lo disattivi con il seguente comando:
sudo modprobe -rf pn533_usb
riavvi il pc e prova a vedere se ora ti da ancora lo stesso errore
 
sudo nano /etc/modprobe.d/blacklist-libnfc.conf
vai ad aprire il file blacklist e poi all'interno ci scrivi i seguenti dispositivi:
blacklist nfc
blacklist pn533
blacklist pn533_usb
salvi le modifiche premendo il tasto per salvare che ti indica il terminale.
poi oltre a ciò devi anche disattivare il kernel module perche anch'esso di default va a cercare il pn533.
quindi lo disattivi con il seguente comando:
sudo modprobe -rf pn533_usb
riavvi il pc e prova a vedere se ora ti da ancora lo stesso errore
questo lavoro lo avevo gia fatto ma non mi risolve il oroblema.
mi sono accorto che il problema potrebbe essere nella compilazione delle libnfc prova vedere prima linea
piccolo@piccolo:~/libnfc-1.7.1$ ./configure
fatal: not a git repository (or any of the parent directories): .git
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
 
questo lavoro lo avevo gia fatto ma non mi risolve il oroblema.
mi sono accorto che il problema potrebbe essere nella compilazione delle libnfc prova vedere prima linea
piccolo@piccolo:~/libnfc-1.7.1$ ./configure
fatal: not a git repository (or any of the parent directories): .git
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes


per quel po che so cosi ho risolto