Sony Xperia J & Linux & SD kártya felcsatolása

Adott a tárgybeli telefon... egy ideje már játszom azzal, hogy az SD kártyát fel tudjam csatolni Linux alatt... de nem megy...

A `dmesg` ezt írja, a telefon kiírja az értesítő sávra, hogy "Belső tárhely és SD kártya csatlakoztatása a számítógéphez", de "rákattintva" semmi nem történik... :(


[425991.299557] usb 3-1: USB disconnect, device number 24
[427875.711907] usb 3-1: new high-speed USB device number 25 using xhci_hcd
[427875.725981] usb 3-1: New USB device found, idVendor=0fce, idProduct=0188
[427875.725984] usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[427875.725986] usb 3-1: Product: Android
[427875.725988] usb 3-1: Manufacturer: Android
[427875.725989] usb 3-1: SerialNumber: YT9003HYE7
[427875.726093] usb 3-1: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes
[427875.726097] usb 3-1: ep 0x1 - rounding interval to 32768 microframes, ep desc says 0 microframes
[427875.749202] usb 3-1: ep 0x81 - rounding interval to 32768 microframes, ep desc says 0 microframes
[427875.749206] usb 3-1: ep 0x1 - rounding interval to 32768 microframes, ep desc says 0 microframes

Nem nagyon találok ilyen problémát a neten, vagy valami elkerülte volna a figyelmem?

Még a "Portable Media Protocol" se megy (ami talán alapból menne), egy Samsung Note és egy HTC Desire HD működik rendesen, a Sony esetén nem megy... :(

Valami ötlet?

Hozzászólások

Nekem xperia U készülékem van -cégemtől kaptam-
Nekem sem látja, fórumokat olvasgatva nekem az jött le, hogy a sony szokás szerint speciális megoldást készített, amihez külön driver kéne, de linuxhoz nem írtak mert csak a windowst támogatják :(

remélhetőleg meg lehet oldani...
+ feliratkozás
Kepe

Sejtettem... de egyszerűen nem értem, hogy miért szopatják magukat külön driver írással, támogatással, frissítéssel, teszteléssel... amikor a "gyári" Android tud MTP-t és USB storage-t... és ezeket a részeket előbb jól eltávolítják, aztán odateszik a sajátot?
--
http://wiki.javaforum.hu/display/~auth.gabor/Home

ez a sony , mindenből sajátot csinálnak
Van itt egy leírás hogyan kell csatlakoztatni, de nekem a libmtp nem települ hibával elszáll, nincsen kedvem ezzel foglalkozni, inkább a telefonról kapcsolódok a gépemhez egy programmal.

1 down vote

Following steps will guide you through.

Connect your phone to the laptop and list your devices in a terminal using lsusb command

Find a line similar to Bus 002 Device 012: ID 0fce:5169 Sony Ericsson Mobile Communications AB and note your vendor and product id which are 0fce and 5169 respectively in the above line. If you have USB debugging disabled, product id will be 0169. Now Unplug the phone.

Go to humans-enabled.com and install the latest version of libmtp and copy the 69-libmtp.rules file to /etc/udev/rules.d as described

Optional step

Xperia S support is implemented in the libmtp-1.1.3 release. If you use the latest version from sourceforge.net, skip to step 5.

type sudo gedit /etc/udev/rules.d/69-libmtp.rules to edit the copied file as root.

Add the following text somewhere around the sony ericsson devices in this file. You can find them by searching for 0fce. Remember to set the correct vendor and product id

ATTR{idVendor}=="0fce", ATTR{idProduct}=="5169", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1" ATTR{idVendor}=="0fce", ATTR{idProduct}=="0169", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"

reboot, or use sudo udevadm control --reload-rules to actualize.

The phone will mount automatically when you plug it. Use nautilus to copy files