Re: [vdr] DVB-T2 device in France

2015-09-19 Thread Jari Fredriksson

On 17.9.2015 15:01, Nicolas Huillard wrote:

Hello all,

My previous mail to this ML is apparently dated 2011 ;-) Everything 
was

OK there since then... Except that my Hauppauge Nova-T-500 died
recently, and my ancient PCI cards do not work in the 2013 server.

I'm looking for advice for a new DVB-T2 device, which should :
* have a good tuner, because some channels (transponders, ie.
frequencies) are difficult to catch here ; the TV set (Panasonic) 
works
perfectly well, and I've added an RF amplifier on the roof, so I 
guess

the Nova-T-500 tuner was not good enough
* have a PCI or preferably PCI-e bus, and dual tuner (I don't really
like USB sticks, which tend to lead to a mess of cable)
* be robustly supported with stock kernels in Debian (jessie and
future), which does not seem to be a problem anymore...

If there are some dual-tuner, DVB-T2 + S2 card out there which are 
well
supported by VDR, that's OK too. I may prefer to add another DVB-S2 
card

later on though (there is no sat-dish on the roof yet).

TIA !



I use an USB tuner "PCTV Systems nanoStick T2 290e" from Hauppauge. It 
has a good Sony tuner, and DVB-T2 in my setup works fine even with an 
desktop antenna (the broadcast mast is in visible range though).


Driver is in kernel, and this was the first Linux tuner for DVB-T2 and 
supported even in the older kernels. I use it in a Raspberry Pi 2 with 
two DVB-C tuners and I'm all happy.



--
jarif.bit

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


Re: [vdr] vdr 2.2.0 + dvbapi plugin + libdvbcsa (Raspi)

