Hi all!
I bought a Asus Transformer Prime and I am really very happy with it!
Now I am trying to transfer files from Opensuse (Tumbleweed) to the Transformer and followed this guide:
Experiences - Asus Transformer Tablet with openSUSE - Blogs - openSUSE Forums
When I connect the Transformer, it gets recognized by the System:
usb 1-3: new high-speed USB device number 3 using ehci_hcd
usb 1-3: New USB device found, idVendor=0b05, idProduct=4d00
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-3: Product: Transformer Prime TF201
usb 1-3: Manufacturer: asus
usb 1-3: SerialNumber: C4OKAS030795
I also created the file /etc/udev/rules.d/51-android.rules with this entry:
SUBSYSTEMS=="usb",ATTRS{idVendor}=="0b05",ATTRS{idProduct}=="4d00",MODE="0666",OWNER="rehcla" #Asus Transformer
and when I mount the Transformer via mtpfs (what I got from Packman Repo) as root:
mtpfs -o allow_other /media/transformer
I get:
Listing raw device(s)
Device 0 (VID=0b05 and PID=4d00) is a Asus TF201 Transformer Prime (keyboard dock).
Found 1 device(s):
Asus: TF201 Transformer Prime (keyboard dock) (0b05:4d00) @ bus 1, dev 3
Attempting to connect device
Android device detected, assigning default bug flags
Listing File Information on Device with name: (NULL)
An** ls** of the mount point (as root):
ls /media/transformer/
gives me:
Interner Speicher Playlists
what looks promising!
But when I try to go further and ls (as root) a directory where I know there is content:
ls -a /media/transformer/Interner\ Speicher/eBooks/
. ..
There is nothing, but there should be plenty of files!
What I do wrong or what I am missing!
Thanks in advance…
Claus