View Issue Details

IDProjectCategoryView StatusLast Update
0000385savapage-nfc-reader[All Projects] Generalpublic2014-07-02 19:24
ReporterrijkrAssigned Torijkr 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSraspberry piOS Version 3.12.20+ #687
Product Version0.9.3 
Target Version0.9.6Fixed in Version0.9.6 
Summary0000385: ACS ACR122U init failed: device or resource busy
Description$ tail -f /var/log/syslog
Jun 14 10:17:48 raspberrypi pcscd: ccid_usb.c:575:OpenUSBByName() Can't claim interface 001/008: Device or resource busy
Jun 14 10:17:49 raspberrypi pcscd: ifdhandler.c:118:IFDHCreateChannelByName() failed
Jun 14 10:17:49 raspberrypi pcscd: readerfactory.c:972:RFInitializeReader() Open Port 0x200000 Failed (usb:072f/2200:libudev:0:/dev/bus/usb/001/008)
Jun 14 10:17:49 raspberrypi pcscd: readerfactory.c:279:RFAddReader() ACS ACR122U init failed.

$ uname -a
Linux raspberrypi 3.12.22+ 0000691 PREEMPT Wed Jun 18 18:29:58 BST 2014 armv6l GNU/Linux

Older Raspberry Pi worked fine:
Linux pi-demo 3.6.11+ 0000538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux

SOLUTION: https://wiki.archlinux.org/index.php/Touchatag_RFID_Reader : "When the ACR122U plug in, kernel(>3.5) will automatic load the pn533 driver. With the pn533 driver, pcscd will report "Can't claim interface" error. Use below command to disable pn533 and nfc driver in kernel." ...

$ sudo vi /etc/modprobe.d/blacklist.conf
# ... and make sure that the file contains the following 2 lines:
install nfc /bin/false
install pn533 /bin/false

Also see: http://www.libnfc.org/community/topic/1241/raspberry-pi-acr122-unable-to-claim-usb-interface-device-busy/
(also pointing at blacklisting pn533 and nfc drivers, did not try this solution though, since the above one works fine)


TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-06-14 11:35 rijkr New Issue
2014-06-14 11:35 rijkr Status new => assigned
2014-06-14 11:35 rijkr Assigned To => rijkr
2014-06-14 11:37 rijkr Description Updated View Revisions
2014-06-14 11:56 rijkr OS raspberrypi => raspberry pi
2014-06-14 11:56 rijkr Description Updated View Revisions
2014-06-26 09:31 rijkr Status assigned => closed
2014-06-26 09:31 rijkr Resolution open => no change required
2014-06-26 09:31 rijkr Fixed in Version => 0.9.6
2014-06-26 09:31 rijkr Description Updated View Revisions
2014-07-02 19:19 rijkr Description Updated View Revisions
2014-07-02 19:20 rijkr Description Updated View Revisions
2014-07-02 19:24 rijkr Description Updated View Revisions