msniper Wrote:Hi Cody
Any update on a fix for this?
hi Richard, this is pending and i will get soon to it.
msniper Wrote:Also, these units find less channels
they should find the same channels as far as those channels are within specifications of the DVB-S2 tuner and demodulator of Q-box S2, which are different than DVB-S2 tuner and demodulator of TBS 6980/6981. so, can you give me examples, which channels your Q-box S2 can't find, but TBS 6980/6981 can.
msniper Wrote:and show a much lower signal strength than a 6980 on the same dish. What debugging stuff can I turn on to find out why?
i'm not sure, maybe i already explained it somewhere in the forum, but let me explain it again.
short answer here is - that is not a problem and there is nothing for debugging, because "signal strength" scales are not calculated in the same way and you can't compare them directly, e.g. what 60% for TBS 6980/6981 is, doesn't mean the same for Q-box S2.
long answer is the actual explanation why - Windows use percents for measurement unit, but that's not real measurement unit neither for "signal quality", nor for "signal strength", which respectively are measured and reported by the hardware in dB and dBm. so, every driver use calculation to convert dB and dBm values to percents, but that is not precise calculation - for example: let say "signal quality" is measured by the hardware as 13 dB, but one driver assumes 20 dB should be considered 100% and the other driver assumes 16 dB should be considered 100% then using the simplest calculation for converting the dB value to percents: (13/20)*100 = 65% for the first driver and (13/16)*100 = 81.25%, but from physical point of view the signal measured by both is the same 13 dB. i hope this example give you idea where is the problem - just Windows requires "signal quality" and "signal strength" to be reported in percents and there is no universal/unified/standard way to convert something like dB and dBm to percents or in other words - indeed you can compare hardware in such way, but not with values in percents, but if you know the values in dB and dBm, which is not the case in Windows. for TBS 6980/6981 you can get dB and dBm in Linux and it is also possible to get dB value for Q-box S2 in Linux.