You are not logged in.
Pages: 1
How do I mount mtp partion in linux? I am using kde/dolphin.
I installed libmtp and kio-mtp and whenever I tried mtp-detect I get this error
[shashwat@arch ~]$ mtp-detect
Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6
Listing raw device(s)
No raw devices found.
Please suggest some way around.
Thanks
Last edited by Shashwat (2014-02-12 06:15:51)
Offline
Did you read the wiki page?
# mtp-detect
Offline
^^ Yes sire, I have read the wiki thoroughly and the wiki doesn't state anything that relates to the error I posted above.
I have already used mtp-detect as mentioned in the OP and yes my device is perfectly listed in the mpt rules as well as website.
[shashwat@arch ~]$ cat /usr/lib/udev/rules.d/69-libmtp.rules | grep Sola
# SONY MT27i Xperia Sola MTP
# SONY MT27i Xperia Sola MTP+CDROM
# SONY MT27i Xperia Sola MTP+ADB
# SONY MT27i Xperia Sola MTP+UMS
# SONY MT27i Xperia Sola MTP+UMS+ADB
[shashwat@arch ~]$
I have installed the requisite mtp library and have created a new 51-android.rules file under /etc/udev/rules.d - but to no avail./
[shashwat@arch ~]$ cat /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="054c",ATTR{idProduct}==5146, MODE="0666", GROUP="plugdev"
[shashwat@arch ~]$ lsusb
Bus 002 Device 005: ID 413c:2107 Dell Computer Corp.
Bus 002 Device 003: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 014: ID 0fce:5146 Sony Ericsson Mobile Communications AB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[shashwat@arch ~]$
I still get the above error as stated earlier.
Offline
I think Jason is trying to tell you to run it as root.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
^^ lol , it worked :facepalm:
Offline
Pages: 1