phatina / simple-mtpfs

Simple MTP fuse filesystem driver.
GNU General Public License v2.0
371 stars 45 forks source link

Fedora 25 cannot mount mtp-enable Samsung Galaxy #50

Open GreyGnome opened 7 years ago

GreyGnome commented 7 years ago

Hello, I see this:

simple-mtpfs -l

1: SamsungGalaxy models (MTP)

But when I try to mount onto /mnt/samsung, and I do ls /mnt/samsung, the directory is empty. As well, I get this in my system logs:

Dec 26 16:41:16 rodin kernel: usb 3-1: usbfs: process 6145 (simple-mtpfs) did not claim interface 0 before use Dec 26 16:41:16 rodin kernel: usb 3-1: reset high-speed USB device number 42 using xhci_hcd Dec 26 16:41:17 rodin kernel: usb 3-1: usbfs: process 6145 (simple-mtpfs) did not claim interface 0 before use

I get this in my logs when I plug in the phone. I don't know what kamera.kio is there for. I tried looking for it, and I removed the package "kamera" thinking there may be a conflict, but I even after removing the package I still get this:

Dec 26 16:42:10 rodin kernel: usb 3-1: new high-speed USB device number 43 using xhci_hcd Dec 26 16:42:10 rodin kernel: usb 3-1: New USB device found, idVendor=04e8, idProduct=6860 Dec 26 16:42:10 rodin kernel: usb 3-1: New USB device strings: Mfr=3, Product=4, SerialNumber=5 Dec 26 16:42:10 rodin kernel: usb 3-1: Product: SAMSUNG_Android Dec 26 16:42:10 rodin kernel: usb 3-1: Manufacturer: SAMSUNG Dec 26 16:42:10 rodin kernel: usb 3-1: SerialNumber: f1a22b89 Dec 26 16:42:10 rodin dolphin[3797]: QObject::connect: invalid null parameter Dec 26 16:42:10 rodin dolphin[3353]: QObject::connect: invalid null parameter Dec 26 16:42:10 rodin kdeinit5[1744]: QObject::connect: invalid null parameter Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: stat(" "/" ") Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: stat(" "/Samsung%20Galaxy%20models%20(MTP)@usb:003,009" ") Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: statRegular(" "/Samsung%20Galaxy%20models%20(MTP)@usb:003,009" ") Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: KameraProtocol::setCamera( "Samsung Galaxy models (MTP)" , "usb:003,009" ) Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: Initializing camera Dec 26 16:42:10 rodin /usr/libexec/gdm-x-session[1512]: Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP). Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: Opening camera model "Samsung Galaxy models (MTP)" at "usb:003,009" Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: KameraProtocol::openCamera at 3360 Dec 26 16:42:10 rodin kdeinit5[3360]: kamera.kio: Unable to init camera: "Bad parameters" Dec 26 16:42:10 rodin kdeinit5[3360]: finished() called after error()! Please fix the KIO slave. Dec 26 16:42:10 rodin kwin_x11[1806]: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 37513, resource id: 0, major code: 14 (GetGeometry), minor code: 0 Dec 26 16:42:11 rodin /usr/libexec/gdm-x-session[1512]: LIBMTP ERROR: couldnt parse extension samsung.com/devicestatus:1 Dec 26 16:42:11 rodin /usr/libexec/gdm-x-session[1512]: LIBMTP ERROR: couldnt parse extension samsung.com/devicestatus:1

Thanks for any help.