2015-06-09 Thread Jari Fredriksson
On 09.06.2015 10:46, Marko Mäkelä wrote:
> On Tue, Jun 09, 2015 at 07:28:21AM +0300, Jari Fredriksson wrote:
>> vdr: /usr/local/lib/vdr/libvdr-dvbapi.so.2.2.0: undefined symbol:
>> _Z21set_even_control_wordPvPKh
>>
>> The dvbcsa library is linked OK, so I wonder what might cause this.
>
> c++filt demangles the symbol name to
>
> set_even_control_word(void*, unsigned char const*)
>
> Searching for that function name, I found this forum post about
> compiling tvheadend, apparently with a similar kind of library, also
> on similar hardware (ARM):
> https://www.tvheadend.org/boards/5/topics/12390
>
> The linker error message over there is:
> undefined reference to `set_even_control_word'
>
> Could your code be missing extern "C" around the function
> declaration?  Just a guess; I have not compiled anything TV-related on
> ARM.
>
> Marko
>

Thanks! Not my code but that worked, as I edited as needed! That's the
dvbapi plugin for vdr.

-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] vdr 2.2.0 + dvbapi plugin + libdvbcsa (Raspi)

2015-06-08 Thread Jari Fredriksson
Hello.

I'm trying to build oscam + dvbapi for vdr-2.2.0 on Raspi 2 (wheezy).

It compiles fine using command

 make clean
 make -j4 LIBDVBCSA=1

and installs also OK.

But when running the vdr, it fails as:

vdr: /usr/local/lib/vdr/libvdr-dvbapi.so.2.2.0: undefined symbol:
_Z21set_even_control_wordPvPKh

The dvbcsa library is linked OK, so I wonder what might cause this.

# ldd /usr/local/bin/vdr
   /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0x76fb1000)
   libjpeg.so.8 => /usr/lib/arm-linux-gnueabihf/libjpeg.so.8 (0x76f66000)
   libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x76f47000)
   libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x76f3c000)
   libcap.so.2 => /lib/arm-linux-gnueabihf/libcap.so.2 (0x76f31000)
   libdvbcsa.so.1 => /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1
(0x76f1)
   librt.so.1 => /lib/arm-linux-gnueabihf/librt.so.1 (0x76f0)
   libfreetype.so.6 => /usr/lib/arm-linux-gnueabihf/libfreetype.so.6
(0x76e77000)
   libfontconfig.so.1 => /usr/lib/arm-linux-gnueabihf/libfontconfig.so.1
(0x76e42000)
   libstdc++.so.6 => /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
(0x76d7)
   libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76cff000)
   libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x76cd6000)
   libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76ba6000)
   /lib/ld-linux-armhf.so.3 (0x76fbe000)
   libattr.so.1 => /lib/arm-linux-gnueabihf/libattr.so.1 (0x76b99000)
   libz.so.1 => /lib/arm-linux-gnueabihf/libz.so.1 (0x76b7b000)
   libpng12.so.0 => /lib/arm-linux-gnueabihf/libpng12.so.0 (0x76b53000)
   libexpat.so.1 => /lib/arm-linux-gnueabihf/libexpat.so.1 (0x76b29000)

I can not find anything connected with this using Google search, so it
must not be a common problem, but something in my setup maybe. Any ideas?

-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr with different type DVB tuners

2014-12-15 Thread Jari Fredriksson
On 15.12.2014 21:11, Timo Helkiö wrote:
> On 2014-12-15 21:02, Antti Hartikainen wrote:
>> On Mon, Dec 15, 2014 at 09:00:27PM +0200, Jari Fredriksson wrote:
>>>
>>> On 15.12.2014 20:52, Jari Fredriksson wrote:
>>>> Thanks! I'll try this. Indeed my try did not work. No matter where I
>>>> connected my USB tuners in the hub, C tuner was always 0, and T tuner
>>>> always 1 (strange, but maybe that is magic ;))
>>>>
>>>> I'll editing channels.conf.
>>>
>>> Works!! \o/
>>>
>>> Thanks! Wonderful product!
>>
>> Remember, if device order ever changes, it will stop working. :)
>>
>
> You can use dvb.conf file including the following located in
> /etc/modprobe.d (at least in Ubuntu)
> You have to find out, which are names of your divece driver modules.
>
> *
> # Terratec Cinergy 1200C DVB-C PCI
> options budget-av adapter_nr=1
>
> #TechnoTrend AG TT-connect CT-3650 CI
> options dvb_usb_ttusb2 adapter_nr=0
>
> # Tevii DVB-S2 S470 PCIE
> options cx23885 adapter_nr=2 card=73
>
> #Anyysee E30 C Plus
> options dvb_usb_anysee adapter_nr=3
>
> #Bobber
> #Afatech Technologies, Inc. AF9015/AF9035 DVB-T stick
> options dvb_usb_af9035 adapter_nr=6,7,8
>
>
> # ALINK-DTU(L) DVB-T USB
> options smsdvb adapter_nr=4,5
> options smsmdtv default_mode=4
>
>

Thanks, great info. I will purchase more tuners, so this will get used
later or sooner.


-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr with different type DVB tuners

2014-12-15 Thread Jari Fredriksson
On 15.12.2014 21:02, Antti Hartikainen wrote:
> On Mon, Dec 15, 2014 at 09:00:27PM +0200, Jari Fredriksson wrote:
>> On 15.12.2014 20:52, Jari Fredriksson wrote:
>>> Thanks! I'll try this. Indeed my try did not work. No matter where I
>>> connected my USB tuners in the hub, C tuner was always 0, and T tuner
>>> always 1 (strange, but maybe that is magic ;))
>>>
>>> I'll editing channels.conf.
>> Works!! \o/
>>
>> Thanks! Wonderful product!
> Remember, if device order ever changes, it will stop working. :)

Indeed, I'll remember.

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


-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr with different type DVB tuners

2014-12-15 Thread Jari Fredriksson

On 15.12.2014 20:52, Jari Fredriksson wrote:
> On 15.12.2014 20:44, Antti Hartikainen wrote:
>> On Mon, Dec 15, 2014 at 08:31:41PM +0200, Jari Fredriksson wrote:
>>> This might  be the culprit. My sources.conf is just with the stock
>>> contents, it does have T and C defined.
>>>
>>> But my DVB-C tuner is a hybrid with T capability also. I'll try to
>>> switch it to device 1 and the DVB-T tuner as device 0.
>> This will not work. VDR will use any available device to receive channels.
>> If you have defined order of your devices, meaning that DVB-C device is 
>> always 0, and DVB-T device always 1, then you could edit your free-to-air 
>> channels to be received with specific tuner.
>>
>> CA field of sources.conf can be used to define which device to use to 
>> receive channel, so you could try this.
>>
>> So instead the line from your channels.conf:
>>> Yle 
>>> TV2;YLE:562000:B8C23D0G8M64T8Y0:T:27500:513=2:660=fin@4,661=swe@4:5000:0:33:8438:4097:0
>> Try this:
>>
>> Yle 
>> TV2;YLE:562000:B8C23D0G8M64T8Y0:T:27500:513=2:660=fin@4,661=swe@4:5000:2:33:8438:4097:0
>>
>> Meaning VDR will use only device #2 to receive channel (VDR starts counting 
>> from 1, DVB API from 0).
>>
>> Change other free-to-air channels too if this is working for you.
>>
>> If you plan to add more DVB-T tuners, then better way would be patching 
>> drivers or VDR to ignore DVB-T capability for the DVB-C tuner.
> Thanks! I'll try this. Indeed my try did not work. No matter where I
> connected my USB tuners in the hub, C tuner was always 0, and T tuner
> always 1 (strange, but maybe that is magic ;))
>
> I'll editing channels.conf.

Works!! \o/

Thanks! Wonderful product!


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


-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr with different type DVB tuners

2014-12-15 Thread Jari Fredriksson
On 15.12.2014 20:44, Antti Hartikainen wrote:
> On Mon, Dec 15, 2014 at 08:31:41PM +0200, Jari Fredriksson wrote:
>> This might  be the culprit. My sources.conf is just with the stock
>> contents, it does have T and C defined.
>>
>> But my DVB-C tuner is a hybrid with T capability also. I'll try to
>> switch it to device 1 and the DVB-T tuner as device 0.
> This will not work. VDR will use any available device to receive channels.
> If you have defined order of your devices, meaning that DVB-C device is 
> always 0, and DVB-T device always 1, then you could edit your free-to-air 
> channels to be received with specific tuner.
>
> CA field of sources.conf can be used to define which device to use to receive 
> channel, so you could try this.
>
> So instead the line from your channels.conf:
>> Yle 
>> TV2;YLE:562000:B8C23D0G8M64T8Y0:T:27500:513=2:660=fin@4,661=swe@4:5000:0:33:8438:4097:0
> Try this:
>
> Yle 
> TV2;YLE:562000:B8C23D0G8M64T8Y0:T:27500:513=2:660=fin@4,661=swe@4:5000:2:33:8438:4097:0
>
> Meaning VDR will use only device #2 to receive channel (VDR starts counting 
> from 1, DVB API from 0).
>
> Change other free-to-air channels too if this is working for you.
>
> If you plan to add more DVB-T tuners, then better way would be patching 
> drivers or VDR to ignore DVB-T capability for the DVB-C tuner.

Thanks! I'll try this. Indeed my try did not work. No matter where I
connected my USB tuners in the hub, C tuner was always 0, and T tuner
always 1 (strange, but maybe that is magic ;))

I'll editing channels.conf.


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


-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr with different type DVB tuners

2014-12-15 Thread Jari Fredriksson
On 15.12.2014 20:20, Antti Hartikainen wrote:
> On Mon, Dec 15, 2014 at 08:04:01PM +0200, Jari Fredriksson wrote:
>> I have vdr 2.0.6 on a Rasperry PI, and using it via vdradmin-am and vlc.
>> Works fine.
>>
>> I have a DVB-T/T2 tuner, and a DVB-C tuner on it currently. Both the
>> tuners work fine when alone in the system. Anyway, I connected them both
>> to the RasPI and tried to tune the DVB-T tuners to the free channels,
>> and DVB-C to the pay channels.
>>
>> Now the DVB-C tuners is device 0 and works fine. But when I try to watch
>> the free channels, VDR log file tells me that device 0 was not able to
>> connect to the channel.
>>
>> My channels.conf has the pay channels scanned with w_scan -f t and
>> w_scan -f c and woth outputs combined.
>>
>> Is it possible to do what I am trying to accomplish? channels.conf has
>> the letters T and C for the channels, as specified by w_scan.
>>
>> Thanks.
> VDR itself handles combinations of such tuners just fine. I have no idea how 
> vdradmin-am is supposed to work, so my guess is that there goes something 
> wrong.
>
> You could show us your channels.conf and sources.conf (atleast check if there 
> is T and C defined). And check logs for any errors, and check if VDR detects 
> tuners and their types correctly.
>
> If your DVB-C tuner reports it can handle DVB-T, then that might be the case.

This might  be the culprit. My sources.conf is just with the stock
contents, it does have T and C defined.

But my DVB-C tuner is a hybrid with T capability also. I'll try to
switch it to device 1 and the DVB-T tuner as device 0.

My channels.conf is as follows:

SVT World;SVT:234000:C0M256:C:6900:2008=2:3008=@4:4008:B00:8:0:1:0
CNN;Telenor:234000:C0M256:C:6900:514=2:648=eng@4:0:B00:202:0:1:0
Animal
Planet;Telenor:234000:C0M256:C:6900:1000=2:1001=eng@4:302:B00:407:0:1:0
Discovery;Telenor:234000:C0M256:C:6900:516=2:656=fin@4:0:B00:415:0:1:0
BBC
Entertainment;BBC:234000:C0M256:C:6900:513=2:644=eng@4:577:B00:1103:0:1:0
SVT1;SVT:234000:C0M256:C:6900:2561=2:2562=sve@3:2566:B00:5000:0:1:0
SVT2;SVT:234000:C0M256:C:6900:2411=2:2412=sve@3:2416:B00:5010:0:1:0
Kunskapskanalen;SVT:234000:C0M256:C:6900:5021=2:5022=sve@3:5026:B00:5020:0:1:0
Barnkanalen/SVT24;SVT:234000:C0M256:C:6900:5031=2:5032=sve@3:5036:B00:5030:0:1:0
TV4;TV4 AB:234000:C0M256:C:6900:3671=2:3672=@3:3676:B00:8090:0:1:0
4 Pro 2;Nelonen:242000:C0M256:C:6900:250=2:251=fin@4:0:B00:145:0:2:0
TV5;SBS:242000:C0M256:C:6900:503=2:603=fin@4:0:0:161:0:2:0
4 Pro 1;Nelonen:242000:C0M256:C:6900:240=2:241=fin@4:0:B00:193:0:2:0
BB24/7;Sub:242000:C0M256:C:6900:392=2:393=fin@3:394:B00:391:0:2:0
MTV Fin;Music
Television:242000:C0M256:C:6900:1259=2:3276=eng@4:0:0:3209:0:2:0
TV5 Monde;TV5
Monde:25:C0M256:C:6900:45=2:46=fra@3:835;936=eng:B00:10060:15:3:0
TV7;TV7:25:C0M256:C:6900:800=2:801=fin@4:0:0:61500:15:3:0
Viasat
Film;Viasat:258000:M256:C:6900:1141=2:1142=swe@4,1145=fin@4:1147:B00:1140:0:4:0
VFilm
Action;Viasat:258000:M256:C:6900:1151=2:1152=swe@4,1155=fin@4:1157:B00:1150:0:4:0
VFilm
Drama;Viasat:258000:M256:C:6900:1131=2:1132=swe@4,1135=fin@4,1136=eng@4:1137:B00:1195:0:4:0
VFilm
Family;Viasat:258000:M256:C:6900:3111=2:3112=swe@4,3115=fin@4:3116:B00:3110:0:4:0
VFilm
Comedy;Viasat:258000:M256:C:6900:3121=2:3122=swe@4,3125=fin@4:3126:B00:3120:0:4:0
VFilm
Classic;Viasat:258000:M256:C:6900:3131=2:3132=swe@4,3135=eng@4;3137=@106:3136:B00:3130:0:4:0
Viasat
Explore;Viasat:258000:M256:C:6900:7051=2:7052=swe@4,7220=eng@4:7057:B00:7050:0:4:0
Star!;Telenor:266000:C0M256:C:6900:1128=27:3123=eng@4:6025:B00:1609:0:5:0
Viasat
Sport;Viasat:266000:C0M256:C:6900:2101=2:2102=sve@3,2103=fin@3:0:B00:2100:0:5:0
Showtime;Telenor:266000:C0M256:C:6900:515=27:652=eng@4:579:B00:2111:0:5:0
Disney
Channel;Viasat:266000:C0M256:C:6900:3181=2:3182=sve@3,3185=fin@3,3186=eng@3,3189=rus@3:3187;980=rus:B00:3180:0:5:0
Disney
XD:266000:C0M256:C:6900:3191=2:3192=sve@3,3195=fin@3,3196=eng@3:3197;990=rus:B00:3190:0:5:0
RAI1;RAI:266000:C0M256:C:6900:512=2:650=ita@4:576:B00:3401:0:5:0
RTL
Television;RTL:266000:C0M256:C:6900:163=2:104=deu@3;106=deu@106:105;110=deu:B00:12003:0:5:0
3sat;ZDFvision:266000:C0M256:C:6900:210=2:220=deu@3;225=deu@106:230;231=deu:B00:28007:0:5:0
NTV Mir;NSAB:274000:C0M256:C:6900:50=2:51=@3:0:B00:10:0:6:0
C More
First;Telenor:274000:C0M256:C:6900:1086=2:3081=sve@4,4069=fin@4:6006:B00:301:0:6:0
MTV
Sport1;MTV3:274000:C0M256:C:6900:402=2:403=fin@3:404;405=fin:B00:305:0:6:0
C More
Series;Telenor:274000:C0M256:C:6900:1084=2:3079=sve@4,4063=fin@4:6004:B00:308:0:6:0
C More
Emotion;Telenor:274000:C0M256:C:6900:1085=2:3080=sve@4,4066=fin@4:6005:B00:309:0:6:0
Disney
Junior;Viasat:274000:C0M256:C:6900:1131=2:1132=sve@4,1133=fin@4:1134:B00:1130:0:6:0
SF
Kanalen;CanalDigital:274000:C0M256:C:6900:513=2:644=sve@4,647=fin@4:580:B00:3318:0:6:0
Russia Today;RT:274000:C0M256:C:6900:4081=2:4082=@3:0:0:4080:0:6:0
Cha

[vdr] vdr with different type DVB tuners

2014-12-15 Thread Jari Fredriksson

I have vdr 2.0.6 on a Rasperry PI, and using it via vdradmin-am and vlc.
Works fine.

I have a DVB-T/T2 tuner, and a DVB-C tuner on it currently. Both the
tuners work fine when alone in the system. Anyway, I connected them both
to the RasPI and tried to tune the DVB-T tuners to the free channels,
and DVB-C to the pay channels.

Now the DVB-C tuners is device 0 and works fine. But when I try to watch
the free channels, VDR log file tells me that device 0 was not able to
connect to the channel.

My channels.conf has the pay channels scanned with w_scan -f t and
w_scan -f c and woth outputs combined.

Is it possible to do what I am trying to accomplish? channels.conf has
the letters T and C for the channels, as specified by w_scan.

Thanks.

-- 
jarif.bit




signature.asc
Description: OpenPGP digital signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr