On Tue, 1 May 2007, Petri Helin wrote: > Thomas Kaiser wrote: > > Suur Karu wrote: > >> Thomas Kaiser wrote: > >>> If your device is using the philips tda1316 tuner, i think there is a > >>> problem in setting the correct Band. 162 MHz and above should be band > >>> 2 (Mid-Band). But in dvbc_philips_tdm1316l_tuner_set_params band 1 is > >>> set for frequencies below 200 MHz: > >>> // determine charge pump > >>> tuner_frequency = params->frequency; > >>> if (tuner_frequency < 87000000) {return -EINVAL;} > >>> else if (tuner_frequency < 130000000) {cp = 3; band = 1;} > >>> else if (tuner_frequency < 160000000) {cp = 5; band = 1;} > >>> else if (tuner_frequency < 200000000) {cp = 6; band = 1;} <<== > > Just to let you all know, in case you didn't see an earlier post about > tuning problems with TechnoTrend's C1500 card, the above change broke > tuning on those cards with frequencies under 160MHz. That doesn't seem possible, that it would break tuning for under 160Mhz. This change only affects the band for frequencies between 160 Mhz and 200 Mhz, nothing outside this of this range should be affected in any way. What frequency does it break exactly? _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb