How to fix acr122's and libnfc's "Unable to claim USB interface" on Linux
With modprobe- Oct 27, 2018
- 1 min read
- #guides
- #linux
- #libnfc
- #hardware
Warning
This post was written more than 5 years ago, and its contents may be out of date
If you like me have an acr122u usb NFC reader, you may see that issue when you connect it to the linux machine, run nfc-list and see something like this:
error libnfc.driver.acr122_usb Unable to claim USB interface (Permission denied)Fortunately, it’s not very hard to fix:
sudo vim /etc/modprobe.d/blacklist-libnfc.conf- Add this line:
blacklist pn533_usb - Reboot
Then try to read some cards:
sudo nfc-list -vEnjoy your fully functional acr122u (:
Comments