Edited by littlesat, 16 December 2020 - 15:18.
One proc file for detecting the MACHINE in all enigma2 images.
Re: One proc file for detecting the MACHINE in all enigma2 images. #641
Posted 16 December 2020 - 15:17
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: One proc file for detecting the MACHINE in all enigma2 images. #642
Posted 16 December 2020 - 16:19
You need the path as well or just the picture name?
Give me an example of what you need.
If you don't have the full path, how can you load it?
Having it can replace the logic currently in Enigma and OWIF to try and find it, and logic in BB recipies to make sure picture names match what both expect to find.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: One proc file for detecting the MACHINE in all enigma2 images. #643
Posted 16 December 2020 - 19:58
Afaik not all boxes support PiP. And some can show up to 4 PiP “windows”. You can get the data on the fly like you can see it here: https://github.com/O...stemInfo.py#L17
MACHINE_FEATURE not that I know.I think what SystemInfo.py is doing for that is easier so lets keep the module less complicated.
You need this variable as flash size: https://github.com/o...timo4k.conf#L12 ?
I changed my mind. Forget flash size. At runtime on the box I don't think that it is useful.
Re: One proc file for detecting the MACHINE in all enigma2 images. #644
Posted 16 December 2020 - 21:41
You need the path as well or just the picture name?
Give me an example of what you need.
If you don't have the full path, how can you load it?
Having it can replace the logic currently in Enigma and OWIF to try and find it, and logic in BB recipies to make sure picture names match what both expect to find.
Full path for what?
All RC and box pictures are in one folder so why we need a path?
Open Vision sources: https://github.com/OpenVisionE2
Re: One proc file for detecting the MACHINE in all enigma2 images. #645
Posted 16 December 2020 - 22:39
- So you can decouple the location from the code
- So you can share the same image between diffferent code (for example, both E2 and OWIF use a remote image, which is now on the box twice, possibly two different ones).
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: One proc file for detecting the MACHINE in all enigma2 images. #646
Posted 16 December 2020 - 23:31
Some lines there have ":".... shouln't we make it '=' at all places?
Some boxes have PIP yes/no depended on the boot mode... (mode 12 has it mode 1 not)... ? PIP is now arrange correctly via SystemInfo.py.
That is because whoever did those tests used "modinfo" when should have used "modinfo -d".
Re: One proc file for detecting the MACHINE in all enigma2 images. #647
Posted 16 December 2020 - 23:41
- So you can decouple the location from the code
- So you can share the same image between diffferent code (for example, both E2 and OWIF use a remote image, which is now on the box twice, possibly two different ones).
What do you mean the image is on the box twice? I don't know about PLi but OE-A images use the image in /usr/share/enigma2/rc_models for OpenWebIF, Help, and Wizards.
Edited by Huevos, 16 December 2020 - 23:57.
Re: One proc file for detecting the MACHINE in all enigma2 images. #648
Posted 16 December 2020 - 23:56
Please explain what all these do then? https://github.com/E...n/public/images
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: One proc file for detecting the MACHINE in all enigma2 images. #649
Posted 17 December 2020 - 00:27
Please explain what all these do then? https://github.com/E...n/public/images
It is the same image for sure...
1.jpg 192.61KB 2 downloads
2.jpg 130.87KB 1 downloads
Re: One proc file for detecting the MACHINE in all enigma2 images. #650
Posted 17 December 2020 - 00:41
Please explain what all these do then? https://github.com/E...n/public/images
The answer to your question is that those images are used in distros that don't support "from Components.RcModel import rc_model".
https://github.com/E...ers/base.py#L67
Edited by Huevos, 17 December 2020 - 00:46.
Re: One proc file for detecting the MACHINE in all enigma2 images. #651
Posted 17 December 2020 - 01:12
So something OE-A specific in a generic plugin?
If we do this right, that is something else that can go, as rc_model etc is definitely hardware info...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: One proc file for detecting the MACHINE in all enigma2 images. #652
Re: One proc file for detecting the MACHINE in all enigma2 images. #653
Posted 17 December 2020 - 02:01
Yes, but branding is going to disappear, that is the idea of this entire excersize.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: One proc file for detecting the MACHINE in all enigma2 images. #654
Posted 17 December 2020 - 10:15
- So you can decouple the location from the code
- So you can share the same image between diffferent code (for example, both E2 and OWIF use a remote image, which is now on the box twice, possibly two different ones).
Current module returnes needed RC information you just need to put rc images at the same place if you want but some KBs won't save you anything.
Open Vision sources: https://github.com/OpenVisionE2
Re: One proc file for detecting the MACHINE in all enigma2 images. #655
Posted 17 December 2020 - 10:15
Some lines there have ":".... shouln't we make it '=' at all places?
Some boxes have PIP yes/no depended on the boot mode... (mode 12 has it mode 1 not)... ? PIP is now arrange correctly via SystemInfo.py.
That is because whoever did those tests used "modinfo" when should have used "modinfo -d".
":" info is not needed.
Open Vision sources: https://github.com/OpenVisionE2
Re: One proc file for detecting the MACHINE in all enigma2 images. #656
Posted 17 December 2020 - 10:18
- So you can decouple the location from the code
- So you can share the same image between diffferent code (for example, both E2 and OWIF use a remote image, which is now on the box twice, possibly two different ones).
What do you mean the image is on the box twice? I don't know about PLi but OE-A images use the image in /usr/share/enigma2/rc_models for OpenWebIF, Help, and Wizards.
OE-A may have saved some KBs but the code is: https://github.com/o...ding/RcModel.py
Not good at all.
Open Vision sources: https://github.com/OpenVisionE2
Re: One proc file for detecting the MACHINE in all enigma2 images. #657
Posted 17 December 2020 - 10:20
So something OE-A specific in a generic plugin?
If we do this right, that is something else that can go, as rc_model etc is definitely hardware info...
We removed that months ago, no offence but that code is rubbish.
You're right, module will replace that too.
Open Vision sources: https://github.com/OpenVisionE2
Re: One proc file for detecting the MACHINE in all enigma2 images. #658
Posted 17 December 2020 - 14:26
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: One proc file for detecting the MACHINE in all enigma2 images. #659
Posted 17 December 2020 - 18:09
I'm waiting for a place to upload the first version, add the bitbake recipe as a PR to OE-A and PLi then we can move on and customize the module.
Module can be builded against all kernels so it's safe but we will change the enigma2 API later after we inregrated the module in all images and see the proc files.
First stage is to have the module installed in all images by default then correct the proc data and ...
Is https://github.com/OpenHAL ok? If it's ok please tell me who should I invite as organization members?
We need 1 person from each team, and if a team has more members with kernel experience we can invite more.
For example "betacentauri" must be on this project as he's a pro with kernels
Edited by Persian Prince, 17 December 2020 - 18:10.
Open Vision sources: https://github.com/OpenVisionE2
Re: One proc file for detecting the MACHINE in all enigma2 images. #660
Posted 17 December 2020 - 19:16
I still think "OpenHAL" is not a good name (because of the "Open" and the similarity with image names). And I don't have a problem with using E2OpenPlugins as organisation, instead of creating a new one.
Also, why do members have to be kernel specialists? Once this stage is passed, there is nothing technical about maintaning the specs?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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.
16 user(s) are reading this topic
0 members, 16 guests, 0 anonymous users