From: Goga777 <goga777@bk.ru>
To: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
Date: Mon, 9 Jun 2008 23:11:07 +0400 [thread overview]
Message-ID: <20080609231107.0020ccf9@bk.ru> (raw)
In-Reply-To: <200806092045.22041.dkuhlen@gmx.net>
> >
> > > >> I'm glad everything worked out for you :).
> > > >> with szap to tune to DVB-S2 channels use this option "-t 2" default is
> > > >> "- t 0" which is for DVB-S
> > > >> to tune to 'Astra HD Promo 2' you do:
> > > >> szap -r -c 19 -t 2 "Astra HD Promo 2"
> > > >>
> > > >
> > > > I will try so. It will be fine if new dvb-s2 option will include in szap --help output
> > > >
> > >
> > > jens@midas-phalanx:/usr/src/dvb-apps-patched/util/szap# ./szap -h
> > >
> > > usage: szap -q
> > > list known channels
> > > szap [options] {-n channel-number|channel_name}
> > > zap to channel via number or full name (case insensitive)
> > > -a number : use given adapter (default 0)
> > > -f number : use given frontend (default 0)
> > > -d number : use given demux (default 0)
> > > -c file : read channels list from 'file'
> > > -b : enable Audio Bypass (default no)
> > > -x : exit after tuning
> > > -r : set up /dev/dvb/adapterX/dvr0 for TS recording
> > > -l lnb-type (DVB-S Only) (use -l help to print types) or
> > > -l low[,high[,switch]] in Mhz
> > > -i : run interactively, allowing you to type in channel names
> > > -p : add pat and pmt to TS recording (implies -r)
> > > or -n numbers for zapping
> > > -t : delivery system type DVB-S=0, DSS=1, DVB-S2=2
> > >
> > >
> > > You see the last line? The Information is included!! ;-)
> >
> > yes, I see. But in my patched szap I don't see this information. I don't know why :(
> >
> > /usr/src/dvb-apps# cat patch_scan_szap_jens.diff | patch -p1 --dry-run
> Why do you use the --dry-run option here?
> man patch
> shows:
> - -dry-run
> Print the results of applying the patches without actually changing any files.
yes, it was my foolish mistake , sorry
but after real patching and making
goga:/usr/src/dvb-apps/util/scan# make
perl section_generate.pl atsc_psip_section.pl
CC scan.o
scan.c:414: warning: unused parameter ‘buf’
scan.c:415: warning: unused parameter ‘t’
scan.c:449: warning: unused parameter ‘buf’
scan.c:518: warning: unused parameter ‘buf’
scan.c:519: warning: unused parameter ‘t’
scan.c: In function ‘tune_initial’:
scan.c:1892: warning: unused variable ‘hier’
scan.c:1892: warning: unused variable ‘guard’
scan.c:1892: warning: unused variable ‘mode’
scan.c:1892: warning: unused variable ‘fec2’
scan.c:1892: warning: unused variable ‘bw’
scan.c:1892: warning: unused variable ‘qam’
scan.c: At top level:
scan.c:1809: warning: ‘str2qam’ defined but not used
scan.c:1826: warning: ‘str2bandwidth’ defined but not used
scan.c:1838: warning: ‘str2mode’ defined but not used
scan.c:1849: warning: ‘str2guard’ defined but not used
scan.c:1862: warning: ‘str2hier’ defined but not used
scan.c:2081: warning: ‘pids_dump_service_parameter_set’ defined but not used
CC atsc_psip_section.o
CC diseqc.o
CC dump-vdr.o
CC dump-zap.o
dump-zap.c:6: warning: ‘inv_name’ defined but not used
dump-zap.c:12: warning: ‘fec_name’ defined but not used
dump-zap.c:26: warning: ‘qam_name’ defined but not used
dump-zap.c:39: warning: ‘bw_name’ defined but not used
dump-zap.c:47: warning: ‘mode_name’ defined but not used
dump-zap.c:53: warning: ‘guard_name’ defined but not used
dump-zap.c:62: warning: ‘hierarchy_name’ defined but not used
CC lnb.o
CC section.o
CC scan
I have these errors
goga:/usr/src/dvb-apps/util/scan# ./scan 13e
scanning 13e
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 12398000 H 27500000 27500000
initial transponder 11258000 H 27500000 27500000
initial transponder 11449000 H 27500000 27500000
initial transponder 11996000 V 27500000 27500000
initial transponder 12265000 V 27500000 27500000
initial transponder 10719000 V 27500000 27500000
[skip}
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ERROR: initial tuning failed
dumping lists (0 services)
Done.
the same - for szap
goga:/usr/src/dvb-apps/util/szap# ./szap -c13 -n1
reading channels from file '13'
zapping to 1 'ZDF':
sat 0, frequency = 11258 MHz H, symbolrate 27500000, vpid = 0x023a, apid = 0x023b sid = 0x1f4b
Querying info .. Delivery system=DVB-S
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
ioctl DVBFE_GET_INFO failed: Operation not supported
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-06-09 19:07 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-04 21:32 [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Michael Schöller
2008-06-04 22:05 ` Faruk A
2008-06-05 7:24 ` Jens Krehbiel-Gräther
2008-06-05 20:27 ` Dominik Kuhlen
2008-06-06 5:10 ` Michael Schöller
[not found] ` <854d46170806060249h1aec73e4s645462a123371c29@mail.gmail.com>
2008-06-06 17:26 ` Michael Schöller
[not found] ` <854d46170806061050t12eee403re359ecfeac9143ec@mail.gmail.com>
2008-06-06 18:18 ` Michael Schöller
2008-06-06 20:29 ` Jens Krehbiel-Gräther
2008-06-07 22:21 ` Goga777
2008-06-08 7:45 ` Jens Krehbiel-Gräther
2008-06-08 19:06 ` [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?) Goga777
2008-06-08 19:50 ` Faruk A
2008-06-09 4:29 ` Goga777
2008-06-09 7:21 ` Jens Krehbiel-Gräther
2008-06-09 16:59 ` Goga777
2008-06-09 18:45 ` Dominik Kuhlen
2008-06-09 19:11 ` Goga777 [this message]
2008-06-06 22:18 ` [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Dominik Kuhlen
2008-06-07 9:43 ` Michael Schöller
2008-06-08 8:04 ` Jens Krehbiel-Gräther
2008-06-06 20:09 ` Jens Krehbiel-Gräther
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=20080609231107.0020ccf9@bk.ru \
--to=goga777@bk.ru \
--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.