There was a typo in the BBTI/B2C2 specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz. This fixes this.. I would like to thanks Tom Dombrosky for noticing and correcting this.. Taylor -------------- next part -------------- ? patch.diff Index: linux/drivers/media/dvb/frontends/nxt2002.c =================================================================== RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/frontends/nxt2002.c,v retrieving revision 1.3 diff -u -p -r1.3 nxt2002.c --- linux/drivers/media/dvb/frontends/nxt2002.c 3 Feb 2005 14:10:54 -0000 1.3 +++ linux/drivers/media/dvb/frontends/nxt2002.c 15 Feb 2005 18:16:40 -0000 @@ -676,7 +676,7 @@ static struct dvb_frontend_ops nxt2002_o .name = "Nextwave nxt2002 VSB/QAM frontend", .type = FE_ATSC, .frequency_min = 54000000, - .frequency_max = 806000000, + .frequency_max = 860000000, /* stepsize is just a guess */ .frequency_stepsize = 166666, .caps = FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |