DViCO FusionHDTV5 RT Gold: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (some formatting)
Line 3: Line 3:
It is supported under Linux.
It is supported under Linux.


==Overview==
==Overview/Features==
The card comes with a remote control. While the earlier [[DViCO FusionHDTV5 Gold|FusionHDTV5 Gold]] model made use of an USB based IR receiver, the RT model provides a newer, and much smaller/less obtrusive (and easier to hide), IR receiver which makes use of the [[Conexant CX2388x|cx88's]] native input handling capabilities -- the receiver cord plugs into the A/V dongle, which in turn plugs into the card and the signal is routed to the cx88 for processing. For now, you will have to use the latest drivers from the LinuxTV Hg repository to obtain support for the remote. (Note: make sure that you remove the former modules first, and, when you load the new modules, that the ir-kbd-i2c module is loaded. Also note that, if it is not obvious, a LIRC driver is not required in order to use this IR receiver. "Out of the box" support for the remote will be included in kernel 2.6.24.
The card comes with a remote control. While the earlier [[DViCO FusionHDTV5 Gold|FusionHDTV5 Gold]] model made use of an USB based IR receiver, the RT model provides a newer, and much smaller/less obtrusive (and easier to hide), IR receiver which makes use of the [[Conexant CX2388x|CX2388x's]] native input handling capabilities -- the receiver cord plugs into the A/V dongle, which in turn plugs into the card and the signal is routed to the decoder for processing.

'''A note about the IR receiver''': The IR receiver is very "fragile". It may disappear if the i2c bus is probed or if you unplug it and plug it back in. The "fix" is to completely cut off power to the system (just turning off OS is NOT enough), wait for 10 or 20 seconds, then power it up again. Remember, do not run tools like i2cdetect or i2cdump, or you may lose your IR receiver again. See [http://www.fusionhdtv.co.kr/ENG/Support/FAQRemote.aspx?act=RD&id=316&pg=0&CATID=13 this page] for DViCO's recommendation for IR recovery.


The "RT" functionality has been added to the device drivers, but in order for end users to make use of this feature, application level support is also required (i.e. time to bug the developer(s) of your favourite PVR software to include this feature).
The "RT" functionality has been added to the device drivers, but in order for end users to make use of this feature, application level support is also required (i.e. time to bug the developer(s) of your favourite PVR software to include this feature).
Line 18: Line 16:
* Intersil isl1208 (RTC)
* Intersil isl1208 (RTC)
* PIC16F73 (external audio adc) .... the PIC16F73 is currently unsupported under Linux, so audio from external analog sources (a/v inputs) will not work.
* PIC16F73 (external audio adc) .... the PIC16F73 is currently unsupported under Linux, so audio from external analog sources (a/v inputs) will not work.

===Identification===
Output of lspci -vnn:

==Making it Work==

===Firmware===

===Drivers===

===Sample Kernel Output===

===Remote Controller Support===
For now, you will have to use the latest drivers from the LinuxTV Hg repository to obtain support for the remote. (Note: make sure that you remove the former modules first, and, when you load the new modules, that the ir-kbd-i2c module is loaded. Also note that, if it is not obvious, a LIRC driver is not required in order to use this IR receiver. "Out of the box" support for the remote will be included in kernel 2.6.24.

'''A note about the IR receiver''': The IR receiver is very "fragile". It may disappear if the i2c bus is probed or if you unplug it and plug it back in. The "fix" is to completely cut off power to the system (just turning off OS is NOT enough), wait for 10 or 20 seconds, then power it up again. Remember, do not run tools like i2cdetect or i2cdump, or you may lose your IR receiver again. See [http://www.fusionhdtv.co.kr/ENG/Support/FAQRemote.aspx?act=RD&id=316&pg=0&CATID=13 this page] for DViCO's recommendation for IR recovery.



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

Revision as of 01:55, 19 January 2009

The DViCO FusionHDTV5 RT Gold is an ATSC PCI card.

It is supported under Linux.

Overview/Features

The card comes with a remote control. While the earlier FusionHDTV5 Gold model made use of an USB based IR receiver, the RT model provides a newer, and much smaller/less obtrusive (and easier to hide), IR receiver which makes use of the CX2388x's native input handling capabilities -- the receiver cord plugs into the A/V dongle, which in turn plugs into the card and the signal is routed to the decoder for processing.

The "RT" functionality has been added to the device drivers, but in order for end users to make use of this feature, application level support is also required (i.e. time to bug the developer(s) of your favourite PVR software to include this feature).

Components Used

  • LG Innotek TDVS-H064F (NIM)
    • Infineon TUA6034 (tuner)
    • Philips TDA9887 (analog IF demodulator)
    • LG DT3303 (digital demodulator)
  • Conexant CX23883 (A/V Decoder & PCI bridge)
  • Intersil isl1208 (RTC)
  • PIC16F73 (external audio adc) .... the PIC16F73 is currently unsupported under Linux, so audio from external analog sources (a/v inputs) will not work.

Identification

Output of lspci -vnn:

Making it Work

Firmware

Drivers

Sample Kernel Output

Remote Controller Support

For now, you will have to use the latest drivers from the LinuxTV Hg repository to obtain support for the remote. (Note: make sure that you remove the former modules first, and, when you load the new modules, that the ir-kbd-i2c module is loaded. Also note that, if it is not obvious, a LIRC driver is not required in order to use this IR receiver. "Out of the box" support for the remote will be included in kernel 2.6.24.

A note about the IR receiver: The IR receiver is very "fragile". It may disappear if the i2c bus is probed or if you unplug it and plug it back in. The "fix" is to completely cut off power to the system (just turning off OS is NOT enough), wait for 10 or 20 seconds, then power it up again. Remember, do not run tools like i2cdetect or i2cdump, or you may lose your IR receiver again. See this page for DViCO's recommendation for IR recovery.


External Links