Re: [vdr] Bad choices of USB cards

2012-05-22 Thread Henning Pingel
Am Montag, den 21.05.2012, 22:47 +0200 schrieb Marx 
acc.for.n...@gmail.com:

W dniu 2012-05-21 21:50, Henning Pingel pisze:

The package linux-media-dkms (0~20120507.git265.301694~precise) [1]
crafted by the yaVDR team for Ubuntu Precise (kernel 3.2) contains 
the
patches to make the Terratec Cinergy S2 USB HD Rev.2 work. I myself 
am
currently testing such a USB box with this driver package. Except 
for a

few glitches it works quite well for me (USB box are connected to an
active multiswitch).



I've tried this dkms a few days ago and it didn't work. Modules made
by dkms lacked some symbols (I don't know how it's possible if they
compiled without problem). Maybe scripts doesn't play well with 
Debian

kernel (3.2) or maybe I had bad version of kernel headers?


Well the DKMS package is for Ubuntu Precise. It contains pre-compiled 
amd64 modules for the currently valid kernel version of Ubuntu Precise.


If you install it on a different environment (Debian or Ubuntu 32bit), 
all the modules will be re-built automatically and this take 10-30 
minutes depending on your CPU power. Give it a try with an Ubuntu 
Precise installation to save time.


Also use the patched dkms package from the yavdr repos. The upstream 
Ubuntu package dkms contains a bug that causes very slow de-installation 
of the linux-media-dkms package.


Cheers,
Henning

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Bad choices of USB cards

2012-05-22 Thread Marx

On 22.05.2012 09:49, Henning Pingel wrote:

Am Montag, den 21.05.2012, 22:47 +0200 schrieb Marx
acc.for.n...@gmail.com:

W dniu 2012-05-21 21:50, Henning Pingel pisze:

The package linux-media-dkms (0~20120507.git265.301694~precise) [1]
crafted by the yaVDR team for Ubuntu Precise (kernel 3.2) contains the
patches to make the Terratec Cinergy S2 USB HD Rev.2 work. I myself am
currently testing such a USB box with this driver package. Except for a
few glitches it works quite well for me (USB box are connected to an
active multiswitch).



I've tried this dkms a few days ago and it didn't work. Modules made
by dkms lacked some symbols (I don't know how it's possible if they
compiled without problem). Maybe scripts doesn't play well with Debian
kernel (3.2) or maybe I had bad version of kernel headers?


Well the DKMS package is for Ubuntu Precise. It contains pre-compiled
amd64 modules for the currently valid kernel version of Ubuntu Precise.

If you install it on a different environment (Debian or Ubuntu 32bit),
all the modules will be re-built automatically and this take 10-30
minutes depending on your CPU power. Give it a try with an Ubuntu
Precise installation to save time.

Also use the patched dkms package from the yavdr repos. The upstream
Ubuntu package dkms contains a bug that causes very slow de-installation
of the linux-media-dkms package.


I was using dkms from yavdr, but something went wrong. Now tried again 
and everything seems ok - modules compiled and installed, card is 
recognized. I will be testing it in VDR

Marx


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Multiple DVB-S(2) tuners

2012-05-22 Thread Marx
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


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Multiple DVB-S(2) tuners

2012-05-22 Thread sergiogomez

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.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Multiple DVB-S(2) tuners

2012-05-22 Thread Sergio Daniel Gomez

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.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Multiple DVB-S(2) tuners

2012-05-22 Thread Klaus Schmidinger

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

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr