OpenPLi Release Candidate 7.2
Re: OpenPLi Release Candidate 7.2 #141
Re: OpenPLi Release Candidate 7.2 #142
Posted 3 November 2019 - 15:00
7.2-rc-vuuno4kse-20191102. How to flash image from HDD? Behind Flash Image there is only Pli variations. Earlier there was imagebackups, too.
Re: OpenPLi Release Candidate 7.2 #143
Re: OpenPLi Release Candidate 7.2 #144
Re: OpenPLi Release Candidate 7.2 #145
Re: OpenPLi Release Candidate 7.2 #146
Re: OpenPLi Release Candidate 7.2 #147
Posted 3 November 2019 - 20:05
If you put the zip in that folder, it should show up in the "flash image" tree, and you should be able to select it...
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: OpenPLi Release Candidate 7.2 #148
Re: OpenPLi Release Candidate 7.2 #149
Posted 3 November 2019 - 20:37
Spelling issue? It should be "downloaded_images", with the underscore.
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: OpenPLi Release Candidate 7.2 #150
Re: OpenPLi Release Candidate 7.2 #151
Posted 3 November 2019 - 22:11
root@gbquad4k:/media/usb/downloaded_images# ls -la drwxr-xr-x 2 root root 4096 Jan 1 01:14 . drwxr-xr-x 4 root root 4096 Jan 1 01:12 .. -rw-r--r-- 1 root root 200648261 Jan 1 01:15 openatv-6.3-gbquad4k-20191102_usb.zip -rw-r--r-- 1 root root 73939569 Jan 1 01:13 openpli-7.1-release-gbquad4k-20191028_usb.zip
screenshot_19700101011625.jpg 53.13KB 7 downloads
Important is the directory name, that the directory is direct in the root of the device, the image file is zipped and that the model name in included in the filename. So for you vuuno4kse has to be in the filename.
Re: OpenPLi Release Candidate 7.2 #152
Posted 3 November 2019 - 22:14
Congratulations Bottas and Hamilton.
This is what see after pressing Flash Image in vuuno4kse.
Flash_Image.png 300.93KB 6 downloads
Re: OpenPLi Release Candidate 7.2 #153
Re: OpenPLi Release Candidate 7.2 #154
Re: OpenPLi Release Candidate 7.2 #155
Posted 4 November 2019 - 10:24
Yesterday I installed OpenPli 7.2RC in my VU+ UNO 4K SE, I ran into an unclear situation. After some time or restarting GUI, network resources are disconnected, I do "mount again", they connect but not all, they can connect one or two in different orders, you need to do "mount again" many times so that all network resources again appeared. After a full reboot, all network resources appear.
I also noticed that my file automounts.xml when copying to the receiver changes the format of the CIFS string to a new one.
My old automounts.xml
<?xml version="1.0" ?> <mountmanager> <nfs> <mount> <active>True</active> <hdd_replacement>False</hdd_replacement> <reload_library>False</reload_library> <ip>192.168.0.10</ip> <sharename>Media</sharename> <sharedir>/mnt/HD/HD_a2/Media</sharedir> <options>rw,nolock</options> </mount> </nfs> <cifs> <mount> <active>True</active> <hdd_replacement>False</hdd_replacement> <reload_library>False</reload_library> <ip>192.168.0.10</ip> <sharename>Work</sharename> <sharedir>Work</sharedir> <options>rw</options> <username>xxxxxxx</username> <password>xxxxxxx</password> </mount> </cifs> <nfs> <mount> <active>True</active> <hdd_replacement>False</hdd_replacement> <reload_library>False</reload_library> <ip>192.168.0.10</ip> <sharename>Torrents</sharename> <sharedir>/mnt/HD/HD_a2/Transmission/complete</sharedir> <options>rw,nolock</options> </mount> </nfs> </mountmanager>
New automounts.xml
<?xml version="1.0" ?> <mountmanager> <nfs> <mount> <active>True</active> <hdd_replacement>False</hdd_replacement> <ip>192.168.0.10</ip> <sharename>Media</sharename> <sharedir>/mnt/HD/HD_a2/Media</sharedir> <options>rw,nolock</options> </mount> </nfs> <cifs> <mount> <active>True</active> <hdd_replacement>False</hdd_replacement> <ip>192.168.0.10</ip> <sharename>Work</sharename> <sharedir>Work</sharedir> <options>vers=1.0,sec=ntlmssp,rw</options> <username>xxxxxxx</username> <password>xxxxxxx</password> </mount> </cifs> <nfs> <mount> <active>True</active> <hdd_replacement>False</hdd_replacement> <ip>192.168.0.10</ip> <sharename>Torrents</sharename> <sharedir>/mnt/HD/HD_a2/Transmission/complete</sharedir> <options>rw,nolock</options> </mount> </nfs> </mountmanager>
Sorry, my english.
Re: OpenPLi Release Candidate 7.2 #156
Posted 4 November 2019 - 11:51
Hi there,
could I ask you to test LAN & WiFi together?
Why? Well I was running an old vu+ duo2 Stock Firmware from 2017. Worked fine.
(use case.: LAN is in private Network, WiFi is in Guest Network)
Anyway, after upgrading to current Stock Firmware, it didn't work any more.
So I looked around & only found one that does work: OpenPLi.
The Network Config for all Firmwares (including OpenPLi) is a mess:
confusing/misnamed dialogues, not in the slightest bit intuitive.
(just one example: asks if you want to store changes when nothing is changed)
But never mind: at least it works with OpenPLi after fiddling around a bit.
So I hope it stays that way...
Re: OpenPLi Release Candidate 7.2 #157
Posted 4 November 2019 - 12:16
OpenPLi 7.2. does autodetection of CIFS mount parameters, like Windows does. And to prevent this happening every time you mount, the mount options are updated with the detected parameters.
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: OpenPLi Release Candidate 7.2 #158
Re: OpenPLi Release Candidate 7.2 #159
Posted 4 November 2019 - 16:54
What's new in OpenPLi 7.2, except for new bugs?
Ah, nice we have a new comedian.
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
Re: OpenPLi Release Candidate 7.2 #160
6 user(s) are reading this topic
0 members, 6 guests, 0 anonymous users