Jump to content


Photo

Test new qtwebbrowser.


  • Please log in to reply
128 replies to this topic

Re: Test new qtwebbrowser. #41 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 13 May 2020 - 17:47

I apologize, but it worked.I connected the bluetooth keyboard and mouse.The mouse works very incorrectly.

Attached Files



Re: Test new qtwebbrowser. #42 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 13 May 2020 - 22:34

Maybe the reception to your bluetooth usbstick is bad?

By me the mouse works actually pretty good.

 

Second your still using linuxfb and I test actually with eglfs. Maybe ths can cause some smooth issues with rendering as well.


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Test new qtwebbrowser. #43 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 14 May 2020 - 15:50

Some devs want to switch to eudev. Some (like me ;)) don’t really care. Problem with current thud version is that it has a big bug. Data on attached devices might be deleted. This bug needs to be fixed before we can switch to eudev and maybe also other things have to be done. Don’t exactly know the status.

 

Yes, I know again why this happens. I remove volatile-media This script will erase your devices with eudev !!!


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Test new qtwebbrowser. #44 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 14 May 2020 - 16:10

Meaning the issue still exists?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Test new qtwebbrowser. #45 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 14 May 2020 - 16:39

Just to understand it.... remove volition media solved the issue?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Test new qtwebbrowser. #46 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 14 May 2020 - 18:07

Just to understand it.... remove volition media solved the issue?

