Mailing List archive

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

[linux-dvb] Re: cinergyT2: which kernel/usb module to use?



On Freitag, 3. Dezember 2004 19:09, Stefan Lucke wrote:
> On Freitag, 3. Dezember 2004 09:58, Holger Waechtler wrote:
> > Hi Stefan,
> > 
> > Stefan Lucke wrote:
> > 
> 
> > >
> > >Finally I got the impression that this is a hardware problem and cinergyT2 in this
> > >situation does not get a lock. So I have to return my cinergyT2s.
> > >  
> > >
> > 
> > :) don't be too fast -- see below:
> > 
> 
> OK, I did a "cvs update" and did a short zapping test with vdr. There is NO
> vdr loop anymore when switching from

That was a bit too early. Now the error is back ;-( .

Dec  3 23:22:18 jarada kernel: ff HAS LOCK :-)
Dec  3 23:22:42 jarada last message repeated 72 times
Dec  3 23:22:42 jarada vdr[4342]: switching to channel 7
Dec  3 23:22:42 jarada kernel: ff HAS LOCK :-)
Dec  3 23:22:42 jarada vdr[4351]: transfer thread ended (pid=4351, tid=131078)
Dec  3 23:22:42 jarada vdr[4342]: buffer stats: 253309 (24%) used
Dec  3 23:22:43 jarada vdr[4354]: TS buffer on device 1 thread ended (pid=4354, tid=180233)
Dec  3 23:22:43 jarada vdr[4352]: buffer stats: 74260 (3%) used
Dec  3 23:22:43 jarada vdr[4352]: receiver on device 1 thread ended (pid=4352, tid=147463)
Dec  3 23:22:43 jarada vdr[4342]: buffer stats: 74636 (3%) used
Dec  3 23:22:43 jarada kernel: 00 HAS NOO LOCK :-(
Dec  3 23:22:48 jarada last message repeated 15 times
Dec  3 23:22:48 jarada vdr[4342]: ERROR: device 1 has no lock, can't attach receiver!


code of cinergyt2_query() :

        s->uncorrected_block_count = unc;
if (s->lock_bits & (1 << 6))
printk("%02x HAS LOCK :-)\n",s->lock_bits);
else
printk("%02x HAS NOO LOCK :-(\n",s->lock_bits);

        if (lock_bits != s->lock_bits) {
                wake_up_interruptible(&cinergyt2->poll_wq);
                cinergyt2->pending_fe_events++;


Stefan Lucke





Home | Main Index | Thread Index