[QUOTE=malcolmlewis;13592]Hi
That’s my package It’s there in the repository for SLE;
http://download.opensuse.org/repositories/home:/malcolmlewis:/SLE_11_SPn_General/SLE_11_SP2/
You may need to tweak the udev rule for your device based on the Vendor
and Product ID’s.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.3 (x86_64) Kernel 3.7.10-1.4-desktop
up 4:49, 3 users, load average: 0.10, 0.04, 0.05
CPU Intel® i5 CPU M520@2.40GHz | GPU Intel® Arrandale[/QUOTE]
Thanks.
I have still some problems (nothing appears in the mounting point) :
After a dmesg command, here the results :
[QUOTE][15169.361587] usb 3-2: new high-speed USB device number 8 using xhci_hcd
[15169.378990] usb 3-2: New USB device found, idVendor=04e8, idProduct=6860
[15169.378997] usb 3-2: New USB de(vice strings: Mfr=2, Product=3, SerialNumber=4
[15169.379001] usb 3-2: Product: SAMSUNG_Android
[15169.379003] usb 3-2: Manufacturer: SAMSUNG
[/QUOTE]
Then I edited the file /etc/udev/rules.d/51-android.rules as follow :
[QUOTE]# Android devices - UDEV Rule
For Samsung GT
SUBSYSTEM==“usb”, ATTRS{idVendor}==“04e8”, ATTRS{idProduct}==“6860”, SYMLINK+=“libmtp-%k”, MODE=“0666”, GROUP=“users”
RUN+=“udev-acl --action=$env{action} --device=$env{DEVNAME}”
[/QUOTE]
Then I typed :
jmtpfs -o allow_other /home/arnaud/transformer
fusermount -u /home/arnaud/transformer
But the folder /home/arnaud/transformer remains empty.
any idea ?
Edit : the jmtpfs triggers the following message :
Error: Unable to open ~/.mtpz-data for reading.