yes, eudev mounts on /run/media/* and mdev on /media/*

 

media-volatile set map /media as size 64KB

On some reason all mounts combined together cannot exceed 64KB so it will erase everything.

 

It seems when I adjust script to mount on media and not run/media that it won't been erased.


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Test new qtwebbrowser. #47 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 14 May 2020 - 18:52

I do not know if other mounts for mediadevices like preselect by uuid in fstab is done outside the mountscript and so maybe still mount to /run/media and not /media which can cause erase of disk :(

 

For testing with zeus branch change busybox-mdev to eudev in https://github.com/O...openpli.conf#L7

 

Remove the stop command line in https://github.com/O..._%.bbappend#L15


Edited by WTE, 14 May 2020 - 18:55.

Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Test new qtwebbrowser. #48 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 14 May 2020 - 18:55

Merged.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Test new qtwebbrowser. #49 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 14 May 2020 - 19:37

That's fast :)

 

I think it works already very similar as mdev.

I have check eudev and didn't find any more /run/media mounts so it seems that it's now ok working.

 

It can been optimize as there are lot of values in udevadm and possible rules to add. I have added "usbhdd" so a disk with (s)ata connect on USB.

I assume we can symlink this as well like /hdd but then to /usbhdd. The record path it's maybe possible to check if symlink is activate /hdd if not try /usbhdd else no record disk path found and you should set it manual.

I think most have usbhdd or NAS for recording. So probably usbhdd is very often used but people need to set it now manual as it's in mdev not detect as /hdd


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Test new qtwebbrowser. #50 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 14 May 2020 - 19:57

So a python change in e2 is required for an external hdd?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Test new qtwebbrowser. #51 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 14 May 2020 - 20:31

There is more needed, this isn't finished yet.

 

Think about mounting a device in /media/<label>, automatically generating a samba share when a device is mounted, etc.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Test new qtwebbrowser. #52 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 15 May 2020 - 08:47

I was just thinking about a new feature to make it easier to set the recording path. This can been usefull for mdev as well. The recording path is set on /hdd and the mount to /hdd the disk need to been an internal HDD. Most I think have usbhdd a disk on USB so at moment you must set the osdmenu to expert and set it to your usb hdd device to get it working.

Just an idea if set recording path on auto then do like this by boot. Just quick not right code ofcourse just for idea

import os
if (check /tmp/ mount.hdd)
src = '/media/hdd'
elif (check /tmp/ mount.usbhdd)
src = '/media/usbhdd'
else
src = '/media/empty'
dst = '/hdd'
os.symlink(src, dst)

 

 

Mounting device with label (Usb stick) is already working. However not all devices have a label name and then it will been decide if it's mmc, hdd, usbhdd or just name it /dev/sdXx.

Samba and NFS I think this is set in fstab and I assume this will work as well. I have check previous from box to box and this was working fine. I will check a bit more and where this mounts are made. However I can do it early next week.

 

Initialize disks works now as well so from what I can see it works now very similar as Mdev.


Edited by WTE, 15 May 2020 - 08:49.

Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Test new qtwebbrowser. #53 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 15 May 2020 - 08:58

The proposed and applied changes look like reverts to changes we did to prevent eudev from being used and started. I guess it would be better to find the commits and revert them.

 

Also I think this should be in de thud branch, not develop or zeus. I'll have a look.

 

I think there is a flaw in the reasoning in the scripts of volatile-tmp. Apparently it will try to guard the volatile (ramdisk) file system from growing too large. But also apparently it does not use the system call the stat the fs (which would be good, like df), but it's measuring the files under the mountpoints and yes, with some mounts, it may run huge very quickly of course.

 

So it looks like there are two ways to fix this:

 - go and fix the volatile-tmp package, which would be preferrable but may be complex

 - stop mounting on directories in a tmpfs filesystem (WTE's approach)

 

I don't really see an objection against mouting on a flash directory, it's only not completely standard these days.


Edited by Erik Slagter, 15 May 2020 - 09:00.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Test new qtwebbrowser. #54 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 15 May 2020 - 09:09

This commit is "reverted" in thud:

commit ff50b867ac290d987165053f031d161b68acc124
Author: Harro Verton <wanwizard@openpli.org>
Date:   1 year, 4 months ago

    make sure udev doesn't start automatically

diff --git a/meta-openpli/recipes-core/eudev/eudev_%.bbappend b/meta-openpli/recipes-core/eudev/eudev_%.bbappend
index 3c739a7e..bc38362d 100644
--- a/meta-openpli/recipes-core/eudev/eudev_%.bbappend
+++ b/meta-openpli/recipes-core/eudev/eudev_%.bbappend
@@ -8,3 +8,5 @@ do_install_append() {
 }

 FILES_${PN} += " ${sysconfdir}/udev/rules.d/98-dbox-devices.rules "
+
+INITSCRIPT_PARAMS_eudev = "stop 04 S ."

It should be explicitly reverted there (in thud). Then the rebase of zeus will yield a conflict (because the parent directory is called udev in zeus, eudev in thud) but that's no problem.

 

Enabling udev was in my original sumo, but apparently it was skipped before merge, so there is no original commit for enabling udev.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Test new qtwebbrowser. #55 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 16 May 2020 - 09:02

I assume it needs a bunch of MB´s in the flash, will it be an option to install it on a hdd or external drive like Kodi


Edited by mrvica, 16 May 2020 - 09:02.


Re: Test new qtwebbrowser. #56 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 17 May 2020 - 06:44

Collected with new changes and can not start.

And mounting an external drive shows that it is mounted,but nothing happens-enigma2-plugin-systemplugins-devicemanager.

root@et1x000:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.5G    551.1M      2.8G  16% /
devtmpfs                144.9M         0    144.9M   0% /dev
tmpfs                    64.0K         0     64.0K   0% /media
tmpfs                   153.0M     68.0K    153.0M   0% /run
tmpfs                   153.0M     68.0K    153.0M   0% /var/volatile

Attached Files


Edited by foxbob, 17 May 2020 - 06:52.


Re: Test new qtwebbrowser. #57 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 17 May 2020 - 06:46

No /dev/shm directory?

 

Fixed on mdev by https://github.com/O...73ef3676200fda7


Edited by athoik, 17 May 2020 - 06:47.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Test new qtwebbrowser. #58 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 17 May 2020 - 06:55

After mount 

root@et1x000:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.5G    551.1M      2.8G  16% /
devtmpfs                144.9M         0    144.9M   0% /dev
tmpfs                    64.0K         0     64.0K   0% /media
tmpfs                   153.0M     68.0K    153.0M   0% /run
tmpfs                   153.0M     68.0K    153.0M   0% /var/volatile
/dev/sda1               915.9G    546.2G    323.1G  63% /media/hdd



Re: Test new qtwebbrowser. #59 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 17 May 2020 - 06:58

This is zeus-eudev branch.



Re: Test new qtwebbrowser. #60 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 17 May 2020 - 07:08

This is not executed? openembedded-core/meta/recipes-core/udev/eudev/init ?

 

Because above eudev/init seems to create the required directories on /dev/

 

    [ -e /dev/pts ] || mkdir -m 0755 /dev/pts
    [ -e /dev/shm ] || mkdir -m 1777 /dev/shm

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users