From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <m.chehab@samsung.com>,
LMML <linux-media@vger.kernel.org>
Subject: dvbv5-zap LNA related bug
Date: Wed, 23 Apr 2014 05:41:46 +0300 [thread overview]
Message-ID: <5357286A.7040005@iki.fi> (raw)
frontend c->frequency will not be set when LNA option is used.
[crope@localhost dvb]$ ./dvbv5-zap -c dvb_all_channel.conf MTV3
--monitor --lna=1
using demux '/dev/dvb/adapter0/demux0'
reading channels from file 'dvb_all_channel.conf'
service has pid type 05: 6101
tuning to 714000000 Hz
ERROR FE_SET_PROPERTY: Invalid argument
ERROR: dvb_fe_set_parms failed (Invalid argument)
[crope@localhost dvb]$ ./dvbv5-zap -c dvb_all_channel.conf MTV3
--monitor --lna=0
using demux '/dev/dvb/adapter0/demux0'
reading channels from file 'dvb_all_channel.conf'
service has pid type 05: 6101
tuning to 714000000 Hz
ERROR FE_SET_PROPERTY: Invalid argument
ERROR: dvb_fe_set_parms failed (Invalid argument)
[crope@localhost dvb]$ ./dvbv5-zap -c dvb_all_channel.conf MTV3
--monitor --lna=-1
using demux '/dev/dvb/adapter0/demux0'
reading channels from file 'dvb_all_channel.conf'
service has pid type 05: 6101
tuning to 714000000 Hz
(0x00)
Lock (0x1f)
dvb_set_pesfilter to 0x2000
^C[crope@localhost dvb]# now it workd
[crope@localhost dvb]$ # now it works
[crope@localhost dvb]$ ./dvbv5-zap -c dvb_all_channel.conf MTV3
--monitor --lna=1
using demux '/dev/dvb/adapter0/demux0'
reading channels from file 'dvb_all_channel.conf'
service has pid type 05: 6101
tuning to 714000000 Hz
(0x00)
Lock (0x1f)
dvb_set_pesfilter to 0x2000
^C[crope@localhost dvb]$
--
http://palosaari.fi/
reply other threads:[~2014-04-23 2:41 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=5357286A.7040005@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
/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.