Luca Olivetti wrote: > En/na Jarmo J?rvenp?? ha escrit: > >> Dear list, >> >> With Vdr 1.3.31 > > > You mean 1.3.30? > >> and newest dxr3 -plugin there seems to be a problem when dvb-t card >> receives no signal at all. The screen is blank, but any remote control >> key presses cause no immediate effects. > > > This is because vdr is waiting for a lock, and it's not dxr3 specific > (at least I suppose so). > > Try commenting out the lines > > if (!HasLock(TUNER_LOCK_TIMEOUT)) { > esyslog("ERROR: device %d has no lock, can't attach receiver!", > CardIndex() + 1); > return false; > } > > > > in device.c Maybe I should drop this timeout altogether, because it seems like it's doing more bad than good... Klaus