Trident TM6000: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (→‎Updated info: update with info regarding chipset doc and a driver implementation)
Line 147: Line 147:


* [http://www.tridentmicro.com/site/investors/10K%20FY2006%20_Final_.pdf Trident SEC filing]
* [http://www.tridentmicro.com/site/investors/10K%20FY2006%20_Final_.pdf Trident SEC filing]

* [http://pctuner.ru/plug-o-att-id-1026.html TM6000 Technical Reference Manual, v1.4, Apr 26 2004]

[[Category:Chipsets]]
[[Category:Chipsets]]
[[Category:Drivers]]
[[Category:Drivers]]

Revision as of 06:29, 18 October 2011

TM6000 Decoder & USB bridge

The TV-Master TM6000 is an integrated Video decoder and USB bridge IC from Trident.

TM5600/6000 based Devices

Driver development in progress:


The following device might work with the driver as well:

If you discover that a device that is not listed here actually works with the driver (see below), please report it to the developers!

Note: according to the Trident SEC filing the TM5400 is PIN compatible with the TM6000 but without a digital TV TS support.

Updated info

There were some efforts on developing a driver for tm5600/tm6000/tm6010 chips.

Michel Ludwig (michel.ludwig gmail.com) did some development mostly focused at DVB-T of tm6000. Mauro Carvalho Chehab did some development moslty focused at analog support, and extended support for tm6010.

There are some versions of the driver at http://linuxtv.org/~hg that merged both developments.

The driver is still at the TODO list, however its development is currently frosen. Mauro intends to return back to it, but this is not on his current top priorities.

Those chips are very buggy and they behave badly if the driver doesn't do exactly the same thing as the original one (it starts to loose frames). The reason is unknown, but it is suspected that there is a firmware or hardware bug at those chips.

Maybe the conversion of the driver to the new i2c approach could help to fix this issue, since this will avoid sending probing packets at i2c bus, as it is known that some i2c probe sequences can hang those chips.

Also, on all tests we've done so far, it can't reliably read data from an i2c device. This prevents that tools like scan work, since you can't be sure if a signal lock happened. Also, driver can't even be sure if xc3028 firmware were successfully loaded on this device.

It is important to notice that the vendor (Trident) doesn't seem to want helping with open source development. Contacts with the vendor were tried during 2007 and 2008 in order to get their help by opening docs, via Linux Foundation NDA program, without success.

The vendor also seems to be refusing so far to help the development of a driver for their demod DRX-K line that they acquired from Micronas (as pointed at http://linux.terratec.de/tv_en.html).

There is evidently some detailed chipset documentation available now as well as source code to another driver implementation [1].

In brief, while we want to fix the driver issues, it is recommend to avoid buying any devices with tm5600/tm6000/tm6010 (and DRX demod) chips.

Info about driver

Developers

  • Michel Ludwig (michel.ludwig AT gmail.com)
  • Mauro Carvalho Chehab (mchehab AT redhat.com)
  • Stefan Ringel (stefan.ringel AT arcor.de)
  • Dmitri Belimov (d.belimov AT gmail.com)

Todo

  • DVB-T works with any supported devices
  • Audio doesn't work with any devices
  • Input control
  • Radio support
  • VBI support
  • remote control
  • switch between 4:3 and 16:9

Acknowledgements

The hosting of the driver files has been generously provided by François Beerten! Thanks a lot!

Experimental Driver

  • Due to high demand, the experimental driver is now available to the public. It provides basic DVB-T support for devices with the USB Id 14aa:0620.

Disclaimer: The experimental driver was never intended to be released. The code contains lots of ugly hacks and no guarantee can given that it is even working at all. Moreover, despite the fact that the driver has been used for several months, the extremely unlikely case of causing hardware damage cannot be fully excluded! In summary, you are using the driver at your own risk!

Additional Warning: It is recommanded to disconnect the USB stick after having stopped watching TV as there is currently no instruction implemented to disable the decoding of the TV signal.

  • Compilation/Installation Instructions

build and install

  • Firmware

v2.4 and v2.7 use the extraction tool

v3.6 xc3028L-v36.fw

  • If the compilation and the extraction of the firmware was successful, you should be able to watch TV via DVB-T now! If you want, you can report your geographical location to the developers, so that a list which contains the locations where the driver is working can be kept.

Kernel module parameter

tm6000

  • debug

enabled or disabled debug info.

0 disabled (default)
>=1 enabled
  • i2c_debug

enabled or disabled i2c debug info.

0 disabled (default)
>=1 enabled
  • ir_debug

enabled or disabled ir debug info.

0 disabled (default)
>=1 enabled
  • enable_ir

enabled or disabled ir.

0 deactivated
1 activated (default)
  • card

selection a card from card list.

0 auto (default)
  • video_nr
?
  • vid_limit
?
  • audio_std (tm6010)

set sif audio standard.

0 auto (default)
1 A2
2 NICAM
3 other (DK3_A2, Korea, Japan, BTSC)

tm6000_alsa

  • debug

enabled debug info.

0 disabled (default)
1 enabled

tm6000_dvb

  • debug

enabled debug info.

0 disabled (default)
1 enabled

TM6010 based Devices

A new version of the TM6000 is present in some devices :

  • Hauppauge HVR900H
  • Compro VideoMate Vista U2800F (DVB-T Hybrid USB stick), black: Article and photos of the PCB: http://www.ixbt.com/monitor/compro-u2800f.shtml
  • Compro VideoMate U2600F (DVB-T Hybrid USB stick), white: This device is almost identical to the U2800F (though does not come with a seperate USB IR reciever module. As far as the stick goes it is just a cosmetic "Vistarization" of the 2600: The components and PCB look identical to the U2800F above, except the rectangular component; T1. The U2800F in the image above shows T1 and T2 to be identical. On my U2600F, T1 is different and has the numbers TA6C 12000S on it. This looks like just a batch difference though. The PCB in my U2600F is identified as 94V-0 w the number 0G9MUH0012 Rev B (This number is obscured on the abovelinked U2800F), but is probably the same (there are no components located there anyway). BTW; my U2600F reports in WinXP's Device Manager as USB\VID_185B&PID_2600\5&23FD63D6&0&8. Compro provide the same rotten software and driver for both models.
  • LifeView "Not Only TV" Hybrid LV5H, Hybrid LV5H Power (Windows drivers for reference to developers)
  • Terratec Cinergy Hybrid Stick
  • Terratec Cinergy Hybrid XE
  • DGTechnics Smart HDTV/FM (with TM6010 chip)

An experimental driver is available from http://linuxtv.org/hg/~mchehab/tm6010/ (currently completely broken - analogue, firmware extraction, etc)

TM6010 support is included in the tm6000 driver (in staging!) available from the V4L/DVB repository. Works with a Terratec Cinergy Hybrid Stick (0ccd:00a5) with the xc2028 tuner module (supports device's xc3028/xc3028L tuner).

An article about installing DGTechnics Smart HDTV/FM with tm6010 and XC3028 can be found at: How to Install DGTechnics Smart HDTV/FM on Linux

External Links