Oliver Endriss wrote: > Oliver Endriss wrote: >> e9hack wrote: >>> the uncorrected block count is reset on a read request for the tda10021 and stv0297. This >>> makes the UNC value of the femon plugin useless. >> Why? It does not make sense to accumulate the errors forever, i.e. >> nobody wants to know what happened last year... >> >> Afaics it is ok to reset the counter after reading it. >> All drivers should behave this way. >> >> If the femon plugin requires something else it might store the values >> and process them as desired. >> >> Afaics the femon command line tool has no problems with that. > > Argh, I just checked the API 1.0.0. spec: > | FE READ UNCORRECTED BLOCKS > | This ioctl call returns the number of uncorrected blocks detected by the device > | driver during its lifetime. For meaningful measurements, the increment > | in block count during a speci c time interval should be calculated. For this > | command, read-only access to the device is suf cient. > | Note that the counter will wrap to zero after its maximum count has been > | reached > > So it seens you are right and the drivers should accumulate the errors > forever. Any opinions? > There are some devices that automatically reset the unc counter registers as they are read, and other devices that wrap to zero after its maximum count has been reached, unless the driver explicitly clears it. *(see below) There are other devices that dont give unc info directly, but instead report an average unc per time interval. I think it's possible that at the time the 1.0.0 spec was written, most devices were known to exhibit the behavior as described in the blurb quoted from the API 1.0.0 spec, above. I don't think that all of the drivers comply to this, exactly as described, and it might be difficult to correct this across the board :-( In many cases, we might not know for sure how absolute the value is, read from these registers on a given device. I am not sure what we should do, but here is an argument that supports the API 1.0.0 spec: *There are some demods whose firmware uses these counters to determine lock state. If we explicitly clear the counter registers during a channel scan, we can potentially confuse the firmware into detecting false locks, and not detecting real locks. -Mike _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb