Hauppauge WinTV-HVR-2250: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
(Driver submitted to lkml)
Line 3: Line 3:
An [[ATSC]] [[ATSC PCIe Cards|PCIe card]] from [[Hauppauge]].
An [[ATSC]] [[ATSC PCIe Cards|PCIe card]] from [[Hauppauge]].


== Overview/Features ==
<B>Currently unsupported!</B>

==Overview/Features==


Dual hybrid digital/analog tuners, low profile.
Dual hybrid digital/analog tuners, low profile.
Line 14: Line 12:
* Dual built-in hardware MPEG-2 encoders.
* Dual built-in hardware MPEG-2 encoders.
===Components Used===
=== Components Used ===

* [[NXP_SAA716x|NXP SAA7164]]
* [[NXP_SAA716x|NXP SAA7164]]


Line 32: Line 31:
[[File:WinTV_HVR-2250.jpg|200px]]
[[File:WinTV_HVR-2250.jpg|200px]]


==Making it Work==
== Making it Work ==

Steven Toth has released drivers for the HVR-22xx family cards.
In September 2009, Steven Toth at [http://kernellabs.com kernellabs] submitted code to the linux kernel mailing list that adds support for the NXP Saa7164 PCIe A/V bridge used by the Hauppauge HVR-2250 card. See instructions at [[Hauppauge WinTV-HVR-2200]]. Note that support is still limited to DVB-T / ATSC / QAM digital TV only; there is no analog support yet.
http://www.steventoth.net/blog/products/hvr-2250/

See instructions at [[Hauppauge WinTV-HVR-2200]].

Development continues at http://www.steventoth.net/blog/products/hvr-2250/

=== Firmware ===


===Firmware===
The windows driver and linux firmware extraction scripts are up on
The windows driver and linux firmware extraction scripts are up on
http://www.steventoth.net/linux/hvr22xx
http://www.steventoth.net/linux/hvr22xx


===Drivers===
=== Drivers ===

For stable tree hg clone http://kernellabs.com/hg/saa7164-stable/ For Development tree hg clone http://kernellabs.com/hg/~stoth/saa7164-dev/
Drivers are expected to be included in Linux 2.6.32.

In the meantime, for stable tree hg clone http://kernellabs.com/hg/saa7164-stable/

For Development tree hg clone http://kernellabs.com/hg/~stoth/saa7164-dev/


then... make menuconfig edit as needed make make install reboot
then... make menuconfig edit as needed make make install reboot


===Sample Kernel Output===
=== Sample Kernel Output ===

''provide the relevant portion of dmesg here''
''provide the relevant portion of dmesg here''


Line 51: Line 61:


==External Links==
==External Links==

* [http://www.hauppauge.com/site/products/data_hvr2250.html Hauppauge Product Page]
* [http://www.hauppauge.com/site/products/data_hvr2250.html Hauppauge Product Page]

[[Category:ATSC PCIe Cards]]
[[Category:ATSC PCIe Cards]]

Revision as of 02:38, 15 September 2009

caption

An ATSC PCIe card from Hauppauge.

Overview/Features

Dual hybrid digital/analog tuners, low profile.

  • Single slot PCI Express (PCIe) X1 board, half height.
  • Two analog tuners, each with their own hardware encoders
  • Two digital TV receivers for ATSC or clear QAM
  • Dual built-in hardware MPEG-2 encoders.

Components Used

Could someone who has this card please take a good look at the board and list all the chips here?

The REV C2F2 has

Identification

Other Images

Top view WinTV HVR-2250.jpg

Making it Work

In September 2009, Steven Toth at kernellabs submitted code to the linux kernel mailing list that adds support for the NXP Saa7164 PCIe A/V bridge used by the Hauppauge HVR-2250 card. See instructions at Hauppauge WinTV-HVR-2200. Note that support is still limited to DVB-T / ATSC / QAM digital TV only; there is no analog support yet.

See instructions at Hauppauge WinTV-HVR-2200.

Development continues at http://www.steventoth.net/blog/products/hvr-2250/

Firmware

The windows driver and linux firmware extraction scripts are up on http://www.steventoth.net/linux/hvr22xx

Drivers

Drivers are expected to be included in Linux 2.6.32.

In the meantime, for stable tree hg clone http://kernellabs.com/hg/saa7164-stable/

For Development tree hg clone http://kernellabs.com/hg/~stoth/saa7164-dev/

then... make menuconfig edit as needed make make install reboot

Sample Kernel Output

provide the relevant portion of dmesg here

Remote Controller Support

External Links