Pinnacle PCTV 200e: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(→‎Current Status: updated a bit.)
Line 7: Line 7:


== Current Status ==
== Current Status ==
As of May 2007 the driver is currently being written/debugged.
As of June 2007 the driver is currently being written/debugged. Everyone who wants to help, can do so. Just contact the [http://www.linuxtv.org/lists.php LinuxTV mailing list], or contact the developer on the LinuxTV IRC (his nick: freez).


Current task:
* making it possible to send i2c messages without crashing the driver.(seems to be a C only problem) (--[[User:Kupetzky|Kupetzky]] 20:48, 30 May 2007 (CEST))


===Current Tasks===
* kill a "NULL pointer dereference" -- (currently using a workaround)
* fix frontend_attach failure. (likely reason: the i2c_xfer() does the wrong things)


===Source Code===
Stuff that might be useful:
The source code is available at mrec's site:

[http://mcentral.de/hg/~mrec/v4l-dvb-pinnacle200e http://mcentral.de/hg/~mrec/v4l-dvb-pinnacle200e]

===Stuff that might be useful===
* [http://freeznet.ath.cx:81/files/usbsnoop_pctv200e.log.bz2 usbsnoop_pctv200e.log.bz2] (compressed ~94MB)
* [http://freeznet.ath.cx:81/files/usbsnoop_pctv200e.log.bz2 usbsnoop_pctv200e.log.bz2] (compressed ~94MB)
* [http://freeznet.ath.cx:81/files/lsusb.log lsusb.log]
* [http://freeznet.ath.cx:81/files/lsusb.log lsusb.log]

Revision as of 19:20, 18 June 2007

The Pinnacle PCTV 200e is a DVB-T highspeed USB 2.0 adapter with an active antenna. It was first presented on the CeBIT 2005, and still available for about EUR 40,-.

Under Windows it can be used with alternative DVB software thanks to existing BDA drivers, while under GNU\Linux support is still missing, although both the frontend MT352 and the tuner MT2060 are already supported by LinuxTV.

The PCTV 200e is identical to the PCTV 260e, the PCTV 60e and the "PCTV DVB-T Pro USB".


Current Status

As of June 2007 the driver is currently being written/debugged. Everyone who wants to help, can do so. Just contact the LinuxTV mailing list, or contact the developer on the LinuxTV IRC (his nick: freez).


Current Tasks

  • kill a "NULL pointer dereference" -- (currently using a workaround)
  • fix frontend_attach failure. (likely reason: the i2c_xfer() does the wrong things)

Source Code

The source code is available at mrec's site:

http://mcentral.de/hg/~mrec/v4l-dvb-pinnacle200e

Stuff that might be useful

Further Information