Difference between revisions of "Receivers:Vu"
Rick Hunter (talk | contribs) |
Rick Hunter (talk | contribs) |
||
Line 74: | Line 74: | ||
Note: Please bear in mind: To flash an image there may be only one USB-device connected with the receiver and that's the USB-device with the image you want to flash. If there are more USB-devices connected the flash procedure will most likely fail and won't even start! | Note: Please bear in mind: To flash an image there may be only one USB-device connected with the receiver and that's the USB-device with the image you want to flash. If there are more USB-devices connected the flash procedure will most likely fail and won't even start! | ||
+ | |||
+ | ---- | ||
+ | '''Cable Scan issue's?''' | ||
+ | |||
+ | There is bug with the VU+ drivers so that a scan can not be completed if tuner D is used. | ||
+ | |||
+ | <u>This is the issue:</u> | ||
+ | input3 and input2 have no input3_choices or input4_choices so the Enigma2 doesn't try to initialize them. | ||
+ | |||
+ | /proc/stb/tsmux/input1_choices:CI0 CI1 A B | ||
+ | /proc/stb/tsmux/input0_choices:CI0 CI1 A B | ||
+ | /proc/stb/tsmux/input3:A | ||
+ | /proc/stb/tsmux/input2:A | ||
+ | /proc/stb/tsmux/input1:B | ||
+ | /proc/stb/tsmux/input0:AA simple solution is to initialize them manually. | ||
+ | |||
+ | <u>Temporary solution until reboot</u> | ||
+ | echo -n C > /proc/stb/tsmux/input2 | ||
+ | echo -n D > /proc/stb/tsmux/input3Manufaturer should add input2_choices and input3_choices nodes. | ||
+ | |||
+ | <u>Temporary Solution, that still works after a reboot:</u> | ||
+ | Install the IPK files that are posted at: https://forums.openpli.org/topic/49214-vuplus-duo2-dvb-t2-tuner-nim-tt3l10-stopped-working/page-3#entry701207 | ||
+ | Reboot the receiver, and the scan problems are solved. |
Revision as of 09:33, 25 June 2017
Supported receivers
Solo
Duo
Uno
Ultimo
Solo2
Duo2
Solo SE
Zero
Solo 4K
Uno 4K
Ultimo 4K
How to flash Vu+ Zero receiver...
Download a image from: https://openpli.org Unpack the ZIP file and place the content on a USB disk.
- Format your USB stick with a FAT32 file system
- Download the USB image of your choice on http://openpli.org/download/vuplus/vuzero/
- Extract the USB image (it is a .zip archive) on your PC using your favorite unzip tool to the root directory of your USB stick. The result is that you get a directory vuplus and in this directory you find a directory zero in which you find the necessary files.
- Disconnect all USB flash drives connected to your receiver.
- Insert the prepared USB stick into the back of your VU+ Zero receiver
- Switch your VU+ Zero off (power-off, not stand-by!). Or choose restart in your receiver: Menu -> Standby / Restart -> Restart and go directly to step 8
- Switch your VU+ Zero on
- The white led will quickly flash two or three times then start to fade in and out slowly.
- The flashing is done when the led light rapidly blinks on the front panel.
- Switch the power off and on again to reboot.
How to flash Vu+ Duo receiver...
Download a image from: https://openpli.org Unpack the ZIP file and place the content on a USB disk.
- Format your USB stick with a FAT32 file system
- Download the USB image of your choice on http://openpli.org/download/vuplus/vuduo/
- Extract the USB image (it is a .zip archive) on your PC using your favorite unzip tool to the root directory of your USB stick. The result is that you get a directory vuplus and in this directory you find a directory duo in which you find the necessary files.
- Insert the prepared USB stick into the front of your VU+ Duo receiver
- Switch your VU+ Duo off (power-off, not stand-by!). Or choose restart in your receiver: Menu -> Standby / Restart -> Restart and go directly to step 7
- Switch your VU+ Duo on
- Wait until you receive the message to reboot your Vu+ Duo
- Remove the USB-stick and switch the power off and on again to reboot.
How to flash Vu+ Solo SE receiver...
Download a image from: https://openpli.org Unpack the ZIP file and place the content on a USB disk.
- Format your USB stick with a FAT32 file system
- Download the USB image of your choice on http://openpli.org/download/vuplus/vusolose/
- Extract the USB image (it is a .zip archive) on your PC using your favorite unzip tool to the root directory of your USB stick. The result is that you get a directory vuplus and in this directory you find a directory zero in which you find the necessary files.
- Disconnect all USB flash drives connected to your receiver.
- Insert the prepared USB stick into the back of your VU+SoloSE receiver
- Switch your VU+SoloSE off (power-off, not stand-by!). Or choose restart in your receiver: Menu -> Standby / Restart -> Restart and go directly to step 8
- Switch your VU+SoloSE on
- The white led will quickly flash two or three times then start to fade in and out slowly.
- The flashing is done when the led light rapidly blinks on the front panel.
- Switch the power off and on again to reboot.
How to flash Vu+ Solo 2 receiver...
Download a image from: https://openpli.org Unpack the ZIP file and place the content on a USB disk.
- Format your USB stick with a FAT32 file system
- Download the USB image of your choice on http://openpli.org/download/vuplus/vusolo2/
- Extract the USB image (it is a .zip archive) on your PC using your favorite unzip tool to the root directory of your USB stick. The result is that you get a directory vuplus and in this directory you find a directory solo2 in which you find the necessary files.
- Insert the prepared USB stick into the front of your VU+ Solo2 receiver
- Switch your VU+ Solo2 off (power-off, not stand-by!). Or choose restart in your receiver: Menu -> Standby / Restart -> Restart and go directly to step 7
- Switch your VU+ Solo2 on
- After powering on the Solo2 you see: Starting. If the USB-stick is properly recognised you will see the following text (alternating) Update! Press Power
- During the showing of the above text press the power button (on the receiver!) The text will be shown about 5-8 seconds.
- After the flash procedure the Solo2 will be rebooted automatically. If not switch the power off and on again to reboot.
Note: Please bear in mind: To flash an image there may be only one USB-device connected with the receiver and that's the USB-device with the image you want to flash. If there are more USB-devices connected the flash procedure will most likely fail and won't even start!
Cable Scan issue's?
There is bug with the VU+ drivers so that a scan can not be completed if tuner D is used.
This is the issue: input3 and input2 have no input3_choices or input4_choices so the Enigma2 doesn't try to initialize them.
/proc/stb/tsmux/input1_choices:CI0 CI1 A B /proc/stb/tsmux/input0_choices:CI0 CI1 A B /proc/stb/tsmux/input3:A /proc/stb/tsmux/input2:A /proc/stb/tsmux/input1:B /proc/stb/tsmux/input0:AA simple solution is to initialize them manually.
Temporary solution until reboot
echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3Manufaturer should add input2_choices and input3_choices nodes.
Temporary Solution, that still works after a reboot: Install the IPK files that are posted at: https://forums.openpli.org/topic/49214-vuplus-duo2-dvb-t2-tuner-nim-tt3l10-stopped-working/page-3#entry701207 Reboot the receiver, and the scan problems are solved.