DViCO FusionHDTV5 USB Gold: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (minor changes and additions)
(some edits and rearrangements)
Line 1: Line 1:
A hybrid [[ATSC]] [[ATSC USB Devices|USB device]]. Support for the digital functionality of this USB box was added to the 2.6.16 kernel.<sup id="fn_1_back">[[#fn_1|1]]</sup>
A hybrid [[ATSC]] [[ATSC USB Devices|USB 2.0 device]] from [[DViCO]].


Support for the digital functionality of this USB box was added to the 2.6.16 kernel.<sup id="fn_1_back">[[#fn_1|1]]</sup>


==Overview/Features==
It belongs to the class of USB devices codenamed Bluebird.
It belongs to the class of USB devices codenamed Bluebird.


* S-Video, Composite and audio inputs <sup id="fn_1_back">[[#fn_1|1]]</sup>
==Components==
* dipole antenna
* remote control


===Components Used===
It features the following components:
It features the following components:
* [[LG Innotek TDVS-H06x(F/P)|LG Innotek TDVS-H064F]] (NIM)
* [[LG Innotek TDVS-H06x(F/P)|LG Innotek TDVS-H064F]] (NIM)
Line 13: Line 20:
* Cirrus Logic/Crystal 533KZ (audio ADC) <sup id="fn_2_back">[[#fn_2|2]]</sup>
* Cirrus Logic/Crystal 533KZ (audio ADC) <sup id="fn_2_back">[[#fn_2|2]]</sup>
* Cypress CY7C68013A (FX2LP) (USB 2.0 bridge)
* Cypress CY7C68013A (FX2LP) (USB 2.0 bridge)
* S-Video, Composite and audio inputs <sup id="fn_1_back">[[#fn_1|1]]</sup>
* dipole antenna
* remote control



*<cite id="fn_1">[[#fn_1_back|Note 1:]] </cite> While the hardware supports analog functionality, the driver currently lacks support for these features (support is forthcoming).
*<cite id="fn_1">[[#fn_1_back|Note 1:]] </cite> While the hardware supports analog functionality, the driver currently lacks support for these features (support is forthcoming).
*<cite id="fn_2">[[#fn_2_back|Note 2:]] </cite> Why a 3rd party audio ADC was included in the design is a curious question, given that the Conexant CX25843 is indeed capable of handling audio input sources.
*<cite id="fn_2">[[#fn_2_back|Note 2:]] </cite> Why a 3rd party audio ADC was included in the design is a curious question, given that the Conexant CX25843 is indeed capable of handling audio input sources.


===Identification===

The output of lsusb -v will reveal that the device has a subsystem ID of: 0fe9:d501
The output of lsusb -v will reveal that the device has a subsystem ID of: 0fe9:d501




==Making it work==

===Firmware===
It requires the firmware file: dvb-usb-bluebird-01.fw

===Drivers===
The following drivers are needed for this device:
The following drivers are needed for this device:
- lgdt330x.ko
- lgdt330x.ko
- dvb-usb.ko
- dvb-usb.ko
- dvb-usb-cxusb.ko
- dvb-usb-cxusb.ko
It also requires the firmware file:
- dvb-usb-bluebird-01.fw


{{DvbDeviceList
| content=
{{DvbDeviceCommented
| device=DViCO FusionHDTV 5 USB Gold
| type=USB2.0
| hw=* LG Innotek TDVS-H064F NIM <BR>''** TAU6034 tuner''<BR>''** TDA9887 demodulator (A)'' <BR>''** LG DT3303 demodulator (D)''
* Conexant CX25843 A/V Decoder
* Cirrus Logic/Crystal 533KZ Audio ADC
* Cypress FX2LP (CY7C68013A) USB 2.0 bridge
| fw=dvb-usb-bluebird-01.fw
| pic=[http://www.fusionhdtv.co.kr/eng/Products/HDTV5usb.aspx]
|comment=* belongs to the class of USB devices codenamed Bluebird <BR>* Hardware should allow it, but the driver has no analog support as of yet (its forthcoming)<BR> * includes dipole antenna & remote
}}
}}


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

Revision as of 21:02, 23 November 2008

A hybrid ATSC USB 2.0 device from DViCO.

Support for the digital functionality of this USB box was added to the 2.6.16 kernel.1

Overview/Features

It belongs to the class of USB devices codenamed Bluebird.

  • S-Video, Composite and audio inputs 1
  • dipole antenna
  • remote control


Components Used

It features the following components:

  • LG Innotek TDVS-H064F (NIM)
    • Infineon TUA6034 (tuner)
    • Philips TDA9887 (analog IF demodulator)
    • LG DT3303 (digital demodulator)
  • Conexant CX25843 (A/V decoder)
  • Cirrus Logic/Crystal 533KZ (audio ADC) 2
  • Cypress CY7C68013A (FX2LP) (USB 2.0 bridge)
  • Note 1: While the hardware supports analog functionality, the driver currently lacks support for these features (support is forthcoming).
  • Note 2: Why a 3rd party audio ADC was included in the design is a curious question, given that the Conexant CX25843 is indeed capable of handling audio input sources.

Identification

The output of lsusb -v will reveal that the device has a subsystem ID of: 0fe9:d501


Making it work

Firmware

It requires the firmware file: dvb-usb-bluebird-01.fw

Drivers

The following drivers are needed for this device:

 - lgdt330x.ko
 - dvb-usb.ko
 - dvb-usb-cxusb.ko

External Links