We have moved to a new Sailfish OS Forum. Please start new discussions there.
5

[answered] USB OTG on Jolla Tablet - how it should work ?

asked 2016-03-11 03:31:20 +0300

Schturman gravatar image

updated 2016-03-11 18:17:14 +0300

As it shown in the user guide, Jolla tablet have micro-usb OTG. I don't understand how it should work.
I have two otg connectors and two micro usb adapters, all of them working without any problem on android tablet. But when I connect them to Jolla tablet nothing happens...
Can someone explain what the problem? Why I can't see connected card via usb otg ?
Thanks

UPDATE:
Coderus answered how to mount it: http://talk.maemo.org/showpost.php?p=1501163&postcount=68

mkdir /usb
mount /dev/sda1 /usb
### ......
umount /usb
edit retag flag offensive close delete

Comments

SailfishOS not support OTG,when flashed jolla tablet to android,it works.

BirdZhang ( 2016-03-11 03:51:36 +0300 )edit

it not support on the phone. I speaking about Jolla Tablet.

Schturman ( 2016-03-11 04:03:04 +0300 )edit

@schturman i speaking about jolla tablet too.

BirdZhang ( 2016-03-11 04:18:56 +0300 )edit

In this case I don't understand your previous post... You think my Jolla tablet was a android tablet and they flashed Sailfish OS on it ? This is a reason it not work ?

Schturman ( 2016-03-11 05:46:41 +0300 )edit

You misunderstood,the hardware supports OTG,but the OS not supports.

BirdZhang ( 2016-03-11 09:26:03 +0300 )edit

1 Answer

Sort by » oldest newest most voted
9

answered 2016-03-11 23:41:27 +0300

kimmoli gravatar image

https://build.merproject.org/package/show/home:kimmoli/usbstick-utils

there you can find sd-utils inspired USB OTG automount thingy.

edit flag offensive delete publish link more

Comments

Very cool, thanks. Installed, but it need something from user side ?
I checked service and this what I get:
[root@Jolla nemo]# systemctl status mount-usbstick@.service
Failed to issue method call: Unit name mount-usbstick@.service is not valid.
[root@Jolla nemo]#

And from your script, if I understand right, it should mount to /media/usbstick, why not to /home/nemo/usbstick ?
Thanks

Schturman ( 2016-03-12 00:42:20 +0300 )edit

Never mind, it work like a charm, I found my stick in /media/usbstick :D Now we need just connect and navigate with FileCase to /media/usbstick. Thank you very much!

Schturman ( 2016-03-12 01:07:50 +0300 )edit
1

We also can create symlink to /home/nemo and it work perfectly with FileCase :)

[nemo@Jolla ~]$ ln -s /media/usbstick /home/nemo/USBstick
Schturman ( 2016-03-12 20:15:12 +0300 )edit
1

Do you need to umount manually or power off device before pulling out USB mass storage?

DarkWhite ( 2016-05-02 15:50:40 +0300 )edit
2

I ask myself the same question: how can I umount USB? I've installed usbstick-util, and USB mount automatically when I connect it. However, I can't umount USB (I've tried with umount, but It doesn't work).

carmenfdezb ( 2016-10-12 00:12:51 +0300 )edit
Login/Signup to Answer

Question tools

Follow
3 followers

Stats

Asked: 2016-03-11 03:31:20 +0300

Seen: 1,192 times

Last updated: Mar 11 '16