Let's say I will install DVB-S and DVB-S2 tuner (so the first can't play most HD channels), or I install 2 identical tuners but connect them to two different sattelites. How to tell VDR which channel is available on which hardware? Marx
On Tue, 22 May 2012 15:11:32 +0200, Marx wrote:
Let's say I will install DVB-S and DVB-S2 tuner (so the first can't play most HD channels), or I install 2 identical tuners but connect them to two different sattelites. How to tell VDR which channel is available on which hardware? Marx
For this, you can use diseqc.conf file where the first card (for example adaptar0) is :1 and th second is :2 Some like this: #-------------------------------- :1 #Here diseqc config for adapter0
:2 #Here diseqc config for adapter1 #--------------------------------
In VDR 1.7.27 ( I don't remember if in older versions) you can configure it using osd menu. Menu -> Configurations -> DVB
Best regards.
El 22/05/12 12:20, sergiogomez escribió:
On Tue, 22 May 2012 15:11:32 +0200, Marx wrote:
Let's say I will install DVB-S and DVB-S2 tuner (so the first can't play most HD channels), or I install 2 identical tuners but connect them to two different sattelites. How to tell VDR which channel is available on which hardware? Marx
For this, you can use diseqc.conf file where the first card (for example adaptar0) is :1 and th second is :2 Some like this: #-------------------------------- :1 #Here diseqc config for adapter0
:2 #Here diseqc config for adapter1 #--------------------------------
In VDR 1.7.27 ( I don't remember if in older versions) you can configure it using osd menu. Menu -> Configurations -> DVB
I'm sorry. It's not Menu -> Configurations -> DVB It's: Menu -> Configurations -> LNB
Best regards.
On 22.05.2012 17:51, Sergio Daniel Gomez wrote:
El 22/05/12 12:20, sergiogomez escribió:
On Tue, 22 May 2012 15:11:32 +0200, Marx wrote:
Let's say I will install DVB-S and DVB-S2 tuner (so the first can't play most HD channels), or I install 2 identical tuners but connect them to two different sattelites. How to tell VDR which channel is available on which hardware? Marx
For this, you can use diseqc.conf file where the first card (for example adaptar0) is :1 and th second is :2 Some like this: #-------------------------------- :1 #Here diseqc config for adapter0
:2 #Here diseqc config for adapter1 #--------------------------------
In VDR 1.7.27 ( I don't remember if in older versions) you can configure it using osd menu. Menu -> Configurations -> DVB
I'm sorry. It's not Menu -> Configurations -> DVB It's: Menu -> Configurations -> LNB
I guess what you are referring to here is "device bonding", but that's not what applies to the OP's problem.
The assignment of DVB adapters to DiSEqC setups has to be done manually (i.e. with a text editor) in diseqc.conf.
Klaus