Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2012-01-08 Thread Lars Hanisch
. Thanks, Mark. -Original Message- From: Hawes, Mark Sent: Thursday, 1 December 2011 10:08 PM To: 'VDR Mailing List' Subject: RE: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21 Hi Lars, First reports on v2 of your multi-frontend patch with HVR 4000 card: - can switch between both

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2012-01-08 Thread Klaus Schmidinger
On 08.01.2012 20:45, Lars Hanisch wrote: Hi, Am 08.01.2012 02:09, schrieb Hawes, Mark: Hi Lars, I have got the sc plugin working with your hybrid patch v2 and introduced the premium card and all is working well. Are you planning any more revisions to the patch? Or at least a 1.7.22 version?

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2012-01-08 Thread Udo Richter
Am 08.01.2012 21:10, schrieb Klaus Schmidinger: On 08.01.2012 20:45, Lars Hanisch wrote: Not really, because the driver changes introduced by Manu are on its way into linux-media. After that only one frontend will be left and new ioctls are there to switch between delivery systems. Rumours

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2012-01-08 Thread Klaus Schmidinger
On 09.01.2012, at 00:19, Udo Richter udo_rich...@gmx.de wrote: Am 08.01.2012 21:10, schrieb Klaus Schmidinger: On 08.01.2012 20:45, Lars Hanisch wrote: Not really, because the driver changes introduced by Manu are on its way into linux-media. After that only one frontend will be left and

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2012-01-07 Thread Hawes, Mark
10:08 PM To: 'VDR Mailing List' Subject: RE: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21 Hi Lars, First reports on v2 of your multi-frontend patch with HVR 4000 card: - can switch between both frontends successfully and very stable with repetitive tests - timer behaviour

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2011-12-01 Thread Hawes, Mark
... Thanks and keep up the good work. Mark. -Original Message- From: vdr-boun...@linuxtv.org [mailto:vdr-boun...@linuxtv.org] On Behalf Of L. Hanisch Sent: Thursday, 1 December 2011 10:50 AM To: VDR Mailing List Subject: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21 Hi, Here's

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2011-12-01 Thread Richard Scobie
L. Hanisch wrote: Assumption for this patch: All frontends within one adapter have to be used mutually exclusive. All cards I know behave in this way. If there are cards with multiple frontends which can be used simultaneously I'd like to hear about it. I believe the TT S2-6400

Re: [vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2011-12-01 Thread Wolfgang Rohdewald
Am Freitag, 2. Dezember 2011, 07:48:20 schrieb Richard Scobie: I believe the TT S2-6400 DVB-S/DVB-S2 card has two frontends that can be used simultaneously. but is has only one frontend per adapter, so it has no multi-frontend ./adapter0: insgesamt 0 crw-rw+ 1 root video 212, 0 29. Nov

[vdr] [PATCH v2] multi-frontend-support for vdr 1.7.21

2011-11-30 Thread L. Hanisch
Hi, Here's version 2 of my multi-frontend-patch. It's still dirty, since it changes the constructor of cDvbDevice which will break compilation of some plugins. But I think it might be necessary to look at the relevant plugins since they might need to react on frontend changes. I haven't