Mailing List archive

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

[linux-dvb] Re: dec2000-t success



On Saturday 26 Apr 2003 9:05 pm, Reiner Klenk wrote:
> Greetings,
>
> after some guessing and fiddling: dec2000-t rendering perfectly via ts2ps
> and mplayer ! Sound too !

Great!  It's good to get some feedback - I only have one setup to test things 
with.  Channel zapping fails occasionally - sometimes the dec not tuning, and 
sometimes the usb communications timing out (unsure of what causes that yet), 
so if you're going to record something, it's best to check that everything is 
streaming correctly beforehand.

> Using kernel 2.4.19 and a CVS of dvb-kernel checked out this morning. I
> had to make one modifcation to ttusb_dec.c, in line 865 changed
>
> if (result == 0x10)
>
> to:
>
> if (result == 0x0c)

This bit is testing whether the bootcode has been loaded onto the dec or not 
yet.  For me, 0x10 gets returned if the bootcode is not loaded yet.  It would 
be useful if you could insmod dvb-ttusb-dec with debug=1 and send me the 
kernel log lines between 'ttusb_dec_init_stb' and 'ttusb_dec_boot_dsp'.  
Could you also let me know what the firmware version of your dec is, please?

Cheers,
Alex




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



Home | Main Index | Thread Index