PDA

View Full Version : [VU+ Duo4K SE] Signal display



tappari
12-05-22, 11:37
Why Vu+ Duo4K SE signal display with BCM3466 tuner is max 51% ?

twol
12-05-22, 13:28
Why Vu+ Duo4K SE signal display with BCM3466 tuner is max 51% ?

Probably because of this: (same in OpenPli)
else if (strstr(m_description, "Vuplus DVB-T NIM(BCM3466)")) // VU+ 4K dual DVB-C/T2
{
ret = (int)(snr / 43.5);

Ev0
12-05-22, 17:56
Probably because of this: (same in OpenPli)
else if (strstr(m_description, "Vuplus DVB-T NIM(BCM3466)")) // VU+ 4K dual DVB-C/T2
{
ret = (int)(snr / 43.5);

That's the one I fixed in OpenBh:

ret = (int)(snr / 22.8);

Orlandox
12-05-22, 18:12
Can it be fixed also in OpenViX ?

twol
12-05-22, 19:07
Can it be fixed also in OpenViX ?

Naturally!