Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #21
Posted 12 March 2017 - 19:04
Tommorow, i guess images will become available that contain the fix. No need for script.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #22
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #23
Posted 12 March 2017 - 19:11
Today build server had an issue.
But the question remain, the echo commands fix the problem temporarily?
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #24
Posted 12 March 2017 - 19:19
In the meanwhile the following commands should fix the issue with A on input 3/4.
echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3PS. The drivers expect from Enigma2 to initialize to correct input 0->A 1->B 2->C 3->D. It seems that they default to A.
YES, I confirm, it working now with these echo commands, thanks again
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #25
Posted 12 March 2017 - 19:22
YES, I confirm, it working now with these echo commands, thanks again
In the meanwhile the following commands should fix the issue with A on input 3/4.echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3PS. The drivers expect from Enigma2 to initialize to correct input 0->A 1->B 2->C 3->D. It seems that they default to A.
Nice, as it was expected.
Once updates become available they will fix the issue. Until then, use the echo command to set the correct input.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #26
Posted 12 March 2017 - 19:49
In the meanwhile the following commands should fix the issue with A on input 3/4.
echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3PS. The drivers expect from Enigma2 to initialize to correct input 0->A 1->B 2->C 3->D. It seems that they default to A.
YES, working after applying the commands.
Thank You very Much
Vu+ Duo 2
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #27
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #28
Posted 21 April 2017 - 21:34
I've got this issue again with update from 21.4. and vu+ duo2 and the commands doesn't work after reboot. Then it is ABAA again.I'm back from my vacation and updated. Now it works perfectly again. Thanks
Gesendet von meinem SM-T813 mit Tapatalk
Edited by fidelcastro54, 21 April 2017 - 21:35.
VU+ Duo2 *OpenPLI 7.0 *int. 1TB HDD *16TB QNAP-NAS Gb-LAN *OSCam*HD+ HD02 *Sky V14 *MTV Unlimited
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #29
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #30
Posted 21 April 2017 - 21:40
/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:A
/proc/stb/tsmux/ci1_tsclk_choices:normal high
/proc/stb/tsmux/ci0_tsclk_choices:normal high
/proc/stb/tsmux/ci1_tsclk:high
/proc/stb/tsmux/ci0_tsclk:high
/proc/stb/tsmux/ci1_input_choices:CI0 A B
/proc/stb/tsmux/ci0_input_choices:CI1 A B
/proc/stb/tsmux/ci1_input:A
/proc/stb/tsmux/ci0_input:A
root@et8000:~#
Gesendet von meinem SM-T813 mit Tapatalk
VU+ Duo2 *OpenPLI 7.0 *int. 1TB HDD *16TB QNAP-NAS Gb-LAN *OSCam*HD+ HD02 *Sky V14 *MTV Unlimited
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #31
Posted 21 April 2017 - 21:52
Anywy the 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.
echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3Manufaturer should add input2_choices and input3_choices nodes.
If it takes too long for manufacturer to fix, the solution is to create a script that will initialize them.
Anyway the echo commands, solve the issue?
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #32
Posted 21 April 2017 - 21:57
Gesendet von meinem SM-T813 mit Tapatalk
Edited by fidelcastro54, 21 April 2017 - 21:59.
VU+ Duo2 *OpenPLI 7.0 *int. 1TB HDD *16TB QNAP-NAS Gb-LAN *OSCam*HD+ HD02 *Sky V14 *MTV Unlimited
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #33
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #34
Posted 21 April 2017 - 22:06
Add the following into a file named fixin.sh and place it in /etc/init.d/
#!/bin/sh echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3 exit 0Then type the following to automatically start
update-rc.d fixin.sh defaults
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #35
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #36
Posted 21 April 2017 - 22:16
At least we know that vuduo2 doesn't have choices nodes although expects something.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #37
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #38
Posted 21 April 2017 - 22:26
Adding workarounds to Enigma2 is something we are trying hardly to avoid.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #39
Posted 22 April 2017 - 06:31
Ok its et8000! I thought it was VU+ because previously VU+ suffered from an issue with tsmux.
Anywy the 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.echo -n C > /proc/stb/tsmux/input2 echo -n D > /proc/stb/tsmux/input3Manufaturer should add input2_choices and input3_choices nodes.
If it takes too long for manufacturer to fix, the solution is to create a script that will initialize them.
Anyway the echo commands, solve the issue?
Thanks a lot !!!!
Re: Vuplus duo2 dvb-t2 tuner Nim TT3L10 stopped working #40
6 user(s) are reading this topic
0 members, 6 guests, 0 anonymous users