Roberto Ragusa wrote: > > I found something strange in stv0299.c: > > p->frequency += derot_freq; > > in FE_GET_FRONTEND doesn't look right. > Maybe it should be > > p->frequency = state->tuner_frequency + derot_freq; Well, I don't know. stv0299 works for me. Johannes