Jump to content


Photo

VU+ Solo 2 problem after updating to 7.2

VU+ Solo 2 problem

  • Please log in to reply
19 replies to this topic

#1 sarab_h

  • Senior Member
  • 32 posts

0
Neutral

Posted 7 December 2019 - 16:08

after updating from open pli 7.1 to 7.2 when i push any button from the remote i get the attached error and the box resets

 



Re: VU+ Solo 2 problem after updating to 7.2 #2 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 7 December 2019 - 16:13

What attached error?


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: VU+ Solo 2 problem after updating to 7.2 #3 sarab_h

  • Senior Member
  • 32 posts

0
Neutral

Posted 7 December 2019 - 16:20

the attached picture

Attached Files



Re: VU+ Solo 2 problem after updating to 7.2 #4 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 7 December 2019 - 16:22

I've seen this yesterday during testing. How did you do the update, it looks like the update wasn't complete.


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: VU+ Solo 2 problem after updating to 7.2 #5 sarab_h

  • Senior Member
  • 32 posts

0
Neutral

Posted 7 December 2019 - 16:24

I used the software update plugin and with the fist option "restart and update"

is there a way to fix it?


Edited by sarab_h, 7 December 2019 - 16:29.


Re: VU+ Solo 2 problem after updating to 7.2 #6 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 7 December 2019 - 16:32

It is probably related to the issues with the package feeds of 7.2-release we had earlier today.

 

Can you login and get a commandline?


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: VU+ Solo 2 problem after updating to 7.2 #7 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 7 December 2019 - 16:36

If so, login, and copy and paste these commands (one line at the time):

init 4
opkg update
for f in `opkg list-installed`; do if [ "$f" != "-" -a "`echo $f | grep -c "^[0-9].*"`" -eq 0 ]; then opkg install $f --force-reinstall; fi; done
reboot

this will stop Enigma, refresh all installed packages, and restarts the box.

 

edit:

 

Issue has been identified as a missing package, required for the kernel update. This fixes it (and is a lot faster than the above):

opkg mtd-utils
opkg install kernel-image --force-reinstall

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: VU+ Solo 2 problem after updating to 7.2 #8 sarab_h

  • Senior Member
  • 32 posts

0
Neutral

Posted 7 December 2019 - 16:38

i can connect to the box with filezilla and openwebif



Re: VU+ Solo 2 problem after updating to 7.2 #9 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 7 December 2019 - 16:42

That doesn't do it, you need a commandline, with either telnet or ssh.


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: VU+ Solo 2 problem after updating to 7.2 #10 sarab_h

  • Senior Member
  • 32 posts

0
Neutral

Posted 7 December 2019 - 21:18

Thanks it worked

Re: VU+ Solo 2 problem after updating to 7.2 #11 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 7 December 2019 - 21:26

Cool, thanks for the feedback.


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: VU+ Solo 2 problem after updating to 7.2 #12 erkman

  • Senior Member
  • 90 posts

+2
Neutral

Posted 9 December 2019 - 16:28

 

If so, login, and copy and paste these commands (one line at the time):

init 4
opkg update
for f in `opkg list-installed`; do if [ "$f" != "-" -a "`echo $f | grep -c "^[0-9].*"`" -eq 0 ]; then opkg install $f --force-reinstall; fi; done
reboot

this will stop Enigma, refresh all installed packages, and restarts the box.

 

edit:

 

Issue has been identified as a missing package, required for the kernel update. This fixes it (and is a lot faster than the above):

opkg mtd-utils
opkg install kernel-image --force-reinstall

opkg mtd-utils? there is missing something or?


ET9200 openpli 6.2 ET4000 openpli 4 Solo2 openpli 7.2


Re: VU+ Solo 2 problem after updating to 7.2 #13 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 9 December 2019 - 16:32

No, that was a red herring. busybox will provide flash_erase if mtd-utils is not installed.

 

There is something seriously wrong with the entire build process. I just forced an enigma update and build a new image. New enigma package is build, the log says it's installed in the rootfs, but if I flash the image, it contains an old enigma.

 

At the moment we're very puzzled...


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: VU+ Solo 2 problem after updating to 7.2 #14 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 9 December 2019 - 16:47

Yes, install is missing.
opkg install mtd-utils
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: VU+ Solo 2 problem after updating to 7.2 #15 erkman

  • Senior Member
  • 90 posts

+2
Neutral

Posted 9 December 2019 - 16:56

thanks


ET9200 openpli 6.2 ET4000 openpli 4 Solo2 openpli 7.2


Re: VU+ Solo 2 problem after updating to 7.2 #16 erkman

  • Senior Member
  • 90 posts

+2
Neutral

Posted 9 December 2019 - 17:09

Take the long way because unsure with  the lost install, but works for me too on my Solo2


ET9200 openpli 6.2 ET4000 openpli 4 Solo2 openpli 7.2


Re: VU+ Solo 2 problem after updating to 7.2 #17 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 9 December 2019 - 17:14

Sorry about that typo, my brain is already passed the point of being able to cope... :(


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: VU+ Solo 2 problem after updating to 7.2 #18 erkman

  • Senior Member
  • 90 posts

+2
Neutral

Posted 9 December 2019 - 17:16

hey its ok, it works. also all fine :)


ET9200 openpli 6.2 ET4000 openpli 4 Solo2 openpli 7.2


Re: VU+ Solo 2 problem after updating to 7.2 #19 Mila_s

  • Member
  • 10 posts

0
Neutral

Posted 26 February 2020 - 22:21

On my VU+ Solo 4 k the fast way is not working. The longer way somehow is, but is very unstable, and most plugins not working.
Is there a way how to upgrade to 7.2, keeping all plugins, and updating the plugins then ?

 

If not - how long can I live with 7.1 ? (plugins cannot be updated).



Re: VU+ Solo 2 problem after updating to 7.2 #20 WanWizard

  • PLi® Core member
  • 68,303 posts

+1,718
Excellent

Posted 26 February 2020 - 22:27

Did you install plugins manually, or are you talking about plugins from the feed?


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.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users