Hauppauge WinTV-HVR-1700: Difference between revisions
m (→Components Used: Added Conexant CX2341x link) |
|||
Line 10: | Line 10: | ||
===Components Used=== |
===Components Used=== |
||
* [[Conexant CX2388x|Conexant CX23885]] PCIe A/V Decoder |
* [[Conexant CX2388x|Conexant CX23885]] PCIe A/V Decoder |
||
* [[Conexant CX23417]] MPEGII A/V Encoder |
* [[Conexant CX2341x|Conexant CX23417]] MPEGII A/V Encoder |
||
* [[Philips TDA10048|NXP/Philips TDA10048HN]] Demodulator |
* [[Philips TDA10048|NXP/Philips TDA10048HN]] Demodulator |
||
Revision as of 16:49, 30 May 2009
The Hauppauge WinTV-HVR-1700 is a hybrid analogue and DVB-T PCIe card with a hardware MPEG2 encoder.
Overview/Features
- PCIe interface
- Inputs: Antenna, Composite/S-Video In and 3.5 audio jack
- Inputs (MC-Kit): Antenna, S-Video In and right/left audio Cinch
Components Used
- Conexant CX23885 PCIe A/V Decoder
- Conexant CX23417 MPEGII A/V Encoder
- NXP/Philips TDA10048HN Demodulator
Other Images
Identification
02:00.0 Multimedia video controller [0400]: Conexant Unknown device [14f1:8852] (rev 02) Subsystem: Hauppauge computer works Inc. Unknown device [0070:8101] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at fe800000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] Express Endpoint IRQ 0 Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag- Device: Latency L0s <64ns, L1 <1us Device: AtnBtn- AtnInd- PwrInd- Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported- Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ Device: MaxPayload 128 bytes, MaxReadReq 512 bytes Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 0 Link: Latency L0s <2us, L1 <4us Link: ASPM Disabled RCB 64 bytes CommClk+ ExtSynch- Link: Speed 2.5Gb/s, Width x1 Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000
Making it Work
The board works in digital mode only currently.
Firmware
Proper operation of the device needs 3 firmware files (dvb-fe-tda10048-1.0.fw, v4l-cx23885-avcore-01.fw and v4l-cx23885-enc.fw), which can be obtained at the following location. Once the download is complete, you need to extract the files and place a copy of them in your /lib/firmware directory. (This directory may differ with some distros; consult your distro's documentation for the appropriate location) :
# wget http://steventoth.net/linux/hvr1700/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip # wget http://steventoth.net/linux/hvr1700/extract.sh # wget http://steventoth.net/linux/hvr1700/readme.txt # less readme.txt # /bin/sh extract.sh # sudo cp v4l-cx23885-enc.fw /lib/firmware # sudo cp v4l-cx23885-avcore-01.fw /lib/firmware # sudo cp dvb-fe-tda10048-1.0.fw /lib/firmware
Drivers
As of Kernel 2.6.28 and onwards, a simple
modprobe cx23885
will do. You may need to add an offset to your tansponder frequencies (+166KHz) in order to tune properly though.
Sample Kernel Output
# dmseg cx23885 driver version 0.0.2 loaded cx23885 0000:04:00.0: PCI INT A -> Link[LN2A] -> GSI 18 (level, low) -> IRQ 18 cx23885[0]/0: cx23885_dev_setup() Memory configured for PCIe bridge type 885 cx23885[0]/0: cx23885_init_tsport(portno=2) CORE cx23885[0]: subsystem: 0070:8101, board: Hauppauge WinTV-HVR1700 [card=8,autodetected] cx23885[0]/0: cx23885_pci_quirks() cx23885[0]/0: cx23885_dev_setup() tuner_type = 0x0 tuner_addr = 0x0 cx23885[0]/0: cx23885_dev_setup() radio_type = 0x0 radio_addr = 0x0 cx23885[0]/0: cx23885_reset() cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [VID A] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch2] cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS1 B] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch4] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch5] cx23885[0]/0: cx23885_sram_channel_setup() Configuring channel [TS2 C] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch7] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch8] cx23885[0]/0: cx23885_sram_channel_setup() Erasing channel [ch9] tveeprom 7-0050: Hauppauge model 81519, rev B2E9, serial# 6177447 tveeprom 7-0050: MAC address is 00-0D-FE-5E-42-A7 tveeprom 7-0050: tuner model is Philips 18271_8295 (idx 149, type 54) tveeprom 7-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4) tveeprom 7-0050: audio processor is CX23885 (idx 39) tveeprom 7-0050: decoder processor is CX23885 (idx 33) tveeprom 7-0050: has no radio cx23885[0]: hauppauge eeprom: model=81519 cx25840 9-0044: cx25 0-21 found @ 0x88 (cx23885[0]) cx25840 9-0044: firmware: requesting v4l-cx23885-avcore-01.fw cx25840 9-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) cx23885_dvb_register() allocating 1 frontend(s) cx23885[0]: cx23885 based dvb card tda829x 8-0042: type set to tda8295 tda18271 8-0060: creating new instance TDA18271HD/C1 detected @ 8-0060 DVB: registering new adapter (cx23885[0]) DVB: registering adapter 2 frontend 0 (NXP TDA10048HN DVB-T)... cx23885_dev_checkrevision() Hardware revision = 0xb0 cx23885[0]/0: found at 0000:04:00.0, rev: 2, irq: 18, latency: 0, mmio: 0xfe800000 cx23885 0000:04:00.0: setting latency timer to 64
<-- dvbscan starts here -->
tda10048_firmware_upload: waiting for firmware upload (dvb-fe-tda10048-1.0.fw)... cx23885 0000:04:00.0: firmware: requesting dvb-fe-tda10048-1.0.fw tda10048_firmware_upload: firmware read 24878 bytes. tda10048_firmware_upload: firmware uploading tda10048_firmware_upload: firmware uploaded
Remote Control Support
The MC-Kit edition comes with a USB IR receiver and a typical Media Center remote, more to come about it later.