Azurewave AD SP400 CI (VP-1041)

From LinuxTVWiki
Revision as of 16:38, 16 January 2008 by Jon2856 (talk | contribs) (New page: A hybrid DVB-S2 PCI card from Azurewave, also known as Twinhan. It is currently not supported under Linux. However, experimental support for some of the ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A hybrid DVB-S2 PCI card from Azurewave, also known as Twinhan.

It is currently not supported under Linux. However, experimental support for some of the device's features is available (see below for details).

Overview/Features

Discuss the features and facets of the device here ... this means you

DVB-S and DVB-S2. Common interface unit with PCI faceplate included.

Components Used

list the hardware ICs and modules used by the device here ... this means you

Identification

provide the relevant output of lspci -vvn here ... this means you


Making it Work

Firmware

is there any firmware specific information for this card? if so, list it here ... this means you

Drivers

There are currently no in kernel drivers for this card.

If someone wants to provide a brief synopsis of the driver tail of woe, outlining why there isn't a greater level of support, then do so here ... this means you

However, experimental support does exist.

provide the details of where the drivers and patches and necessary tools are available ... this means you ... you can use the following older content from the article as a basis for your write up:

A current solution is based on the currently unmerged multiproto and mantis trees from http://jusst.de/hg/

Kernel 2.6.20 works ok.

Obtain multiproto: hg clone http://jusst.de/hg/multiproto

Use following patch to patch multiproto http://pansy.at/gernot/twinhan-vp1041-3.diff.gz

Compile the patched multiproto and install.

Obtain scan from http://jusst.de/manu/scan.tar.bz2 and slot in the util/scan directory of hg http://linuxtv.org/hg/dvb-apps/. Fix up the .h includes to come from the earlier multiproto compilation.

Obtain szap.c from http://abraham.manu.googlepages.com/szap.c and compile it in util/szap according to http://www.linuxtv.org/pipermail/linux-dvb/2007-October/021474.html


Sample kernel output

provide the relevant portion of dmesg here

Player support

provide details of how to use with VDR, MythTV and Kaffeine here -- this means you

Use scan to create a channels.conf. Then to tune to a channel do:

szap -r -p -i -a 0 -l UNIVERSAL -t 0 -c channels.conf "channelname"

and then

mplayer - < /dev/dvb/adapter0/dvr0

(assuming the card is your adapter number 0)

Without the interactive -i option szap tunes and locks but is unkillable (with ctrl-c or kill) to change to another channel. Interactively type channel names in the terminal to tune to each one.

Without the -p option DVB-S2 streams are not playable.


Remote Control Support

discuss support for the remote control here

External Links