https://bugs.kde.org/show_bug.cgi?id=374693

--- Comment #14 from julius...@gmail.com ---

> 
> Let me try to understand it better. This ioctl sets the LNBf voltage
> 
> to what's there at "val". If zero, it sets to 13V; otherwise to 18V:
>    if (ioctl (d->frontend, FE_ENABLE_HIGH_LNB_VOLTAGE, &val) < 0 && val)
> 
> You're saying that exiting just after setting the voltage and running
> Kaffeine will make it work?
> 
> If so, it seems that either the LNBf settings are wrong in Kaffeine, or the
> channel settings are wrong. That could happen, for example, if the
> Kaffeine's scanfile.dvb definitions for a channel says that it is
> horizontal, but the channel is, in fact vertical.
> 
> What channels are falling? What's your LNBf?


Yes, exiting just after 

if (ioctl (d->frontend, FE_ENABLE_HIGH_LNB_VOLTAGE, &val) < 0 && val)

makes it work. And not only the before missing channels, but all channels.
(This also applies to a scan, which will complete with more channels when it
"works"). My LNBf is a AP82-T2B ( http://www.dueemme.com/catalogo/10.40.html )
with two connectors. With more testing, it turns out this effect is also there
with for instance w_scan. Attached are two files, both generated with 

w_scan -f s -c DE -s S19.2E2 -L > Astraplaylist_after_vlc.xspf

, with vlc shortly running between the scans with a channels file as playlist.
>From those files, the "directly working" channels and those missing can be seen
by comparison. (A few might be missing due to random effects). From this list: 

http://de.satexpat.com/sat/ost/19.2/

for instance, 11837 H 27500 3/4 DVB-S QPSK group, including "Das Erste", is
always missing without the workaround.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to