saen acro wrote:
> Force frontend as DVB-T2
>
> try also
>
> #TSDUCK
> tsscan -v -l --show-modulation
> #SCAN
> scan -o pids -a 2 initscan.conf
> @w-scan2
> w_scan2 -f -c x > initial
Forcing DVB-T2 on w_scan (20170107-2.1), how would that be done?
w_scan --help nor w_scan -H give any clues :(
Thank you for the w_scan2, works great :) Here is howto for benefit of others:
https://github.com/stefantalpalaru/w_scan2
git clone https://github.com/stefantalpalaru/w_scan2.git
cd w_scan2
./configure
sudo lscpu | grep -E '^CPU\('
make -j 4
./w_scan2 --help
./w_scan2 -H
Here is the output: (the first 4 empty T2 muxes indicate upcoming change, or is it just glitch?
#------------------------------------------------------------------------------
# file automatically generated by w_scan2
# (https://github.com/stefantalpalaru/w_scan2)
#! <w_scan> 1.0.14 1 0 TERRESTRIAL GB </w_scan>
#------------------------------------------------------------------------------
# location and provider: <add description here>
# date (yyyy-mm-dd) : 2021-11-25
# provided by (opt) : <your name or email here>
#
# T[2] <freq> <bw> <fec_hi> <fec_lo> <mod> <tm> <guard> <hi> [plp_id] [# comment]
#------------------------------------------------------------------------------
T2 0 AUTO AUTO NONE AUTO AUTO AUTO NONE
T2 0 AUTO AUTO NONE AUTO AUTO AUTO NONE
T2 0 AUTO AUTO NONE AUTO AUTO AUTO NONE
T2 0 AUTO AUTO NONE AUTO AUTO AUTO NONE
T 482000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # London
T 490000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # London
T 506000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # London
T 514000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # London
T 522000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 529833000 8MHz 3/4 NONE QAM64 8k 1/32 NONE # London
T2 546000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # London
T 562000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 578000000 8MHz 3/4 NONE QPSK 8k 1/32 NONE # Berks & North Hants
T 586000000 8MHz 3/4 NONE QPSK 8k 1/32 NONE # London
T2 618000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 626000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 642000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 650000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 666000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T 674000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Berks & North Hants
T2 746000000 8MHz AUTO AUTO AUTO AUTO AUTO NONE # Com7 National
I have found another version of w_scan, yet to test ....w_scan_cpp
https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html
TSDuck/tsscan working great, another tool for blind scan, thank you. :(
default command did not find the T2 muxes again:
tsscan --adapter 0 --bandwidth 8000000 -u -l --show-modulation --verbose
but the one below did :)
tsscan --adapter 0 --bandwidth 8000000 -u -l --show-modulation --delivery-system DVB-T2 --verbose
I could not get "scan" working for blindscan :( - needs initial tuning data for at least one transponder/channel