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?



Some more infos when tuning fails. I dumped the complete status information.
failed tuning to ch7:
Dec  4 00:17:04 jarada kernel: 0c ec 02 00 07 89 20 00 ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  (param_flags = 00) 00 HAS NOO LOCK :-(
Dec  4 00:17:09 jarada last message repeated 14 times

successful tuning to ch7:
Dec  4 00:17:12 jarada kernel: 0c ec 02 00 07 85 20 01 db 2d 00 00 00 00 00 00 00 00 00 00 00 00 00 03 00  (param_flags = 00) 03 HAS NOO LOCK :-(
Dec  4 00:17:12 jarada kernel: 0c ec 02 00 07 89 20 00 db 8d 86 00 00 00 00 00 00 00 00 00 00 00 00 ff 00  (param_flags = 00) ff HAS LOCK :-)
Dec  4 00:17:12 jarada vdr[5181]: transfer thread started (pid=5181, tid=835590)

code snippet:
        s->uncorrected_block_count = unc;
{
int i;unsigned char *p = (unsigned char *)s;
for(i=0;i<sizeof(*s);i++,p++)
  printk("%02x ", *p);
printk(" (param_flags = %02x) ",cinergyt2->param.flags);
}
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) {

-- 
stefan lucke





Home | Main Index | Thread Index