Twinhan VP-1025: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
[[Image:TwinhanVP-1025.jpg|thumb|500px|none|Twinhan VP-1025]]
[[Image:TwinhanVP-1025.jpg|thumb|500px|none|Twinhan VP-1025]]
[[Category:Hardware]]
[[Category:Hardware]]

==Footnote==

With the recent kernel drivers the DST front end may fail to load. Kernel 2.6.17 for example. In the source edit drivers/media/dvb/bt8xx/dst.c at about line 89. In the function "int dst_gpio_outb" look for udelay(1000). Change that to msleep(200). Compile and install the modules and your 1025 will work just fine.

Revision as of 03:11, 2 January 2007

DVB-S Budget PCI card by Twinhan Technology Co. Ltd

Sold with trade name: TwinhanDTV Sat-Express

This low-profile-card is equipped with the Conexant Bt8xx PCI bridge and uses the bttv driver.
Well suppported by LinuxTV drivers.

Modules:
> modprobe bttv i2c_hw=1 card=0x71
> modprobe dvb-bt8xx
> modprobe dst

Here is a scan of the card:

Twinhan VP-1025

Footnote

With the recent kernel drivers the DST front end may fail to load. Kernel 2.6.17 for example. In the source edit drivers/media/dvb/bt8xx/dst.c at about line 89. In the function "int dst_gpio_outb" look for udelay(1000). Change that to msleep(200). Compile and install the modules and your 1025 will work just fine.