-
Notifications
You must be signed in to change notification settings - Fork 21
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
error returned by libusb_claim_interface() = -6 LIBMTP PANIC: Unable to initialize device #19
Comments
Same issue. jmtpfs version: 0.5 OS: GNU/Linux Ubuntu 20.04 |
Same issue here: Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP). OS: Kubuntu 20.04 |
The problem was when I try to open the phone with Dolphin before, so jmtpfs could not access it anymore. The GPhoto2 instance of the KIOslave driver is using it. This is a bug of the KIO module. See DigiKamBug. For me the command sudo killall kiod5 solved the problem. On other os than Kubuntu, another service must be killed (e.g. gvfsd-mtp for ubuntu) |
Same issue for me. EDIT : I is only necessary to say "yes" when authorization is asked from the phone and then only connect to dolphin. |
Same issue in GNOME or MATE or even without those. jmtpfs crashes if the device is mounted already by anything else (including itself):
|
I got the same error with the xiaomi redmi 8. It occured since i installed the konqueror with konq-plugins. Killing the process kiod5 doesn't help. So i uninstalled the konq-plugins and i was able to mount the filesystem via caja. OS is Debian 12 |
With GNOME, you may encounter problems due to GVfs (GVfs is a userspace virtual filesystem implementation for GIO, a library available in GLib). Try the following command: ps aux | grep gvfs and then kill all processes using their PID. |
version: 0.5-2+b2
OS: Latest Debian unstable / sid
Device: Samsung Galaxy S10
The text was updated successfully, but these errors were encountered: