commit bae59f464c0668a6d43c8d09049890aeb149b1f9 Author: Sascha Kuehndel (InuSasha) Date: Sun Sep 7 18:23:22 2014 +0200 try 1 diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 1228ea7..48cecb8 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -633,12 +633,12 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse ) // and/or re-affirm the switch /* Disable tone (en50494 don't use tone) */ - if (!lse->lse_en50494) { + tvhdebug("en50494", "matthias try - disable tone explicit"); if (ioctl(lfe->lfe_fe_fd, FE_SET_TONE, SEC_TONE_OFF)) { tvherror("diseqc", "failed to disable tone"); return -1; } - } + /* Diseqc */ for (i = ls->ls_diseqc_idx; i < ARRAY_SIZE(lds); i++) {