Hello,
Any current vdr doesn't respect valid dvb device frequency ranges. Here on a EPG-Scan it's generate many messages on syslog, like :
DVB: adapter 0 frontend 0 frequency 177500000 out of range (470000000..860000000) DVB: adapter 0 frontend 0 frequency 177500000 out of range (470000000..860000000) DVB: adapter 0 frontend 0 frequency 177500000 out of range (470000000..860000000)
Any of my three DVB-T devices have different frequency ranges, and the primary device can't receive VHF-channels.
frontend 0:0 frequency range 470000000..860000000 frontend 1:0 frequency range 51000000..858000000 frontend 2:0 frequency range 177000000..858000000
Therefore i attach a simple patch to check provided frequency ranges of used dvb-t device driver.
Andreas
On 27.11.2010 16:59, Andreas Brachold wrote:
I was just going to adopt this patch, but two questions came up:
- Is this limited to DVB-T, or would something similar also apply to DVB-S and DVB-C?
- With the multi-frontend support added in version 1.7.23, I wonder how this would work now. I assume frontendInfo can only hold the info on the frontend that is currently activated (via DTV_DELIVERY_SYSTEM). But that would mean that the delivery system would have to be set (and frontendInfo re-read) *before* the above check can be made.
Can somebody please shed some light on this?
Klaus