Pinnacle PCTV 200e: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Add to USB category.)
m (some formatting etc)
Line 3: Line 3:
It is currently not supported in the LinuxTV tree, however, drivers do exist (see below).
It is currently not supported in the LinuxTV tree, however, drivers do exist (see below).


==Overview==
==Overview/Features==
The PCTV 200e was first presented at CeBIT 2005, and is still available for about EUR 40. It is identical to some other Pinnacle models; the PCTV 260e, the PCTV 60e and the "PCTV DVB-T Pro USB". It comes with a detachable active antenna.
The PCTV 200e was first presented at CeBIT 2005, and is still available for about EUR 40. It is identical to some other Pinnacle models; the PCTV 260e, the PCTV 60e and the "PCTV DVB-T Pro USB". It comes with a detachable active antenna.


Line 9: Line 9:
* Microtune MT2060 tuner (i2c addr: 0xC0)
* Microtune MT2060 tuner (i2c addr: 0xC0)
* [[Zarlink MT352]] demodulator (i2c addr: 0x3e)
* [[Zarlink MT352]] demodulator (i2c addr: 0x3e)
* Cypress CY7C68013A (FX2LP) USB bridge


===Identification===
The output of ''lsusb -v'' provides that that it has a subsystem ID of: 2304:020e


== Current Status ==
==Making it Work ==

===Firmware===
None required ?

===Drivers===
''provide the details of where the drivers and patches and necessary tools are available ... this means you''

====Current Status====
The code itself is already working. It just needs some cleanup and testing before it can be submitted. Everyone who wants to help, can do so. Just contact the [http://www.linuxtv.org/lists.php LinuxTV mailing list], or contact the developer [http://freeznet.ath.cx:81/public/contact.php directly].
The code itself is already working. It just needs some cleanup and testing before it can be submitted. Everyone who wants to help, can do so. Just contact the [http://www.linuxtv.org/lists.php LinuxTV mailing list], or contact the developer [http://freeznet.ath.cx:81/public/contact.php directly].


Line 20: Line 31:
- pctv200e.ko
- pctv200e.ko


===Source Code===
====Source Code====
To use the driver, you need to use the v4l-dvb tree based on mrec's developement and overwrite the files with the updated versions provided below. It's not very professional. Neither are we :) ...
To use the driver, you need to use the v4l-dvb tree based on mrec's developement and overwrite the files with the updated versions provided below. It's not very professional. Neither are we :) ...


Line 26: Line 37:
* [http://freeznet.ath.cx:81/files/pctv200e-juan-cleaned.zip updated files]
* [http://freeznet.ath.cx:81/files/pctv200e-juan-cleaned.zip updated files]


===Development ToDo List===
====Development ToDo List====
* handle debug output
* handle debug output
* integrate into official v4l tree
* integrate into official v4l tree
* do intensive testing
* do intensive testing
* support the remote control
* support the remote control

===Sample kernel output===
''provide the relevant portion of dmesg here''

===Remote Controll Support===
''discuss support for the remote control here''


== External Links ==
== External Links ==
* [http://www.pinnaclesys.com/PublicSite/uk/Products/Consumer+Products/PCTV+Tuners/PCTV+Digital+PVR+%28DVB-S_DVB-T%29/PCTV+200e.htm Product Page]
* [http://www.pinnaclesys.com/PublicSite/uk/Products/Consumer+Products/PCTV+Tuners/PCTV+Digital+PVR+%28DVB-S_DVB-T%29/PCTV+200e.htm Pinnacle product page]


[[Category:DVB-T]]
[[Category:DVB-T]]

Revision as of 19:04, 24 January 2008

A DVB-T USB 2.0 device from Pinnacle.

It is currently not supported in the LinuxTV tree, however, drivers do exist (see below).

Overview/Features

The PCTV 200e was first presented at CeBIT 2005, and is still available for about EUR 40. It is identical to some other Pinnacle models; the PCTV 260e, the PCTV 60e and the "PCTV DVB-T Pro USB". It comes with a detachable active antenna.

Components Used

  • Microtune MT2060 tuner (i2c addr: 0xC0)
  • Zarlink MT352 demodulator (i2c addr: 0x3e)
  • Cypress CY7C68013A (FX2LP) USB bridge

Identification

The output of lsusb -v provides that that it has a subsystem ID of: 2304:020e

Making it Work

Firmware

None required ?

Drivers

provide the details of where the drivers and patches and necessary tools are available ... this means you

Current Status

The code itself is already working. It just needs some cleanup and testing before it can be submitted. Everyone who wants to help, can do so. Just contact the LinuxTV mailing list, or contact the developer directly.

Since the developers of this driver have virtually no time, no further development is being planned for now. So if you want the driver to be integrated into the official v4l-dvb tree before January 2008, you are welcome to do it yourself.

The following drivers are needed for these devices:

 - dvb-usb.ko
 - pctv200e.ko

Source Code

To use the driver, you need to use the v4l-dvb tree based on mrec's developement and overwrite the files with the updated versions provided below. It's not very professional. Neither are we :) ...

Development ToDo List

  • handle debug output
  • integrate into official v4l tree
  • do intensive testing
  • support the remote control

Sample kernel output

provide the relevant portion of dmesg here

Remote Controll Support

discuss support for the remote control here

External Links