ooops! Just found there's problem in for the tuner MAX2165 even for the latest kernel. In the file drivers/media/common/tuners/max2165.c, I can see:
static const struct dvb_tuner_ops max2165_tuner_ops = {
.info = {
.name = "Maxim MAX2165",
.frequency_min = 470000000,
.frequency_max = 780000000,
.frequency_step = 50000,
},
frequency_max should be set to, say, 868000000.
I'll try to submit a patch to v4l-dvb. In the meantime, anyone using this tuner chip will need to compile own v4l-dvb driver. |