* dvbv5-zap LNA related bug
@ 2014-04-23 2:41 Antti Palosaari
0 siblings, 0 replies; only message in thread
From: Antti Palosaari @ 2014-04-23 2:41 UTC (permalink / raw)
To: Mauro Carvalho Chehab, LMML
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-23 2:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 2:41 dvbv5-zap LNA related bug Antti Palosaari
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.