Mailing List archive

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

[linux-dvb] Re: dec2000-t success



On Sun, 27 Apr 2003, Alex Woods wrote:

> 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.

Yup, there certainly are some glitches left. For me it only works if I do 
everything in a certain order, i.e., dec must be switched on and running 
before I load the kernel module. It also doesn't like the usb-uhci 
interrupt to be shared with my network card (I have to ifconfig down 
eth1). Sometimes the video stream appears to be corrupt, the video looks 
horrible and mplayer complains a lot, otoh the audio is still fine. I 
also have some tuning issues but am not sure whether my channels.conf is 
fully correct.

Also, some of the common tools (tzap, dvbtune etc.) seem to silently
assume a fully featured (not budget) card and try to setup streams that
the dec does not deliver ? Which programs are you recommending for tuning
and playback ?

> > 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'.  

see attached. Somehow it seems to boot, disconnect, boot again ?

> Could you also let me know what the firmware version of your dec is, please?

I had made an update over air (I am living in Berlin, Germany) and it says 
software version is:
 DEC2000-t Ver 1.05de

Regards,
Reiner
Apr 27 10:16:58 gin kernel: usb.c: registered new driver TechnoTrend/Hauppauge DEC USB
Apr 27 10:16:58 gin kernel: ttusb_dec_probe
Apr 27 10:16:58 gin kernel: ttusb_dec_init_usb
Apr 27 10:16:58 gin kernel: ttusb_dec_alloc_iso_urbs
Apr 27 10:16:58 gin kernel: ttusb_dec_setup_urbs
Apr 27 10:16:58 gin kernel: ttusb_dec_init_stb
Apr 27 10:16:58 gin kernel: ttusb_dec_send_command
Apr 27 10:16:58 gin kernel: ttusb_dec_send_command: command: 0xAA 0x01 0x08 0x00 
Apr 27 10:16:58 gin kernel: ttusb_dec_send_command: result: 0x55 0x01 0x08 0x0C 0x00 0x00 0x00 0x00 0x00 0x07 0x00 0x09 0x01 0x05 0x64 0x65 
Apr 27 10:16:58 gin kernel: ttusb_dec_boot_dsp
Apr 27 10:16:58 gin kernel: ttusb_dec_send_command
Apr 27 10:16:58 gin kernel: ttusb_dec_send_command: command: 0xAA 0x02 0x41 0x0A 0x00 0x06 0xFD 0x8C 0x00 0x00 0x1E 0x59 0x61 0x00 
Apr 27 10:16:58 gin kernel: ttusb_dec_send_command: result: 0x55 0x02 0x41 0x01 0xFF 
Apr 27 10:17:02 gin kernel: ttusb_dec_send_command
Apr 27 10:17:02 gin kernel: ttusb_dec_send_command: command: 0xAA 0x03 0x43 0x01 0x61 
Apr 27 10:17:02 gin kernel: ttusb_dec_send_command: result: 0x55 0x03 0x43 0x01 0xFF 
Apr 27 10:17:02 gin kernel: ttusb_dec_init_dvb
Apr 27 10:17:02 gin kernel: DVB: registering new adapter (dec2000).
Apr 27 10:17:02 gin kernel: dec2000_frontend_attach
Apr 27 10:17:02 gin kernel: DVB: registering frontend 0:0 (TechnoTrend/Hauppauge DEC-2000-t Frontend)...
Apr 27 10:17:02 gin kernel: ttusb_dec_init_v_pes
Apr 27 10:17:04 gin kernel: usb.c: USB disconnect on device 4
Apr 27 10:17:04 gin kernel: ttusb_dec_disconnect
Apr 27 10:17:04 gin kernel: ttusb_dec_exit_usb
Apr 27 10:17:04 gin kernel: ttusb_dec_free_iso_urbs
Apr 27 10:17:04 gin kernel: ttusb_dec_exit_dvb
Apr 27 10:17:04 gin kernel: dec2000_frontend_detach
Apr 27 10:17:04 gin modprobe: modprobe: Can't locate module block-major-2
Apr 27 10:17:04 gin last message repeated 3 times
Apr 27 10:17:16 gin kernel: hub.c: USB new device connect on bus1/2/3, assigned device number 5
Apr 27 10:17:16 gin kernel: ttusb_dec_probe
Apr 27 10:17:16 gin kernel: ttusb_dec_init_usb
Apr 27 10:17:16 gin kernel: ttusb_dec_alloc_iso_urbs
Apr 27 10:17:16 gin kernel: ttusb_dec_setup_urbs
Apr 27 10:17:16 gin kernel: ttusb_dec_init_stb
Apr 27 10:17:16 gin kernel: ttusb_dec_send_command
Apr 27 10:17:16 gin kernel: ttusb_dec_send_command: command: 0xAA 0x01 0x08 0x00 
Apr 27 10:17:16 gin kernel: ttusb_dec_send_command: result: 0x55 0x01 0x08 0x0C 0xFF 0xFF 0xFF 0xFF 0x00 0x07 0x00 0x09 0x01 0x42 0x00 0x00 
Apr 27 10:17:16 gin kernel: ttusb_dec_boot_dsp
Apr 27 10:17:16 gin kernel: ttusb_dec_send_command
Apr 27 10:17:16 gin kernel: ttusb_dec_send_command: command: 0xAA 0x02 0x41 0x0A 0x00 0x06 0xFD 0x8C 0x00 0x00 0x1E 0x59 0x61 0x00 
Apr 27 10:17:16 gin kernel: ttusb_dec_send_command: result: 0x5A 0x02 0x41 0x00 
Apr 27 10:17:18 gin kernel: ttusb_dec_send_command
Apr 27 10:17:18 gin kernel: ttusb_dec_send_command: command: 0xAA 0x03 0x43 0x01 0x61 
Apr 27 10:17:18 gin kernel: ttusb_dec_send_command: result: 0x5A 0x03 0x43 0x00 
Apr 27 10:17:18 gin kernel: ttusb_dec_init_dvb
Apr 27 10:17:18 gin kernel: DVB: registering new adapter (dec2000).
Apr 27 10:17:18 gin kernel: dec2000_frontend_attach
Apr 27 10:17:18 gin kernel: DVB: registering frontend 0:0 (TechnoTrend/Hauppauge DEC-2000-t Frontend)...
Apr 27 10:17:18 gin kernel: ttusb_dec_init_v_pes
Apr 27 10:17:21 gin /etc/hotplug/usb.agent: Setup usbcam for USB product b48/1008/100
Apr 27 10:17:21 gin /etc/hotplug/usb.agent: Module setup usbcam for USB product b48/1008/100

Home | Main Index | Thread Index