Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ioctl(_fd, USBDEVFS_CLAIMINTERFACE, &interfaceNumber): Device or resource busy #53

Closed
Pontorez opened this issue May 18, 2015 · 2 comments

Comments

@Pontorez
Copy link

android-file-transfer displays the below message on start:

ioctl(_fd, USBDEVFS_CLAIMINTERFACE, &interfaceNumber): Device or resource busy

And then the program exits.

P.S. sudo ./android-file-transfer displays the same error message

P.P.S. At the same time, adb push works fine even under non-root user:
xx@xxx ~/Downloads/android-file-transfer-linux-2.2/build/qt $ adb push ./android-file-transfer /storage/sdcard1
4532 KB/s (531148 bytes in 0.114s)
xxx@xxx ~/Downloads/android-file-transfer-linux-2.2/build/qt $

P.P.P.S. OS=Linux Mint 17.1 64-bit

@whoozle
Copy link
Owner

whoozle commented May 18, 2015

usually it indicates that another process is using this interface now.

@Pontorez
Copy link
Author

Disabled auto mount in pcmanfm preferences, now android-file-transfer works fine. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants