From patchwork Thu Jun 2 13:56:00 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rainer Zocholl X-Patchwork-Id: 11902 Received: from archer.toppoint.de ([195.244.243.1] helo=mail.toppoint.de) by www.linuxtv.org with esmtp (Exim 4.34) id 1DdqBs-0003cB-1m for vdr@linuxtv.org; Thu, 02 Jun 2005 15:56:56 +0200 Received: (from uucp@localhost) by mail.toppoint.de (8.11.7p1+Sun/8.11.7) id j52DuiT03856 for vdr@linuxtv.org; Thu, 2 Jun 2005 15:56:44 +0200 (MEST) >Received: by zocki.toppoint.de (CrossPoint/FreeXP v3.40 RC3 (EMS) @ 3108030130 R/C6515); 02 Jun 2005 15:56:56 +0200 Date: 02 Jun 2005 15:56:00 +0200 From: Rainer Zocholl To: Message-ID: <9Y4RSZv6gjB@zocki.toppoint.de> In-Reply-To: <9Y4NYxR6gjB@zocki.toppoint.de> References: <9Y4NYxR6gjB@zocki.toppoint.de> X-Mailer: CrossPoint/FreeXP v3.40 RC3 (EMS) @ 3108030130 R/C6515 MIME-Version: 1.0 Organization: http://www.toppoint.de X-ZC-Telefon: V+49-431-5606-550Q V+49-431-562136Q X-XP-Version: CrossPoint/FreeXP v3.40 RC3 (EMS) @ 3108030130 R/C6515 X-RFC-Converter: E-UUZ/II [FreeXP v3.40.1a RC3] @ 200405292345 Received: from zocki.toppoint.de by archer.toppoint.de; Thu, 2 Jun 2005 15:56 MES X-MIME-Autoconverted: from 8bit to quoted-printable by mail.toppoint.de id j52DuiT03856 Subject: [vdr] LNB-sharing patch for VDR 1.3.25 not working X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 13:56:56 -0000 Status: O X-Status: X-Keywords: X-UID: 2717 UseNet-Posting-Nospam-74308-@zocki.toppoint.de(Rainer Zocholl) 02.06.05 14:52 >Matthias@Loetzke.de(Matthias Lötzke) 30.05.05 22:15 >>Hello! >>A new release of the configurable LNB-sharing patch for VDR 1.3 is >>available at: >>http://xn--ltzke-jua.de/dvb/VDR_LNB_sharing_patch/configurableLNBshare-VDR_1.3.25.patch >>Changes: >>- adapted to VDR 1.3.25 >Thanks a lot, but sorry to say: >I can't switch anymore to DVB-T now. >I got "channel not available", and the screen becomes black. >How to narrow that problem? >Setting all "LNBs" to 1 does not help. >Another side effect: >No timers are started, but i don't see ANY hint in the logfile >about "locked channels" or "missed recording" or "locked Channels" ! >Why? >"Manually" recording isn't possible too. A compare with my running, LNBpatched 1.3.24 shows only one major difference. Below a patch to be applied after the patch to make it work here: But i don't know why the line was omitted. I assume it's just a cut n paste error. --- device.c.lnb1 2005-05-31 23:31:16.000000000 +0200 +++ device.c 2005-06-02 15:37:55.000000000 +0200 @@ -405,6 +405,7 @@ select = pri + pri2; //ML-Ende + d = device[i]; if (NeedsDetachReceivers) *NeedsDetachReceivers = ndr; }