Comment 0 for bug 902962

Revision history for this message
Felipe Castillo (fcastillo.ec) wrote :

lsb_release -rd
Description: Ubuntu 11.10
Release: 11.10

I'm trying to use my phone as a MTP device but my system can't see it. Banshee can't see either, and I can't mount it with mtpfs.
Here is the output of my system when the devices is connected:

felipe@felipe-HP-laptop:~$ lsb_release -rd
Description: Ubuntu 11.10
Release: 11.10
felipe@felipe-HP-laptop:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bc2:3008 Seagate RSS LLC
Bus 004 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 001 Device 011: ID 0fce:514f Sony Ericsson Mobile Communications AB
felipe@felipe-HP-laptop:~$ adb devices
List of devices attached
43423541314448414732 device

felipe@felipe-HP-laptop:~$ mtp-detect
libmtp version: 1.1.0

Listing raw device(s)
   No raw devices found.
felipe@felipe-HP-laptop:~$ sudo mtp-detect
libmtp version: 1.1.0

Listing raw device(s)
   No raw devices found.

The package mtp-tools has version: 1.1.0-3ubuntu1

As you can see I also posted the "adb devices" command so you can see that the phone works and it is seen. I've transfered many files and installed software on my phone using adb.

I also want to point out that I created the file "/etc/udev/rules.d/51-android.rules" with this content

SUBSYSTEM==”usb”, ATTR{idVendor}==”0fce”, ATTR{idProduct}==”514f”, MODE=”0666″

And that the file "/usr/share/hal/fdi/information/20thirdparty/20-libmtp9.fdi" has the wrong ProductID listing "014f" instead of "514f"

When running the command "mtp-detect" I should see my device listed there, either as Unkown or as a my Xperia LT15i.
I've also use MTP under virtualbox using windows. It works without a problem there. I also had two Xperia arc and both had the same behaivor when using MTP.