Twinhan VP-1025: Difference between revisions
m (changed Sat-Exress to Sat-Express) |
m (Added category: DVB-S PCI Cards) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
[[DVB-S]] [[Budget]] [[ |
[[DVB-S]] [[Budget]] [[DVB-S_PCI_Cards|PCI card]] by [[TwinHan]] |
||
Sold with trade name: TwinhanDTV Sat-Express |
Sold with trade name: TwinhanDTV Sat-Express |
||
This card is equipped with the Conexant Bt8xx PCI bridge and uses the bttv driver.<br> |
This low-profile-card is equipped with the Conexant Bt8xx PCI bridge and uses the bttv driver.<br> |
||
Well suppported by LinuxTV drivers. |
Well suppported by LinuxTV drivers. |
||
Modules:<br> |
Modules:<br> |
||
> modprobe bttv i2c_hw=1 card=0x71<br> |
> modprobe bttv i2c_hw=1 card=0x71<br> |
||
⚫ | |||
> modprobe dst<br> |
> modprobe dst<br> |
||
⚫ | |||
Here is a scan of the card: |
Here is a scan of the card: |
||
[[Image:TwinhanVP-1025.jpg|thumb|500px|none|Twinhan VP-1025]] |
[[Image:TwinhanVP-1025.jpg|thumb|500px|none|Twinhan VP-1025]] |
||
[[Category: |
[[Category:DVB-S PCI Cards]] |
||
==Footnote== |
|||
It has been suggested by linuxtv developer that the following source code change does not help |
|||
please be advised. |
|||
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. |
|||
This problem is resolved in more recent kernel versions. Kernel 2.6.22 for example works perfectly. |
|||
---- |
|||
If you are having trouble using your card, in particular if the drivers load without errors but the device files (/dev/dvb/*) don't get created, (or they could be created but the card doesn't work anyway) |
|||
cold booting the system could resolve your problem, on some motherboards, the card doesn't reinitialize properly on reboot, so turning off the system completly may be needed to get the card to work |
Latest revision as of 02:21, 4 May 2009
DVB-S Budget PCI card by TwinHan
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 dst
> modprobe dvb-bt8xx
Here is a scan of the card:
Footnote
It has been suggested by linuxtv developer that the following source code change does not help please be advised.
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.
This problem is resolved in more recent kernel versions. Kernel 2.6.22 for example works perfectly.
If you are having trouble using your card, in particular if the drivers load without errors but the device files (/dev/dvb/*) don't get created, (or they could be created but the card doesn't work anyway) cold booting the system could resolve your problem, on some motherboards, the card doesn't reinitialize properly on reboot, so turning off the system completly may be needed to get the card to work