maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Jolla Tablet (https://talk.maemo.org/forumdisplay.php?f=60)
-   -   Jolla TABLET User Experience Thread (https://talk.maemo.org/showthread.php?t=96050)

m4r0v3r 2016-03-11 15:24

Re: Jolla TABLET User Experience Thread
 
Quote:

Originally Posted by velox (Post 1501161)
Nice hint, thanks! I suspect I just have to somehow reinstall the system version of qt5-qtwayland-wayland_egl. Will try telnet tomorrow.


Wonderful. Will absolutely try that as soon as things work again. Kodimote is one of the most-used applications on my phone.

actually how did you get in contact with the dev of quicksilver?

Schturman 2016-03-11 15:27

Re: Jolla TABLET User Experience Thread
 
Ok, I tried "fdisk -l", and I get this output:
[root@Jolla ~]# fdisk -l
Code:

Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 655FE5E8-4C7A-0C98-7872-F370746458A6

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1      40  131111  131072  64M EFI System
/dev/mmcblk0p2  131112  262183  131072  64M Microsoft basic data
/dev/mmcblk0p3  262184  294951    32768  16M Microsoft basic data
/dev/mmcblk0p4  294952  426023  131072  64M Microsoft basic data
/dev/mmcblk0p5  426024  458791    32768  16M Microsoft basic data
/dev/mmcblk0p6  458792  491559    32768  16M Microsoft basic data
/dev/mmcblk0p7  491560  622631  131072  64M Microsoft basic data
/dev/mmcblk0p8  622632  688167    65536  32M Microsoft basic data
/dev/mmcblk0p9  688168  720935    32768  16M Microsoft basic data
/dev/mmcblk0p10  720936  753703    32768  16M Microsoft basic data
/dev/mmcblk0p11  753704  786471    32768  16M Microsoft basic data
/dev/mmcblk0p12  786472  2883623  2097152    1G Microsoft basic data
/dev/mmcblk0p13 2883624  2949159    65536  32M Microsoft basic data
/dev/mmcblk0p14 2949160  2965543    16384    8M Microsoft basic data
/dev/mmcblk0p15 2965544 61054975 58089432 27.7G Microsoft basic data


Disk /dev/zram0: 94.6 MiB, 99205120 bytes, 24220 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram1: 94.6 MiB, 99205120 bytes, 24220 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram2: 94.6 MiB, 99205120 bytes, 24220 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram3: 94.6 MiB, 99205120 bytes, 24220 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/mapper/sailfish-root: 3.9 GiB, 4194304000 bytes, 8192000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/sailfish-home: 20.9 GiB, 22397583360 bytes, 43745280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

From what I understand, this one is a usb connected sd card:
Code:

/dev/mmcblk0p15 2965544 61054975 58089432 27.7G Microsoft basic data
When I tried mount. I get another error:
Code:

[root@Jolla ~]# mount /dev/mmcblk0p15 /home/nemo/USBmount
mount: unknown filesystem type 'LVM2_member'
[root@Jolla ~]#

What I'm do now ? Probably the sd card that I attached is FAT32, If I put it to sd card slot, tablet recognizing it without any problem.
What, usb-otg can detect only btrfs or ext4 ?

coderus 2016-03-11 15:31

Re: Jolla TABLET User Experience Thread
 
ls /dev/sd* to get removable media name

Schturman 2016-03-11 15:34

Re: Jolla TABLET User Experience Thread
 
Quote:

Originally Posted by coderus (Post 1501173)
ls /dev/sd* to get removable media name

Ahhh, ok...
Code:

[root@Jolla ~]# ls /dev/sd*
/dev/sda  /dev/sda1
[root@Jolla ~]#

Which one should be usb-otg attached ?

coderus 2016-03-11 15:39

Re: Jolla TABLET User Experience Thread
 
it's /dev/sda1

Schturman 2016-03-11 15:44

Re: Jolla TABLET User Experience Thread
 
Quote:

Originally Posted by coderus (Post 1501176)
it's /dev/sda1

Yes, already tried aand it working perfectly. Thanks.
Two questions:
1. Why in the first time I got this error:
Code:

[root@Jolla ~]# mount /dev/sda1 /home/nemo/USBmount
mount: special device /dev/sda1 does not exist
[root@Jolla ~]#

2. How I should to know which one from this two I should to choose ?
Code:

/dev/sda  /dev/sda1

ejjoman 2016-03-11 16:44

Re: Jolla TABLET User Experience Thread
 
Quote:

Originally Posted by Schturman (Post 1501177)
2. How I should to know which one from this two I should to choose ?
Code:

/dev/sda  /dev/sda1

AFAIK sdX is the device itself and sdXY the partitions on that device :)

You mount partitions, not devices - so you mount sdXY.

velox 2016-03-11 17:37

Re: Jolla TABLET User Experience Thread
 
Quote:

Originally Posted by m4r0v3r (Post 1501169)
actually how did you get in contact with the dev of quicksilver?

I didn't, just found some posts (I think among others it was over in the Future-Tablet-Spam-thread) and googled a bit. Somewhere he mentioned it running on the tablet a while ago while stressing it is in no way a useable product and not intended to be one. RPM files are on his server at tworaz.net, but as this broke my system, I am not going to link to them. ;)

m4r0v3r 2016-03-11 17:43

Re: Jolla TABLET User Experience Thread
 
Quote:

Originally Posted by velox (Post 1501185)
I didn't, just found some posts (I think among others it was over in the Future-Tablet-Spam-thread) and googled a bit. Somewhere he mentioned it running on the tablet a while ago while stressing it is in no way a useable product and not intended to be one. RPM files are on his server at tworaz.net, but as this broke my system, I am not going to link to them. ;)

ive used it before tbh and its the best browser experience ive had. Its just the developer has gone a bit MIA so can't get the latest set of source off him :P and hopefully hes alright as well

coderus 2016-03-11 18:48

Re: Jolla TABLET User Experience Thread
 
Schturman, btw, if you trying to make some script for mounting usb drives please dont do it wring way. Google for generic linux automount scripts, incluting udev rules and etc.


All times are GMT. The time now is 15:54.

vBulletin® Version 3.8.8