UseNet-Posting-Nospam-74308-@xxxxxxxxxxxxxxxxx(Rainer Zocholl) 02.06.05 14:52 >Matthias@xxxxxxxxxx(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: --- 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; } But i don't know why the line was omitted. I assume it's just a cut n paste error.