Search found 10 matches

Return to advanced search

Re: How to get SNR in dB?

crazycat Wrote:And some internal dvb drivers in STB provide this info ?


Correct, the drivers on Edision OSmini/mini+/mega (kernel 4.8) return new DVB API statistics.

I think also XSarius returns new DVB API statistics (didn't check yet).

With above Enigma2 uses the dB and % as reported by drivers.
by athoik
Thu Oct 27, 2016 8:34 pm
 
Forum: Linux
Topic: How to get SNR in dB?
Replies: 8
Views: 12644

Re: How to get SNR in dB?

if this usefull for some apps :) Enigma2 :) Here is the usage in userspace: + for(unsigned int i=0; i<prop[0].u.st.len; i++) + { + if (prop[0].u.st.stat[i].scale == FE_SCALE_DECIBEL) + signalqualitydb = prop[0].u.st.stat[i].svalue / 10; + else if (prop[0].u.st.stat[i].scale == FE_SCALE_RELATIVE) + ...
by athoik
Thu Oct 27, 2016 2:29 pm
 
Forum: Linux
Topic: How to get SNR in dB?
Replies: 8
Views: 12644

Re: opensource drivers issue

but not fix the issue we have with 5520 multistandard tuner my hardware profi say its issue with stream transport through usb but we cant debug this so we need from tbs driver team help to fix this issue Sorry I have no idea what is wrong with USB errors. USB errors also occurs on TBS5980 / TBS5925...
by athoik
Wed Oct 26, 2016 4:36 pm
 
Forum: TBS5520 Multi-standard TV Tuner USB Box
Topic: opensource drivers issue
Replies: 24
Views: 31183

Re: How to get SNR in dB?

use dvb-fe-tool -m but need install open-source drivers - https://github.com/tbsdtv/linux_media/wiki P.S. Open-source stv090x driver report legacy SNR(%) = SNR(dB) * 5, Strength(%) = 100 + RFLevel(dBm) @crazycat, can we put both relative and dB scaling to drivers please? I can send patch if you fin...
by athoik
Wed Oct 26, 2016 4:22 pm
 
Forum: Linux
Topic: How to get SNR in dB?
Replies: 8
Views: 12644

Re: opensource drivers issue

we create a patch and tbs5520 now works with mipsel but we test with kernel 4.01 and 4.7.6 and have usb issue any works not good have you a idea for this issue https://youtu.be/3q0SU7K-rSQ 0001-tbs5520-frontend-capabilities.zip It's really great the idea of returning different capabilities per mode...
by athoik
Wed Oct 26, 2016 4:01 pm
 
Forum: TBS5520 Multi-standard TV Tuner USB Box
Topic: opensource drivers issue
Replies: 24
Views: 31183

Re: TBS5925 Loopthrough and SEC_VOLTAGE_OFF

Thanks @crazycat,

Regarding the SEC_VOLTAGE_OFF, why is missing from most TBS tuners? It seems that 0x02 is the correct command.

I also thing that we are sending 13V when fe_sec_voltage is SEC_VOLTAGE_OFF.
by athoik
Thu Oct 06, 2016 1:17 am
 
Forum: Linux
Topic: TBS5925 Loopthrough and SEC_VOLTAGE_OFF
Replies: 2
Views: 4191

TBS5925 Loopthrough and SEC_VOLTAGE_OFF

Hi, Is it possible to control the loop out of TBS5925? Here is the same question for TBS6925. As it is now the loop through works only on the same band and polarity the 6925 is locked on. Same applies to TBS5925? Does it make any sence to use SEC_VOLTAGE_OFF? Because with SEC_VOLTAGE_OFF loop is com...
by athoik
Wed Oct 05, 2016 4:45 am
 
Forum: Linux
Topic: TBS5925 Loopthrough and SEC_VOLTAGE_OFF
Replies: 2
Views: 4191

Re: TBS5925 supported in OpenPLI and SatDreamGr image

It seems that there is another patch on patchwork.linuxtv from updatelee that makes blindscan-s2 to work ;) https://patchwork.linuxtv.org/patch/19387/ root@osmini:~# ./blindscan-s2 -b -a 1 frontend: (STV090x Multistandard) fmin 950 MHz fmax 2150 MHz min_sr 1000 Ksps max_sr 45000 Ksps 922 H 27561 SIG...
by athoik
Sat Mar 26, 2016 9:58 pm
 
Forum: Linux
Topic: TBS5925 supported in OpenPLI and SatDreamGr image
Replies: 19
Views: 30974

Re: TBS5925 supported in OpenPLI and SatDreamGr image

Hi crazycat, I saw that TBS5980 is supported by v4l-updatelee and listed as blindscan capable. Although there are huge changes in stv090x.c comparing with kernel 4.5 Currently I am using patches from patchwork for TBS + mis/pls +dB + ts sync in stv090x and the following patch to enable algo BS on de...
by athoik
Fri Mar 25, 2016 1:59 pm
 
Forum: Linux
Topic: TBS5925 supported in OpenPLI and SatDreamGr image
Replies: 19
Views: 30974

Re: TBS5925 supported in OpenPLI and SatDreamGr image

Hi, I have already compiled blindscan-s2 but it dosn't produce good results for TBS5980! root@osmini:~# time ./blindscan-s2 -b -a 1 -s 950 -e 1050 -v frontend: (STV090x Multistandard) fmin 950 MHz fmax 2150 MHz min_sr 1000 Ksps max_sr 45000 Ksps Tuning LBAND: 950 947 H 1000 SIG 58.0 % SNR 0.0 dB DVB...
by athoik
Thu Mar 24, 2016 9:32 pm
 
Forum: Linux
Topic: TBS5925 supported in OpenPLI and SatDreamGr image
Replies: 19
Views: 30974

Return to advanced search

cron