TwinHan 3506 Hybrid: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
m (Added category:DVB-T PCI Cards)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A [[Hybrid]] [[Analog TV|Analog]]/[[DVB-T]] [[PCI]] card from [[TwinHan]]
==Overview/Features==
*PCI Interface
*Inputs: Analog antenna, Digital antenna, S-Video, remote control
==Making it Work==
===Firmware===
This card requires a firmware file (dvb-fe-tda10046.fw) for the DVB-T demodulator.
===Drivers===
If this card isn't detected properly, use:
If this card isn't detected properly, use:


Line 4: Line 12:
modprobe saa7134 card=109
modprobe saa7134 card=109


If when you try and tune this card, you get i2c gate error, then you need to get the source code and compile (see [[How_to_install_DVB_device_drivers]]) with the following changes:
If when you try and tune this card, you get i2c gate error, then you need to get the source code and compile (see [[How to Obtain, Build and Install V4L-DVB Device Drivers]]) with the following changes:


open saa7134-dvb.c and locate the following:
open saa7134-dvb.c and locate the following:
Line 28: Line 36:


and recompile.
and recompile.
==External Links==
[http://www.twinhan.com/product_D%2BA_3056_1.asp TwinHan 3506 Hybrid Product Page]
[[Category:DVB-T PCI Cards]]

Latest revision as of 22:12, 11 May 2009

A Hybrid Analog/DVB-T PCI card from TwinHan

Overview/Features

  • PCI Interface
  • Inputs: Analog antenna, Digital antenna, S-Video, remote control

Making it Work

Firmware

This card requires a firmware file (dvb-fe-tda10046.fw) for the DVB-T demodulator.

Drivers

If this card isn't detected properly, use:

   rmmod saa7134
   modprobe saa7134 card=109

If when you try and tune this card, you get i2c gate error, then you need to get the source code and compile (see How to Obtain, Build and Install V4L-DVB Device Drivers) with the following changes:

open saa7134-dvb.c and locate the following:

   static struct tda1004x_config philips_tiger_s_config = { 
       .demod_address = 0x08,
       .invert        = 1,
       .invert_oclk   = 0,
       .xtal_freq     = TDA10046_XTAL_16M,
       .agc_config    = TDA10046_AGC_TDA827X,
       .gpio_config   = TDA10046_GP01_I,
       .if_freq       = TDA10046_FREQ_045,
       .i2c_gate      = 0x4b,
       .tuner_address = 0x61,
       .tuner_config  = 2,
       .antenna_switch= 1,
       .request_firmware = philips_tda1004x_request_firmware
   };
 

Then change:

       .i2c_gate from 0x4b to 0x42

and recompile.

External Links

TwinHan 3506 Hybrid Product Page