Hi everyone,<br><br>I'm experimenting some problems with my DVB-S KNC-One card.<br>Here is my configuration:<br><br>- a DVB-S KNC-One card (subvendor: <code>1894</code>, subdedvice: <code>001b)</code> connected to an output of an 8 ports DiSEqC switch<br>
- previous switch connected to Astra 13E and Hotbird 19E with each tuple Polarity/Band raising to parabolas (VL,VH,HL,HH) ie. 8 cables.<br><br>Whatever transponder I choose to lock to, I got discontinuity in the transport stream. Someone told me he already found information about such a problem with KNC-One card, and clues may be to control voltage through switch.<br>
<br>Has someone already got such issue with this card ?<br>Thanks, and see you !<br><br>Steve<br><br>PS : Here is modules loaded by budget_av<br><br> case SUBID_DVBS_TV_STAR:<br> case SUBID_DVBS_TV_STAR_CI:<br>
case SUBID_DVBS_CYNERGY1200N:<br> case SUBID_DVBS_EASYWATCH:<br> case SUBID_DVBS_EASYWATCH_2:<br> fe = dvb_attach(stv0299_attach, &philips_sd1878_config,<br> &budget_av->budget.i2c_adap);<br>
if (fe) {<br> fe->ops.tuner_ops.set_params = philips_sd1878_tda8261_tuner_set_params;<br> }<br> break;<br><br>