Lnbsharing-patch: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Description==
==Description==
With the '''lnbsharing patch''' two DVB cards be connected to one satellite cable ([[LNB]] output) without switching problems.
With the '''lnbsharing patch''' two or more DVB cards can be connected to one satellite cable ([[LNB]] output) without disturbing each other.

This patch makes sure, that cards using the same [[LNB]] also always using the same polarisation and the same frequency domain. This prevents illegitimate channels switching during recordings.

===Versions===
The patch was rewritten to allow a more flexible configuration.

* The old versions are named ''lnb_sharing_vdr-<VERSION>.patch''
* The new versions are named ''configurableLNBshare-VDR_<VERSION>.patch


==Hardware requirements==
==Hardware requirements==
Line 8: Line 16:


==Applying the patch==
==Applying the patch==
If the patch is compressed you have to unpack it bevor
If the patch is compressed you have to unpack it before
gunzip patch
<pre>

gunzip patch
</pre>
Now you can install it with
Now you can install it with
cd $SOURCEDIR/VDR
<pre>
patch -p 1 < /path/to/patch
cd $SOURCEDIR/VDR
patch -p 1 < /path/to/patch
</pre>


Note, VDR has to be recompiled now, see [[VDR installation]].
Note, VDR has to be recompiled now, see [[VDR installation]].

==Configuration==
In the ''Setup'' menu of [[VDR]], one can give all DVB cards a LNB-number, those with the same number are sharing the same LNB.


==Problems==
==Problems==
Line 25: Line 33:
{|
{|
| [1]
| [1]
| http://xn--ltzke-jua.de/dvb/VDR_LNB_sharing_patch
| Patch download
|-
| [2]
| http://www.joachim-wilke.de
| http://www.joachim-wilke.de
| Patch homepage
| Patch download
|}
|}


[[Category:Patches]]
[[Category:Patches]]


{{i18n|lnbsharing-patch}}
<!-- Link to german wiki page -->
[[de:LNB-Sharing-Patch]]

Latest revision as of 08:18, 14 March 2006

Description

With the lnbsharing patch two or more DVB cards can be connected to one satellite cable (LNB output) without disturbing each other.

This patch makes sure, that cards using the same LNB also always using the same polarisation and the same frequency domain. This prevents illegitimate channels switching during recordings.

Versions

The patch was rewritten to allow a more flexible configuration.

  • The old versions are named lnb_sharing_vdr-<VERSION>.patch
  • The new versions are named configurableLNBshare-VDR_<VERSION>.patch

Hardware requirements

Software requirements

  • patch

Applying the patch

If the patch is compressed you have to unpack it before

gunzip patch

Now you can install it with

cd $SOURCEDIR/VDR
patch -p 1 < /path/to/patch

Note, VDR has to be recompiled now, see VDR installation.

Configuration

In the Setup menu of VDR, one can give all DVB cards a LNB-number, those with the same number are sharing the same LNB.

Problems

Links

[1] http://xn--ltzke-jua.de/dvb/VDR_LNB_sharing_patch Patch download
[2] http://www.joachim-wilke.de Patch download