From: Claudio Luck <cluck@ethz.ch>
To: abraham.manu@gmail.com
Cc: linux-dvb@linuxtv.org
Subject: [linux-dvb] Multiproto DVBFE_GET_INFO and (not) locked
Date: Tue, 10 Jun 2008 15:57:08 +0200 [thread overview]
Message-ID: <484E8834.3000601@ethz.ch> (raw)
Hi Manu, hi all
I'm referring to the jusst.de/hg/multiproto tree. Working with a KNC1
DVB-S2 card to enhance the VideoLAN dvb plugin.
Testing showed that DVBFE_GET_INFO returns different frontend infos
(fec, mods) when the tuner is locked and when it is not (pasted below).
Is this the correct/expected behavior?
>From two separate runs, where the first leaves the tuner locked; first
run (femon says no lock at start):
> [00000303] dvb access debug: Opening device /dev/dvb/adapter1/frontend0
> [00000303] dvb access debug: ioctl DVBFE_GET_DELSYS
> [00000303] dvb access debug: ioctl DVBFE_GET_INFO
> [00000303] dvb access debug: Frontend Info:
> [00000303] dvb access debug: api = DVB API 3.3
> [00000303] dvb access debug: name = STB0899 DVB-S
> [00000303] dvb access debug: frequency_min = 950000 (kHz)
> [00000303] dvb access debug: frequency_max = 2150000 (kHz)
> [00000303] dvb access debug: frequency_step = 0
> [00000303] dvb access debug: frequency_tolerance = 0
> [00000303] dvb access debug: symbol_rate_min = 1000000 (kHz)
> [00000303] dvb access debug: symbol_rate_max = 45000000 (kHz)
> [00000303] dvb access debug: symbol_rate_tolerance (ppm) = 0
> [00000303] dvb access debug: Frontend Info capability list:
> [00000303] dvb access debug: ioctl DVBFE_SET_DELSYS DVBFE_GET_INFO
> [00000303] dvb access debug: delivery system DSS
> [00000303] dvb access debug: modulations: QPSK
> [00000303] dvb access debug: FEC: 1/2 2/3 3/4 5/6 6/7
> [00000303] dvb access debug: ioctl DVBFE_SET_DELSYS DVBFE_GET_INFO
> [00000303] dvb access debug: delivery system DVB-S
> [00000303] dvb access debug: modulations: QPSK
> [00000303] dvb access debug: FEC: 1/2 2/3 3/4 5/6 6/7
> [00000303] dvb access debug: ioctl DVBFE_SET_DELSYS DVBFE_GET_INFO
> [00000303] dvb access debug: delivery system DVB-S2
> [00000303] dvb access debug: modulations: QPSK
> [00000303] dvb access debug: FEC: 1/2 2/3 3/4 5/6 6/7
> [00000303] dvb access debug: End of capability list
> [00000303] dvb access debug: selected: DVB-S DSS DVB-S2
> [00000303] dvb access debug: dropped: DVB-T DVB-C DVB-H
> ...
> then more ioctl called (all works fine, i.e. VLC can stream DVB-S2)
Second run (femon says has lock at start):
> [00000303] dvb access debug: Opening device /dev/dvb/adapter1/frontend0
> [00000303] dvb access debug: ioctl DVBFE_GET_DELSYS
> [00000303] dvb access debug: ioctl DVBFE_GET_INFO
> [00000303] dvb access debug: Frontend Info:
> [00000303] dvb access debug: api = DVB API 3.3
> [00000303] dvb access debug: name = STB0899 DVB-S2
> [00000303] dvb access debug: frequency_min = 950000 (kHz)
> [00000303] dvb access debug: frequency_max = 2150000 (kHz)
> [00000303] dvb access debug: frequency_step = 0
> [00000303] dvb access debug: frequency_tolerance = 0
> [00000303] dvb access debug: symbol_rate_min = 1000000 (kHz)
> [00000303] dvb access debug: symbol_rate_max = 45000000 (kHz)
> [00000303] dvb access debug: symbol_rate_tolerance (ppm) = 0
> [00000303] dvb access debug: Frontend Info capability list:
> [00000303] dvb access debug: ioctl DVBFE_SET_DELSYS DVBFE_GET_INFO
> [00000303] dvb access debug: delivery system DSS
> [00000303] dvb access debug: modulations: QPSK 8PSK 16APSK 32APSK
> [00000303] dvb access debug: FEC: 1/2 1/3 1/4 2/3 2/5 3/4 3/5 4/5 5/6 8/9 9/10
> [00000303] dvb access debug: ioctl DVBFE_SET_DELSYS DVBFE_GET_INFO
> [00000303] dvb access debug: delivery system DVB-S
> [00000303] dvb access debug: modulations: QPSK 8PSK 16APSK 32APSK
> [00000303] dvb access debug: FEC: 1/2 1/3 1/4 2/3 2/5 3/4 3/5 4/5 5/6 8/9 9/10
> [00000303] dvb access debug: ioctl DVBFE_SET_DELSYS DVBFE_GET_INFO
> [00000303] dvb access debug: delivery system DVB-S2
> [00000303] dvb access debug: modulations: QPSK 8PSK 16APSK 32APSK
> [00000303] dvb access debug: FEC: 1/2 1/3 1/4 2/3 2/5 3/4 3/5 4/5 5/6 8/9 9/10
> [00000303] dvb access debug: End of capability list
> [00000303] dvb access debug: selected: DVB-S DSS DVB-S2
> [00000303] dvb access debug: dropped: DVB-T DVB-C DVB-H
--
Best Regards
Claudio Luck
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
reply other threads:[~2008-06-10 13:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=484E8834.3000601@ethz.ch \
--to=cluck@ethz.ch \
--cc=abraham.manu@gmail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.