Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: can't record some channels with vdr and a nova-s budget card.



claas+linuxtv-dvb@jucs-kramkiste.de wrote:
> >can't be good. Please run femon again while you are recording
> >and check that there are no drop outs. Also check that the
> >frontend driver is reporting the uncorrected blocks value correctly.
> 
> Sat1 has a high error count as ever:
> 
> Oct 14 21:00:00 tvt1 vdr[375]: cTS2PES got 1225 TS errors, 8801 TS 
> continuity errors
> Oct 14 21:00:00 tvt1 vdr[375]: cTS2PES got 79 TS errors, 3465 TS continuity 
> errors
> Oct 14 21:00:00 tvt1 vdr[375]: buffer stats: 134044 (0%) used
> Oct 14 21:00:00 tvt1 vdr[375]: timer 1 (2 1857-2100 'SAT1') stop
> 
> The femon log from this recording has 8042 lines. 4965 lines with "ber 
> 00000000". The sample from last msg seems to be a good sample that shows 
> overall output.

So I guess it *is* a bad signal issue.

It would be interesting to know how many lines had "unc" != 0. But
stv0299.c has:

        case FE_READ_UNCORRECTED_BLOCKS: 
                *((u32*) arg) = 0;    /* the stv0299 can't measure BER and */
                return -EOPNOTSUPP;   /* errors at the same time.... */

Maybe someone else knows how to midify stv0299.c to provide "unc" instead
of "ber" so you can know for sure.


Johannes


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index