PcHDTV HD-3000: Difference between revisions
(New page: lspci -vn will reveal that the card has a PCI ID of 7063:3000 This card requires a firmware file(s) (dvb-fe-or51132-vsb.fw and dvb-fe-or51132-qam.fw) for the demodulator. These same fil...) |
(adjust url of get_dvb_firmware) |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase|pcHDTV HD-3000}} |
|||
⚫ | |||
An [[ATSC]] [[ATSC PCI Cards|PCI card]] from [[pcHDTV]]. |
|||
The HD-3000 is well supported under Linux (added to kernel 2.6.12). |
|||
⚫ | |||
⚫ | |||
==Overview/Features== |
|||
⚫ | |||
This was the second ATSC card brought to market by [[pcHDTV]]. It is no longer in production and has been superseded by pcHDTV's [[pcHDTV HD-5500|HD-5500]]. |
|||
⚫ | |||
⚫ | |||
Single RF input. The card supports ATSC, digital cable and NTSC. The card also has A/V inputs. |
|||
⚫ | |||
⚫ | |||
===Components Used=== |
|||
* Thomson DTT7011 NIM |
|||
** [[Infineon TUA6030]] (tuner) |
|||
** [[Philips TDA9887]] (analog IF demodulator) |
|||
* [[Oren or51132]] (digital demodulator) |
|||
* [[Conexant CX2388x]] (A/V decoder and PCI bridge) |
|||
===Identification=== |
|||
⚫ | |||
==Making it Work== |
|||
===Firmware=== |
|||
⚫ | This card requires a firmware file (dvb-fe-or51132-vsb.fw and/or dvb-fe-or51132-qam.fw) for the demodulator. You only need both if you wish to allow the driver access to both modes (8-VSB and 64/256-QAM) of operation (the driver will upload the appropriate firmware to the card as needed). These files can be obtained several different ways: |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
# perl get_dvb_firmware or5132_vsb |
|||
⚫ | |||
⚫ | |||
===Drivers=== |
|||
Just use the in-kernel drivers (any kernel >2.6.12 should have the drivers included and thereby provide native support for the card), or compile your own by following the [[How to Obtain, Build and Install V4L-DVB Device Drivers]] instructions. |
|||
===Sample kernel output=== |
|||
''insert relevant output from dmesg here'' |
|||
===Remote controll support=== |
|||
==External Links== |
|||
* http://www.pchdtv.com/ |
|||
* http://www.pchdtv.com/forum/ |
|||
[[Category:ATSC PCI Cards]] |
Latest revision as of 08:39, 28 January 2017
The HD-3000 is well supported under Linux (added to kernel 2.6.12).
Overview/Features
This was the second ATSC card brought to market by pcHDTV. It is no longer in production and has been superseded by pcHDTV's HD-5500.
Single RF input. The card supports ATSC, digital cable and NTSC. The card also has A/V inputs.
Components Used
- Thomson DTT7011 NIM
- Infineon TUA6030 (tuner)
- Philips TDA9887 (analog IF demodulator)
- Oren or51132 (digital demodulator)
- Conexant CX2388x (A/V decoder and PCI bridge)
Identification
The output of lspci -vn will reveal that the card has a subsystem PCI ID of 7063:3000.
Making it Work
Firmware
This card requires a firmware file (dvb-fe-or51132-vsb.fw and/or dvb-fe-or51132-qam.fw) for the demodulator. You only need both if you wish to allow the driver access to both modes (8-VSB and 64/256-QAM) of operation (the driver will upload the appropriate firmware to the card as needed). These files can be obtained several different ways:
- from the LinuxTV downloads section
- using the get_dvb_firmware perl script included with kernel sources:
# cd /[kernel source directory]/scripts/ # perl get_dvb_firmware or5132_qam # perl get_dvb_firmware or5132_vsb
- or from the pcHDTV downloads page
Whatever method you choose (you'll get the same files regardless of the source), once the download is complete, place a copy of the firmware files in your /lib/firmware directory. (This directory may differ with some distros; consult your distro's documentation for the appropriate location).
Drivers
Just use the in-kernel drivers (any kernel >2.6.12 should have the drivers included and thereby provide native support for the card), or compile your own by following the How to Obtain, Build and Install V4L-DVB Device Drivers instructions.
Sample kernel output
insert relevant output from dmesg here