On Sunday 20 Nov 2005 22:16, Andrew de Quincey wrote: > On Sunday 20 Nov 2005 22:05, Steve Toth wrote: > > >>> Is this broken on my maschine? And is there a possibility to fix it? > > >> > > >> And you say this used to work, but does not now? - It was broken > > >> recently? > > >> > > >> Steve > > > > > > Yes, it's broken recently, after installing a clean cvs. > > > > Nothing has changed in the driver, it's an app issue. Try testing with > > szap and see what happens. > > Unless it was my recent changes to dvb_frontend.c. Let me check... Don't _think_ it can be me. FE_SET_TONE does the following: case FE_SET_TONE: if (fe->ops->set_tone) { err = fe->ops->set_tone(fe, (fe_sec_tone_mode_t) parg); fepriv->state = FESTATE_DISEQC; fepriv->status = 0; } Which looks 100% correct to me.