braice / MuMuDVB

A DVB IPTV streaming software
http://mumudvb.braice.net/
GNU General Public License v2.0
216 stars 133 forks source link

ISDB-T support on 2.0 ? #208

Open AlbertEinsteinGlitchPoint opened 6 years ago

AlbertEinsteinGlitchPoint commented 6 years ago

Hi i am checking the TUNE.c code and so far have not seen anything mentioning isdb-t

is this done via DVB-T scan util?

i am using correct freq= on mumudvb but its not scanning the channel

but if i use dvbv5-scan util, using same frequency i can lock signal to the channel

dvbv5-scan -F /etc/myconfig/channels.txt INFO Scanning frequency #1 581142857 Lock (0x1f) Signal= -63.60dBm C/N= 14.20dB Layer A: Signal= 36.10% C/N= 28.03% error while waiting for PAT table INFO Scanning frequency #2 473142857 Timeout(0x20) Signal= -82.40dBm Layer A: Signal= 17.46% INFO Scanning frequency #3 479142857 Timeout(0x20) Signal= -69.60dBm Layer A: Signal= 30.15% INFO Scanning frequency #4 485142857 Lock (0x1f) Signal= -73.50dBm C/N= 15.20dB Layer A: Signal= 26.28% C/N= 30.03% error while waiting for PAT table

on mumudvb

Info: Sintonizar: Usando a placa DVB "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 Info: Sintonizar: Tuning DVB-T to 581142000 Hz, Bandwidth: 0 Info: Sintonizar: Tuning With DVB-API version 5. delivery system : 3 Info: Sintonizar: Stream_id = 0, stream id with PLS parameters 0 Info: Sintonizar: FE_STATUS: Info: Sintonizar: Strength: 17420 Info: Sintonizar: SNR: 23616 Info: Sintonizar: FE_STATUS: Info: Sintonizar: Strength: 17420 Info: Sintonizar: SNR: 22304 Info: Sintonizar: FE_STATUS: Info: Sintonizar: Strength: 17420 Info: Sintonizar: SNR: 23616 Info: Sintonizar: FE_STATUS: Info: Sintonizar: Strength: 17225 Info: Sintonizar: SNR: 23616 Info: Sintonizar: FE_STATUS: Info: Sintonizar: Strength: 17615 Info: Sintonizar: SNR: 23616 Info: Sintonizar: FE_STATUS: Info: Sintonizar: Strength: 17615 Info: Sintonizar: SNR: 23616 Info: Main: Card not tuned after timeout - exiting

AlbertEinsteinGlitchPoint commented 6 years ago

Ok

so further test i have checked the tune.c and foun ISDBT delivery system code

i have selected ISDBT on delivery_system and tried to start mumudvb again

this is the error i am getting now

Info: Main: Streaming. Freq 581000 Info: Sintonizar: Using Tuner DVB "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 WARN: Sintonizar: The delivery system does not fit with the card frontend type (DVB-T/T2). WARN: Sintonizar: Requested to change DVB mode system to DVB (multi frontend cards). Info: Sintonizar: Tuning DVB-T to 581000000 Hz, Bandwidth: 0 Info: Sintonizar: Tuning With DVB-API version 5. delivery system : 8 Info: Sintonizar: Stream_id = 0, stream id with PLS parameters 0 ERRO: Sintonizar: Unsupported delivery system. Try tuning using DVB API 3 (do not set delivery_system). And please contact so it can be implemented.

braice commented 6 years ago

Hello,

I can implement ISDB-T, I need to add it to the tune.c around line 1500. Can you just tell me how do you usually specify a ISDB-T system ?

For example, layers, partial reception, segments etc . . . I also see layers full layer A layer B etc . . .

I see those from the API but I was wondering how you get transponder information

Thank you

2018-05-28 14:31 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

Ok

so further test i have checked the tune.c and foun ISDBT delivery system code

i have selected ISDBT on delivery_system and tried to start mumudvb again

this is the error i am getting now

Info: Main: Streaming. Freq 581000 Info: Sintonizar: Using Tuner DVB "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 WARN: Sintonizar: The delivery system does not fit with the card frontend type (DVB-T/T2). WARN: Sintonizar: Requested to change DVB mode system to DVB (multi frontend cards). Info: Sintonizar: Tuning DVB-T to 581000000 Hz, Bandwidth: 0 Info: Sintonizar: Tuning With DVB-API version 5. delivery system : 8 Info: Sintonizar: Stream_id = 0, stream id with PLS parameters 0 ERRO: Sintonizar: Unsupported delivery system. Try tuning using DVB API 3 (do not set delivery_system). And please contact so it can be implemented.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-392583492, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD87jOCX46GOUOTbE6l87b0JI4ZoJks5t3EJugaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Hiya..

unfortunately i cannot log the stream with other Device in order to check it but i saw on another forum some comments about using raspberi with another USB tunner

i will try to get some output log if possible , i know they used this frequency table to scan the channels

https://www.linuxtv.org/wiki/index.php/ISDB-T_Frequency_Table

with dvbv5-scan and v4l compiled driver

they are using this config btw [CHANNEL] DELIVERY_SYSTEM = DVBT FREQUENCY = 803142857 BANDWIDTH_HZ = 6000000 CODE_RATE_HP = AUTO CODE_RATE_LP = AUTO MODULATION = QAM/AUTO TRANSMISSION_MODE = AUTO GUARD_INTERVAL = AUTO HIERARCHY = NONE INVERSION = AUTO

AlbertEinsteinGlitchPoint commented 6 years ago

I also found this other source on github

is for both JAPAN and south america ISDB-T

https://github.com/rafael2k/isdbt-capture

/* ISDB-T Capture. A DVB v5 API TS capture for Linux, for ISDB-TB 6MHz Latin American and Japanese ISDB-T.

  • Copyright (C) 2014-2017 Rafael Diniz rafael@riseup.net
  • This is free software; you can redistribute it and/or modify
  • it under the terms of the GNU General Public License as published by
  • the Free Software Foundation; either version 3, or (at your option)
  • any later version.
braice commented 6 years ago

Hello

Can you give a try to https://github.com/braice/MuMuDVB/commit/5b63a530cadac64300700840643cd74917463f78 All the parameters seems to be AUTO but bandwidth and frequency, so please specify them

2018-05-28 17:30 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

Hiya..

unfortunately i cannot log the stream with other Device in order to check it but i saw on another forum some comments about using raspberi with another USB tunner

i will try to get some output log if possible , i know they used this frequency table to scan the channels

https://www.linuxtv.org/wiki/index.php/ISDB-T_Frequency_Table

with dvbv5-scan

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-392606148, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUDykH5--uTOCFO622Nq1NEO02s2sSks5t3Gx7gaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Hi brice i have also found this post where someone stated that this configs work for South america Argentina and Brasil using another device TVheadend, using

dvbv5-scan

[CHANNEL] DELIVERY_SYSTEM = ISDBT FREQUENCY = 521142857 BANDWIDTH_HZ = 6000000 INVERSION = OFF GUARD_INTERVAL = 1/4 TRANSMISSION_MODE = 8K ISDBT_LAYER_ENABLED = 7 ISDBT_PARTIAL_RECEPTION = 1 ISDBT_SOUND_BROADCASTING = 0 ISDBT_SB_SUBCHANNEL_ID = 0 ISDBT_SB_SEGMENT_IDX = 0 ISDBT_SB_SEGMENT_COUNT = 0 ISDBT_LAYERA_FEC = 2/3 ISDBT_LAYERA_MODULATION = QPSK ISDBT_LAYERA_SEGMENT_COUNT = 1 ISDBT_LAYERA_TIME_INTERLEAVING = 3 ISDBT_LAYERB_FEC = 3/4 ISDBT_LAYERB_MODULATION = QAM/64 ISDBT_LAYERB_SEGMENT_COUNT = 12 ISDBT_LAYERB_TIME_INTERLEAVING = 2 ISDBT_LAYERC_FEC = 1/2 ISDBT_LAYERC_MODULATION = QAM/64 ISDBT_LAYERC_SEGMENT_COUNT = 0 ISDBT_LAYERC_TIME_INTERLEAVING = 0

Thats a print of layer a , b , c like u mentioned perhaps we need to add those options.

Delivery_System = ISDBT

Frequency (Hz)

Bandwidth = 6MHZ

Guard Interval = 1/4

Layer A: FEC: 2/3

Layer A: Constellation: QSPK

Layer A: Segment Count: 1

Layer A: Time Interleaving: 3

Layer B: FEC: 3/4

Layer B: Constellation: QAM/64

Layer B: Segment Count: 12

Layer B: Time Interleaving: 2

Layer C: FEC: 1/2

Layer C: Constellation: QAM/64

Layer C: Segment Count: 0

Layer C: Time Interleaving: 0

https://tvheadend.org/attachments/download/4304/captura_ok.isbt.jpg

braice commented 6 years ago

Thanm you.

Please give a try to the last commit, and I will implement these extra stuff in the next few days

Basically you want to set the frequency of your transponder and the bandwidth to 6mhz...

I have set auto for all other parameters

On Mon, May 28, 2018, 19:27 AlbertEinsteinGlitchPoint < notifications@github.com> wrote:

Hi brice i have also found this post where someone stated that this configs work for Brasil using another device TVheadend

Thats a print of layer a , b , c like u mentioned perhaps we need to add those options.

https://tvheadend.org/attachments/download/4304/captura_ok.isbt.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-392616551, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD3EpILWgUczmEGvjpxBMf-BXA4mjks5t3If1gaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

I brice yes i will try it now, with new patch code

AlbertEinsteinGlitchPoint commented 6 years ago

compiled and run new code but still detecting error stating my card is

Info: Tunning: Using Tuner DVB "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 WARN: Tunning: The delivery system does not fit the frontend type (DVB-T/T2). WARN: Tunning: Please check DVB (multi frontend cards). Info: Tunning: Testing signal on DVB-T to 581000000 Hz, Bandwidth: 0 Info: Tunning: Tuning With DVB-API version 5. delivery system : 8 Info: Tunning: Stream_id = 0, stream id with PLS parameters 0 ERRO: Tunning: Unsupported delivery system. Try tuning using DVB API 3 (do not set delivery_system). And please contact so it can be implemented. Info: Main: Tuning issue, card 0 Info: Main: Closing cleanly. Error 7

this is my config

########## delivery_system=ISDBT freq=581 card=0 trans_mode=auto guardinterval=auto

stream_id=0

bandwidth=auto coderate=auto

AlbertEinsteinGlitchPoint commented 6 years ago

Somehow is still forcing it on line code 1208

{ log_message( log_module, MSG_WARN, "The delivery system does not fit with the card frontend type (DVB-T/T2)."); change_deliv=1; }

its still being detected as DVBT and it set on delivery_system=ISDBT on xxxxxxx.conf file

AlbertEinsteinGlitchPoint commented 6 years ago

Hi só further steps done

compiled isdb-t-capture source and played with the other tool i can now lock signal on the channels, and using dvbv5 scan util i can now scan channels as shown below, all we need is to get past the step mentioned on the code on the post before, somehow mumudvb is still trapping the ISDBT tunner as beeing a DVBT/T2 card not recognised also.

root@MIDDLEWARE:~/isdbt-capture#
 isdbt-capture -s ch_freq.conf
Scan information:
------------------------------------------------------------------
Channel = 7  Frequency = 177142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 8  Frequency = 183142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 9  Frequency = 189142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 10  Frequency = 195142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 11  Frequency = 201142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 12  Frequency = 207142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 13  Frequency = 213142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 14  Frequency = 473142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 15  Frequency = 479142857Hz
Tuning...
Signal locked!
Signal power = 30
Signal quality = 35
------------------------------------------------------------------
Channel = 16  Frequency = 485142857Hz
Tuning...
Signal locked!
Signal power = 26
Signal quality = 35
------------------------------------------------------------------
Channel = 17  Frequency = 491142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 18  Frequency = 497142857Hz
Tuning...
Signal locked!
Signal power = 32
Signal quality = 25
------------------------------------------------------------------
Channel = 19  Frequency = 503142857Hz
Tuning..
Signal locked!
Signal power = 27
Signal quality = 29
------------------------------------------------------------------
Channel = 20  Frequency = 509142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 21  Frequency = 515142857Hz
Tuning...
Signal locked!
Signal power = 34
Signal quality = 36
------------------------------------------------------------------
Channel = 22  Frequency = 521142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 23  Frequency = 527142857Hz
Tuning...
Signal locked!
Signal power = 36
Signal quality = 31
------------------------------------------------------------------
Channel = 24  Frequency = 533142857Hz
Tuning...
Signal locked!
Signal power = 29
Signal quality = 32
------------------------------------------------------------------
Channel = 25  Frequency = 539142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 26  Frequency = 545142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 27  Frequency = 551142857Hz
Tuning...
Signal locked!
Signal power = 31
Signal quality = 34
------------------------------------------------------------------
Channel = 28  Frequency = 557142857Hz
Tuning...
Signal locked!
Signal power = 33
------------------------------------------------------------------
Channel = 29  Frequency = 563142857Hz
Tuning..
Signal locked!
Signal power = 31
Signal quality = 33
------------------------------------------------------------------
Channel = 30  Frequency = 569142857Hz
Tuning...
Signal locked!
Signal power = 33
Signal quality = 38
------------------------------------------------------------------
Channel = 31  Frequency = 575142857Hz
Tuning...
Signal locked!
Signal power = 27
Signal quality = 29
------------------------------------------------------------------
Channel = 32  Frequency = 581142857Hz
Tuning...
Signal locked!
Signal power = 34
Signal quality = 28
------------------------------------------------------------------
Channel = 33  Frequency = 587142857Hz
Tuning...
Signal locked!
Signal power = 37
Signal quality = 9
------------------------------------------------------------------
Channel = 34  Frequency = 593142857Hz
Tuning...
Signal locked!
Signal power = 39
Signal quality = 40
------------------------------------------------------------------
Channel = 35  Frequency = 599142857Hz
Tuning...
Signal locked!
Signal power = 36
Signal quality = 32
------------------------------------------------------------------
Channel = 36  Frequency = 605142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 37  Frequency = 611142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 38  Frequency = 617142857Hz
Tuning...
Signal locked!
Signal power = 33
Signal quality = 42
------------------------------------------------------------------
Channel = 39  Frequency = 623142857Hz
Tuning...
Signal locked!
Signal power = 31
Signal quality = 25
------------------------------------------------------------------
Channel = 40  Frequency = 629142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 41  Frequency = 635142857Hz
Tuning..
Signal locked!
Signal power = 33
Signal quality = 28
------------------------------------------------------------------
Channel = 42  Frequency = 641142857Hz
Tuning...
Signal locked!
Signal power = 27
Signal quality = 37
------------------------------------------------------------------
Channel = 43  Frequency = 647142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 44  Frequency = 653142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 45  Frequency = 659142857Hz
Tuning...
Signal locked!
Signal power = 24
Signal quality = 30
------------------------------------------------------------------
Channel = 46  Frequency = 665142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 47  Frequency = 671142857Hz
Tuning...
Signal locked!
Signal power = 39
Signal quality = 33
------------------------------------------------------------------
Channel = 48  Frequency = 677142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 49  Frequency = 683142857Hz
Tuning...
Signal locked!
Signal power = 24
Signal quality = 21
------------------------------------------------------------------
Channel = 50  Frequency = 689142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 51  Frequency = 695142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 52  Frequency = 701142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 53  Frequency = 707142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 54  Frequency = 713142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 55  Frequency = 719142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 56  Frequency = 725142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 57  Frequency = 731142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 58  Frequency = 737142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 59  Frequency = 743142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 60  Frequency = 749142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 61  Frequency = 755142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 62  Frequency = 761142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 63  Frequency = 767142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 64  Frequency = 773142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 65  Frequency = 779142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 66  Frequency = 785142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 67  Frequency = 791142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 68  Frequency = 797142857Hz
Tuning......
Signal not locked, next channel
------------------------------------------------------------------
Channel = 69  Frequency = 803142857Hz
Tuning......
Signal not locked, next channel
AlbertEinsteinGlitchPoint commented 6 years ago
scan ch_freq.conf > channels.conf
scanning ch_freq.conf
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 473142857 2 9 9 6 2 4 0
initial transponder 479142857 2 9 9 6 2 4 0
initial transponder 485142857 2 9 9 6 2 4 0
initial transponder 491142857 2 9 9 6 2 4 0
initial transponder 497142857 2 9 9 6 2 4 0
initial transponder 503142857 2 9 9 6 2 4 0
initial transponder 509142857 2 9 9 6 2 4 0
initial transponder 515142857 2 9 9 6 2 4 0
initial transponder 521142857 2 9 9 6 2 4 0
initial transponder 527142857 2 9 9 6 2 4 0
initial transponder 533142857 2 9 9 6 2 4 0
initial transponder 539142857 2 9 9 6 2 4 0
initial transponder 545142857 2 9 9 6 2 4 0
initial transponder 551142857 2 9 9 6 2 4 0
initial transponder 557142857 2 9 9 6 2 4 0
initial transponder 563142857 2 9 9 6 2 4 0
initial transponder 569142857 2 9 9 6 2 4 0
initial transponder 575142857 2 9 9 6 2 4 0
initial transponder 581142857 2 9 9 6 2 4 0
initial transponder 587142857 2 9 9 6 2 4 0
initial transponder 593142857 2 9 9 6 2 4 0
initial transponder 599142857 2 9 9 6 2 4 0
initial transponder 605142857 2 9 9 6 2 4 0
initial transponder 617142857 2 9 9 6 2 4 0
initial transponder 623142857 2 9 9 6 2 4 0
initial transponder 629142857 2 9 9 6 2 4 0
initial transponder 635142857 2 9 9 6 2 4 0
initial transponder 641142857 2 9 9 6 2 4 0
initial transponder 647142857 2 9 9 6 2 4 0
initial transponder 653142857 2 9 9 6 2 4 0
initial transponder 659142857 2 9 9 6 2 4 0
initial transponder 665142857 2 9 9 6 2 4 0
initial transponder 671142857 2 9 9 6 2 4 0
initial transponder 677142857 2 9 9 6 2 4 0
initial transponder 683142857 2 9 9 6 2 4 0
initial transponder 689142857 2 9 9 6 2 4 0
initial transponder 695142857 2 9 9 6 2 4 0
initial transponder 701142857 2 9 9 6 2 4 0
initial transponder 707142857 2 9 9 6 2 4 0
initial transponder 713142857 2 9 9 6 2 4 0
initial transponder 719142857 2 9 9 6 2 4 0
initial transponder 725142857 2 9 9 6 2 4 0
initial transponder 731142857 2 9 9 6 2 4 0
initial transponder 737142857 2 9 9 6 2 4 0
initial transponder 743142857 2 9 9 6 2 4 0
initial transponder 749142857 2 9 9 6 2 4 0
initial transponder 755142857 2 9 9 6 2 4 0
initial transponder 761142857 2 9 9 6 2 4 0
initial transponder 767142857 2 9 9 6 2 4 0
initial transponder 773142857 2 9 9 6 2 4 0
initial transponder 779142857 2 9 9 6 2 4 0
initial transponder 785142857 2 9 9 6 2 4 0
initial transponder 791142857 2 9 9 6 2 4 0
initial transponder 797142857 2 9 9 6 2 4 0
initial transponder 803142857 2 9 9 6 2 4 0
>>> tune to: 473142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 473142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 479142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'RECORD NEWS'
0x0000 0xe858: pmt_pid 0x1fc8 RECORD NEWS -- Record News 1Seg (running)
0x0000 0xe840: pmt_pid 0x0101 RECORD NEWS -- Record News HD (running)
>>> tune to: 485142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'TELETRONIX'
0x0000 0x0020: pmt_pid 0x0000 TV METROPOLE -- TV METROPOLE HD (???)
0x0000 0x0021: pmt_pid 0x0000 TV METROPOLE -- TV METROPOLE 1SEG (???)
>>> tune to: 491142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 491142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 497142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 497142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 503142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'Rede Brasil HD'
0x0000 0x19d8: pmt_pid 0x1fc8 Rede Brasil HD -- Rede Brasil 1SEG (running)
0x0000 0x19c0: pmt_pid 0x00ff Rede Brasil HD -- Rede Brasil HD (running)
>>> tune to: 509142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 509142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 515142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 515142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
0x0000 0xbce0: pmt_pid 0x0022 (null) -- NordesTV HD (???)
0x0000 0xbcf8: pmt_pid 0x1fc8 (null) -- NordesTV 1SEG (???)
Network Name 'NordesTV'
>>> tune to: 521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 527142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 527142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
Network Name 'TV DIARIO'
0x0000 0x3618: pmt_pid 0x1fc8 TV DIARIO -- TV DIRIO 1SEG (running)
0x0000 0x3600: pmt_pid 0x1000 TV DIARIO -- TV DIRIO HD (running)
>>> tune to: 533142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 533142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 539142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 539142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 545142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 545142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 551142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 551142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
0x0000 0x0001: pmt_pid 0x0100   -- Evangelizar HD (running)
0x0000 0x0002: pmt_pid 0x00b6 (null) -- Evangelizar 1seg (running)
Network Name ' '
>>> tune to: 557142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 557142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 563142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0xe520: pmt_pid 0x1020 TV CanĿªo Nova -- CanĿªo Nova HD (running)
0x0000 0xe538: pmt_pid 0x1fc8 TV  CanĿªo Nova -- CanĿªo Nova 1SEG (running)
Network Name 'TV Can▒▒o Nova'
>>> tune to: 569142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 569142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 575142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 575142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
Network Name 'TV ASSEMBLEIA CE'
0x0000 0x3698: pmt_pid 0x0000 TV ASSEMBLEIA CE -- TV ASSEMBLEIA 1SEG (running)
0x0000 0x3680: pmt_pid 0x0000 TV ASSEMBLEIA CE -- TV ASSEMBLEIA (running)
>>> tune to: 581142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 581142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 587142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 587142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 593142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 593142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
Network Name 'REDETV!'
0x0000 0x35a0: pmt_pid 0x0101 REDETV! -- REDETV! HD (running)
0x0000 0x35b8: pmt_pid 0x1fc8 REDETV! -- REDETV! 1Seg (running)
>>> tune to: 599142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 599142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 605142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 605142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 617142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0xedb8: pmt_pid 0x1fc8 TV Aparecida -- TV APDA 1seg (running)
0x0000 0xeda0: pmt_pid 0x0101 TV Aparecida -- TV APDA HD (running)
Network Name '  TV Diario'
>>> tune to: 623142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 623142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 629142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 629142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 635142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0x35e0: pmt_pid 0x0101 TV CAPITAL HD  -- TV CAPITAL HD  (running)
0x0000 0x35f8: pmt_pid 0x1fc8 TV CAPITAL 1Seg  -- TV CAPITAL 1Seg  (running)
Network Name 'TV CAPITAL HD'
>>> tune to: 641142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 641142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 647142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 647142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 653142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 653142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 659142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'Rede Vida'
0x0000 0xebc0: pmt_pid 0x0050 Rede Vida -- Rede Vida HD (running)
0x0000 0xebd8: pmt_pid 0x1fc8 Rede Vida -- Rede Vida 1Seg (running)
>>> tune to: 665142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 665142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 671142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 671142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
0x0000 0x36d8: pmt_pid 0x1fc8 TV O POVO  -- TV O POVO MOBILE (running)
0x0000 0x36c0: pmt_pid 0x0050 TV O POVO  -- TV O POVO  (running)
Network Name 'TV O POVO '
>>> tune to: 677142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 677142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 683142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 683142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 689142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 689142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 695142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 695142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 701142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 701142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 707142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 707142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 713142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 713142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 719142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 719142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 725142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 725142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 731142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 731142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 737142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 737142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 743142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 743142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 749142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 749142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 755142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 755142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 761142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 761142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 767142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 767142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 773142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 773142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 779142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 779142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 785142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 785142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 791142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 791142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 797142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 797142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 803142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 803142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
dumping lists (26 services)
Done.
AlbertEinsteinGlitchPoint commented 6 years ago

On dvblast we have the following code which works and scans the channel properly

 static struct dtv_property isdbt_cmdargs[] = {
    { .cmd = DTV_DELIVERY_SYSTEM, .u.data = SYS_ISDBT },
    { .cmd = DTV_FREQUENCY,       .u.data = 0 },
    { .cmd = DTV_BANDWIDTH_HZ,    .u.data = 6000000 },
    { .cmd = DTV_INVERSION,       .u.data = INVERSION_AUTO },
    { .cmd = DTV_ISDBT_LAYERA_FEC,    .u.data = FEC_AUTO },
    { .cmd = DTV_ISDBT_LAYERA_MODULATION,    .u.data = QAM_AUTO },
    { .cmd = DTV_ISDBT_LAYERA_SEGMENT_COUNT,  .u.data = 0 },
    { .cmd = DTV_ISDBT_LAYERA_TIME_INTERLEAVING,.u.data = 0 },
    { .cmd = DTV_ISDBT_LAYERB_FEC,    .u.data = FEC_AUTO },
    { .cmd = DTV_ISDBT_LAYERB_MODULATION,    .u.data = QAM_AUTO },
    { .cmd = DTV_ISDBT_LAYERB_SEGMENT_COUNT,  .u.data = 0 },
    { .cmd = DTV_ISDBT_LAYERB_TIME_INTERLEAVING,.u.data = 0 },
    { .cmd = DTV_ISDBT_LAYERC_FEC,    .u.data = FEC_AUTO },
    { .cmd = DTV_ISDBT_LAYERC_MODULATION,    .u.data = QAM_AUTO },
    { .cmd = DTV_ISDBT_LAYERC_SEGMENT_COUNT,  .u.data = 0 },
    { .cmd = DTV_ISDBT_LAYERC_TIME_INTERLEAVING,.u.data = 0 },
    { .cmd = DTV_TUNE },
};

static struct dtv_properties isdbt_cmdseq = {
    .num = sizeof(isdbt_cmdargs)/sizeof(struct dtv_property),
    .props = isdbt_cmdargs
};

#define DELSYS 0
#define FREQUENCY 1
#define MODULATION 2
#define INVERSION 3
#define SYMBOL_RATE 4
#define BANDWIDTH 4
#define FEC_INNER 5
#define FEC_LP 6
#define GUARD 7
#define TRANSMISSION 8

#define HIERARCHY 9
#define PLP_ID 10

//ISDBT
#define ISDBT_BANDWIDTH 2
#define ISDBT_LAYERA_FEC 4
#define ISDBT_LAYERA_MODULATION 5
#define ISDBT_LAYERA_SEGMENT_COUNT 6
#define ISDBT_LAYERA_TIME_INTERLEAVING 7
#define ISDBT_LAYERB_FEC 8
#define ISDBT_LAYERB_MODULATION 9
#define ISDBT_LAYERB_SEGMENT_COUNT 10
#define ISDBT_LAYERB_TIME_INTERLEAVING 11
#define ISDBT_LAYERC_FEC 12
#define ISDBT_LAYERC_MODULATION 13
#define ISDBT_LAYERC_SEGMENT_COUNT 14
#define ISDBT_LAYERC_TIME_INTERLEAVING 15

struct dtv_property pclear[] = {
    { .cmd = DTV_CLEAR },
};

struct dtv_properties cmdclear = {
    .num = 1,
    .props = pclear
};
braice commented 6 years ago

Hello,

Thank you for the code snippet it will definitely be useful. I have based my implementation on the ISDBT capture so I have good hope ;-)

Two things, first I fixed the message you are getting in the attached file

Second Bandwidth Auto usually do not work, ISDBT is 6MHz so put bandwidth = 6MHz in your configuration file (case sensitive)

Please tell me if this works

Thank you

Brice

2018-05-29 15:07 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

On dvblast we have the following code which works and scans the channel properly

static struct dtv_property isdbt_cmdargs[] = { { .cmd = DTV_DELIVERY_SYSTEM, .u.data = SYS_ISDBT }, { .cmd = DTV_FREQUENCY, .u.data = 0 }, { .cmd = DTV_BANDWIDTH_HZ, .u.data = 6000000 }, { .cmd = DTV_INVERSION, .u.data = INVERSION_AUTO }, { .cmd = DTV_ISDBT_LAYERA_FEC, .u.data = FEC_AUTO }, { .cmd = DTV_ISDBT_LAYERA_MODULATION, .u.data = QAM_AUTO }, { .cmd = DTV_ISDBT_LAYERA_SEGMENT_COUNT, .u.data = 0 }, { .cmd = DTV_ISDBT_LAYERA_TIME_INTERLEAVING,.u.data = 0 }, { .cmd = DTV_ISDBT_LAYERB_FEC, .u.data = FEC_AUTO }, { .cmd = DTV_ISDBT_LAYERB_MODULATION, .u.data = QAM_AUTO }, { .cmd = DTV_ISDBT_LAYERB_SEGMENT_COUNT, .u.data = 0 }, { .cmd = DTV_ISDBT_LAYERB_TIME_INTERLEAVING,.u.data = 0 }, { .cmd = DTV_ISDBT_LAYERC_FEC, .u.data = FEC_AUTO }, { .cmd = DTV_ISDBT_LAYERC_MODULATION, .u.data = QAM_AUTO }, { .cmd = DTV_ISDBT_LAYERC_SEGMENT_COUNT, .u.data = 0 }, { .cmd = DTV_ISDBT_LAYERC_TIME_INTERLEAVING,.u.data = 0 }, { .cmd = DTV_TUNE }, };

static struct dtv_properties isdbt_cmdseq = { .num = sizeof(isdbt_cmdargs)/sizeof(struct dtv_property), .props = isdbt_cmdargs };

define DELSYS 0

define FREQUENCY 1

define MODULATION 2

define INVERSION 3

define SYMBOL_RATE 4

define BANDWIDTH 4

define FEC_INNER 5

define FEC_LP 6

define GUARD 7

define TRANSMISSION 8

define HIERARCHY 9

define PLP_ID 10

//ISDBT

define ISDBT_BANDWIDTH 2

define ISDBT_LAYERA_FEC 4

define ISDBT_LAYERA_MODULATION 5

define ISDBT_LAYERA_SEGMENT_COUNT 6

define ISDBT_LAYERA_TIME_INTERLEAVING 7

define ISDBT_LAYERB_FEC 8

define ISDBT_LAYERB_MODULATION 9

define ISDBT_LAYERB_SEGMENT_COUNT 10

define ISDBT_LAYERB_TIME_INTERLEAVING 11

define ISDBT_LAYERC_FEC 12

define ISDBT_LAYERC_MODULATION 13

define ISDBT_LAYERC_SEGMENT_COUNT 14

define ISDBT_LAYERC_TIME_INTERLEAVING 15

struct dtv_property pclear[] = { { .cmd = DTV_CLEAR }, };

struct dtv_properties cmdclear = { .num = 1, .props = pclear };

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-392903295, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD5JkDRWiQbdZMhHzd-B5FtGlQZdXks5t3ZyIgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Hi did u update git ?

if so i will patch code now and test.

on git last code update shown is from 24h ago.

let me know about the DVB-T2 error message i get because i am still getting it

and yest i did set to bandwith=6MHz and still get same error trap message from card as it if was using old legacy OFDM from DVB-T card.

braice commented 6 years ago

I have attached a modified tune.c that yku can put in the src folder. If you did not got it i will push the git tomorrow morning EST (UTC-4)

Brice

On Tue, May 29, 2018, 21:37 AlbertEinsteinGlitchPoint < notifications@github.com> wrote:

Hi did u update git ?

if so i will patch code now and test.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-393002252, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD1NldZJ_vnEoSogTp0j7kwLAZReIks5t3ffDgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Hi ok

on git has not been updated yet..

will wait a litle bit more, to see if git updates ..

AlbertEinsteinGlitchPoint commented 6 years ago

ok no probs will wait for new tune.c update on git.

braice commented 6 years ago

Done

2018-05-30 8:30 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

ok no probs will wait for new tune.c update on git.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-393143442, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD7N00Gvevpi7C4JU-o5zyHljB1RDks5t3pDugaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Hiya

testing atm, giving now unsuported card error, will output log here

AlbertEinsteinGlitchPoint commented 6 years ago

Dia a fresh git pull and compile

and got the following error


{
            log_message( log_module,  MSG_ERROR, "Unsupported delivery system. Try tuning using DVB API 3 (do not set delivery_system). And please contact so it can be implemented.\n");
            set_interrupted(ERROR_TUNE<<8);
            free(cmdseq);
            return -1;
        }

this is the output result


Deb2:  Main:  ==== Configuration file ====
Deb2:  Main:  001 ##########
Deb2:  Main:  002 # Exportação de 27-05-2018 via 
Deb2:  Main:  003 # tvcidade.conf
Deb2:  Main:  004 ##########
Deb2:  Main:  005
Deb2:  Main:  006 ##########
Deb2:  Main:  007 delivery_system=ISDBT
Deb2:  Main:  008 freq=581
Deb2:  Main:  009 card=0
Deb2:  Main:  010 #modulation=8PSK
Deb2:  Main:  011 #trans_mode=auto
Deb2:  Main:  012 #guardinterval=auto
Deb2:  Main:  013 #stream_id=0
Deb2:  Main:  014 bandwidth=6MHz
Deb2:  Main:  015 #pls_code=0
Deb2:  Main:  016 #pls_type=root
Deb2:  Main:  017
Deb2:  Main:  018 autoconf_scrambled=1
Deb2:  Main:  019 autoconf_ip4=239.106.%sid_lo.%number
Deb2:  Main:  020 log_type=console
Deb2:  Main:  021 store_eit=1
Deb2:  Main:  022 port_http=1000

Deb2:  Main:  028 log_file=/var/www/teste.log
Deb2:  Main:  029 autoconfiguration=full
Deb2:  Main:  030 sap=1
Deb2:  Main:  031
Deb2:  Main:  032
Deb2:  Main:  033
Deb2:  Main:  ============ done ===========
Info:  Tune:  You will use DVB API version 5 for tuning your card.
Info:  Rewrite:  You have enabled the EIT (EPG) storage for webservices
WARN:  Unicast :  You should use the option "unicast=1" before to activate unicast instead of ip_http
Info:  SAP:  Sap announces will be sent
Info:  Main:  Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README.
Info:  Main:  Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 2.1.0_20180530_mumudvb2 is starting ==========
WARN:  Main:  Can't create /var/run/mumudvb/channels_streamed_adapter0_tuner0: No such file or directory
WARN:  Main:  Can't create /var/run/mumudvb/channels_unstreamed_adapter0_tuner0: No such file or directory
Info:  Main:  Streaming. Freq 581000
Info:  Tune:  Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0
Info:  Tune:  Tuning DVB-T to 581000000 Hz, Bandwidth: 6000000
Info:  Tune:  Tuning With DVB-API version 5. delivery system : 8
Info:  Tune:  Stream_id = 0, stream id with PLS parameters 0
ERRO:  Tune:  Unsupported delivery system. Try tuning using DVB API 3 (do not set delivery_system). And please contact so it can be implemented.
Info:  Main:  Tuning issue, card 0
Info:  Main:  Closing cleanly. Error 7
Info:  Main:  ========== MuMuDVB version 2.1.0_20180530_mumudvb2 is stopping with ExitCode 7 ==========

Left it like u mentioned just Freq, bandiwdh and card adapter number and delivery system isdbt

braice commented 6 years ago

Ok I see, stupid mistake...

On Wed, May 30, 2018, 21:15 AlbertEinsteinGlitchPoint < notifications@github.com> wrote:

Dia a fresh git pull and compile

this is the output result

Deb2: Main: ==== Configuration file ==== Deb2: Main: 001 ########## Deb2: Main: 002 # Exportação de 27-05-2018 via Deb2: Main: 003 # tvcidade.conf Deb2: Main: 004 ########## Deb2: Main: 005 Deb2: Main: 006 ########## Deb2: Main: 007 delivery_system=ISDBT Deb2: Main: 008 freq=581 Deb2: Main: 009 card=0 Deb2: Main: 010 #modulation=8PSK Deb2: Main: 011 #trans_mode=auto Deb2: Main: 012 #guardinterval=auto Deb2: Main: 013 #stream_id=0 Deb2: Main: 014 bandwidth=6MHz Deb2: Main: 015 #pls_code=0 Deb2: Main: 016 #pls_type=root Deb2: Main: 017 Deb2: Main: 018 autoconf_scrambled=1 Deb2: Main: 019 autoconf_ip4=239.106.%sid_lo.%number Deb2: Main: 020 log_type=console Deb2: Main: 021 store_eit=1 Deb2: Main: 022 port_http=1000

Deb2: Main: 028 log_file=/var/www/teste.log Deb2: Main: 029 autoconfiguration=full Deb2: Main: 030 sap=1 Deb2: Main: 031 Deb2: Main: 032 Deb2: Main: 033 Deb2: Main: ============ done =========== Info: Tune: You will use DVB API version 5 for tuning your card. Info: Rewrite: You have enabled the EIT (EPG) storage for webservices WARN: Unicast : You should use the option "unicast=1" before to activate unicast instead of ip_http Info: SAP: Sap announces will be sent Info: Main: Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README. Info: Main: Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README. Info: Main: ========== End of configuration, MuMuDVB version 2.1.0_20180530_mumudvb2 is starting ========== WARN: Main: Can't create /var/run/mumudvb/channels_streamed_adapter0_tuner0: No such file or directory WARN: Main: Can't create /var/run/mumudvb/channels_unstreamed_adapter0_tuner0: No such file or directory Info: Main: Streaming. Freq 581000 Info: Tune: Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 Info: Tune: Tuning DVB-T to 581000000 Hz, Bandwidth: 6000000 Info: Tune: Tuning With DVB-API version 5. delivery system : 8 Info: Tune: Stream_id = 0, stream id with PLS parameters 0 ERRO: Tune: Unsupported delivery system. Try tuning using DVB API 3 (do not set delivery_system). And please contact so it can be implemented. Info: Main: Tuning issue, card 0 Info: Main: Closing cleanly. Error 7 Info: Main: ========== MuMuDVB version 2.1.0_20180530_mumudvb2 is stopping with ExitCode 7 ==========

Left it like u mentioned just Freq, bandiwdh and card adapter number and delivery system isdbt

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-393370562, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD1eXPnSPSFiuE2I6gIY_bWGcSgAKks5t30QwgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

hmmm on tune.c right?

braice commented 6 years ago

Yup, I was badly detecting if the kernel was supporting ISDBT, thus my new code was not compiled

Should be fixed

2018-05-30 22:01 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

hmmm on tune.c right?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-393377477, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD46HlgKlBc2yR0SiJ6BaVBd_YTFQks5t308AgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Ok i see, will wait for a new update , let me know when u have some time, and i will do a git clone new test .. thanks

braice commented 6 years ago

Done

2018-05-31 20:58 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

Ok i see, will wait for a new update , let me know when u have some time, and i will do a git clone new test .. thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-393727125, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD0te2v_cEeLis0XD1DuWahd331TUks5t4JGagaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

also i noticed that the signal and strenght are shown in percentage instead of dBm

is it possible to change it on the tune.c code?

cause my signal is stating 47500 which converted to db gives me the correct signal shown on my satfinder 53.53% dB

i tried playing with the code to output the db instead of the 47500 but still no luck

unction calcDb() {

   var frm = document.calc;
   if (frm.perc.value == null \|\| frm.perc.value.length == 0) {
   return;
   }
   var perc = frm.perc.value;
   var db = Math.round(1000000000*20*(Math.log(perc*0.01)/Math.log(10)))/1000000000;
   }
    
AlbertEinsteinGlitchPoint commented 6 years ago

Ok to so update log test with new compile

MuMuDVB Version 2.1.0_20180530_mumudvb2
 --- Build information ---
Built without CAM support.
Built without SCAM support.
Built with ATSC support.
Built with support for DVB API Version 5.10.
Built with support for DVB-T2.
---------
Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://mumudvb.net/
Project from the cr@ns (http://www.crans.org)
by Brice DUBOST (mumudvb@braice.net)

Deb2:  Main:  ==== Configuration file ====
Deb2:  Main:  001 ##########
Deb2:  Main:  002 # Exportação de 27-05-2018 
Deb2:  Main:  003 # tv.conf
Deb2:  Main:  004 ##########
Deb2:  Main:  005
Deb2:  Main:  006 ##########
Deb2:  Main:  007 delivery_system=ISDBT
Deb2:  Main:  008 freq=581
Deb2:  Main:  009 card=0
Deb2:  Main:  010 #modulation=8PSK
Deb2:  Main:  011 #trans_mode=auto
Deb2:  Main:  012 #guardinterval=auto
Deb2:  Main:  013 #stream_id=0
Deb2:  Main:  014 bandwidth=6MHz
Deb2:  Main:  015 #pls_code=0
Deb2:  Main:  016 #pls_type=root
Deb2:  Main:  017
Deb2:  Main:  018 autoconf_scrambled=1
Deb2:  Main:  019 autoconf_ip4=239.106.%sid_lo.%number
Deb2:  Main:  020 log_type=console
Deb2:  Main:  021 store_eit=1
Deb2:  Main:  022 port_http=1000
Deb2:  Main:  023 ip_http=
Deb2:  Main:  024 unicast=1
Deb2:  Main:  025 multicast_ttl=2
Deb2:  Main:  026 common_port=4422
Deb2:  Main:  027 multicast_iface4=p1p1
Deb2:  Main:  028 log_file=/var/www/d.log
Deb2:  Main:  029 autoconfiguration=full
Deb2:  Main:  030 sap=1
Deb2:  Main:  031
Deb2:  Main:  032
Deb2:  Main:  033
Deb2:  Main:  ============ done ===========
Info:  Tune:  You will use DVB API version 5 for tuning your card.
Info:  Rewrite:  You have enabled the EIT (EPG) storage for webservices
WARN:  Unicast :  You should use the option "unicast=1" before to activate unicast instead of ip_http
Info:  SAP:  Sap announces will be sent
Info:  Main:  Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README.
Info:  Main:  Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 2.1.0_20180530_mumudvb2 is starting ==========
Info:  Main:  Streaming. Freq 581000
Info:  Tune:  Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0
Info:  Tune:  Tuning DVB-T to 581000000 Hz, Bandwidth: 6000000
Info:  Tune:  Tuning With DVB-API version 5. delivery system : 8
Info:  Tune:  Stream_id = 0, stream id with PLS parameters 0
Deb0:  Tune:  polling....
Info:  Tune:  FE_STATUS:
Info:  Tune:  Strength:          0
Info:  Tune:  SNR:          0
Deb0:  Tune:  polling....
Info:  Tune:  FE_STATUS:
Info:  Tune:       FE_TIMEDOUT : no lock within the last ... seconds
Info:  Tune:  Strength:      21320
Info:  Tune:  SNR:          0
ERRO:  Tune:  Not able to lock to the signal on the given frequency
Info:  Main:  Tuning issue, card 0
Info:  Main:  Closing cleanly. Error 7
Info:  Main:  ========== MuMuDVB version 2.1.0_20180530_mumudvb2 is stopping with ExitCode 7 ==========

Looks like we need to define the other parameters now i will try to add them on the code and scan channel again

will patch it now

AlbertEinsteinGlitchPoint commented 6 years ago

tune.c

// ISDB-T https://01.org/linuxgraphics/gfx-docs/drm/media/uapi/dvb/fe_property_parameters.html
                .isdbt_partial_reception = -1, //AUTO If need to configure please request
                .isdbt_sound_broadcasting = -1, //AUTO If need to configure please request
                .isdbt_sb_subchanel_id = -1, //AUTO If need to configure please request
                .isdbt_layer_enabled = 7, //All layers
                .isdbt_layera_fec = FEC_AUTO, //AUTO SET FEC_AUTO
                .isdbt_layerb_fec = FEC_AUTO, //AUTO SET FEC_AUTO
                .isdbt_layerc_fec = FEC_AUTO, //AUTO SET FEC_AUTO
                .isdbt_layera_modulation = QAM_AUTO, // AUTO QAM_AUTO
                .isdbt_layerb_modulation = QAM_AUTO, // AUTO QAM_AUTO
                .isdbt_layerc_modulation = QAM_AUTO, // AUTO QAM_AUTO
                .isdbt_layera_segment_count = 0, // set to 0
                .isdbt_layerb_segment_count = 0, // set to 0
                .isdbt_layerc_segment_count = 0, // set to 0
                .isdbt_layera_time_interleaving = 0,  // set to 0
                .isdbt_layerb_time_interleaving = 0,  // set to 0
                .isdbt_layerc_time_interleaving = 0,  // set to 0
                .inversion = INVERSION_AUTO,
#ifdef SYS_ISDBT
        else if((tuneparams->delivery_system==SYS_ISDBT))

        {
            cmdseq->props[commandnum].cmd      = DTV_DELIVERY_SYSTEM;
            cmdseq->props[commandnum++].u.data = tuneparams->delivery_system;
            cmdseq->props[commandnum].cmd      = DTV_FREQUENCY;
            cmdseq->props[commandnum++].u.data = feparams.frequency;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_PARTIAL_RECEPTION;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_partial_reception;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_FEC;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_fec;  //FEC_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_FEC;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_fec;  //FEC_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_FEC;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_fec;  //FEC_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_MODULATION;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_modulation;  //QAM_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_MODULATION;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_modulation;  //QAM_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_MODULATION;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_modulation;  //QAM_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_SEGMENT_COUNT;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_segment_count;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_SEGMENT_COUNT;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_segment_count;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_SEGMENT_COUNT;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_segment_count;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_TIME_INTERLEAVING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_time_interleaving;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_TIME_INTERLEAVING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_time_interleaving;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_TIME_INTERLEAVING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_time_interleaving;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_SOUND_BROADCASTING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sound_broadcasting;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SUBCHANNEL_ID;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_subchanel_id;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYER_ENABLED;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layer_enabled;
            cmdseq->props[commandnum].cmd      = DTV_BANDWIDTH_HZ;
            cmdseq->props[commandnum++].u.data = dvbt_bandwidth;
            cmdseq->props[commandnum].cmd      = DTV_INVERSION;
            cmdseq->props[commandnum++].u.data = tuneparams->inversion;
            cmdseq->props[commandnum++].cmd    = DTV_TUNE;
        }
#endif      
AlbertEinsteinGlitchPoint commented 6 years ago

i have patched and added all the isdb-t parameters possible to it, but keeps scanning and does not find any channels.. tested all tps that i locked signal with dvblast and none picked up signal.. strange..

this is my patched code


#if ISDBT
                // ISDB-T https://01.org/linuxgraphics/gfx-docs/drm/media/uapi/dvb/fe_property_parameters.html
                .isdbt_partial_reception = 1, //AUTO If need to configure please request
                .isdbt_sound_broadcasting = -1, //AUTO If need to configure please request
                .isdbt_sb_subchanel_id = -1, //AUTO If need to configure please request
                .isdbt_layer_enabled = 7, //All layers
                .isdbt_sb_segment_idx = -1, //ISDBT_SB_SEGMENT_IDX = 0
                .isdbt_sb_segment_count = -1, //ISDBT_SB_SEGMENT_COUNT = 0
                .isdbt_layera_fec = -1, //AUTO SET FEC_AUTO
                .isdbt_layerb_fec = -1, //AUTO SET FEC_AUTO
                .isdbt_layerc_fec = -1, //AUTO SET FEC_AUTO
                .isdbt_layera_modulation = -1, // AUTO QAM_AUTO
                .isdbt_layerb_modulation = -1, // AUTO QAM_AUTO
                .isdbt_layerc_modulation = -1, // AUTO QAM_AUTO
                .isdbt_layera_segment_count = -1, // set to 0
                .isdbt_layerb_segment_count = -1, // set to 0
                .isdbt_layerc_segment_count = -1, // set to 0
                .isdbt_layera_time_interleaving = -1,  // set to 3
                .isdbt_layerb_time_interleaving = -1,  // set to 2
                .isdbt_layerc_time_interleaving = -1,  // set to 0
                .inversion = INVERSION_AUTO,
#endif

#if ISDBT
        else if((tuneparams->delivery_system==SYS_ISDBT))

        {
            cmdseq->props[commandnum].cmd      = DTV_DELIVERY_SYSTEM;
            cmdseq->props[commandnum++].u.data = tuneparams->delivery_system;
            cmdseq->props[commandnum].cmd      = DTV_FREQUENCY;
            cmdseq->props[commandnum++].u.data = feparams.frequency;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYER_ENABLED;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layer_enabled;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_PARTIAL_RECEPTION;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_partial_reception;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_SOUND_BROADCASTING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sound_broadcasting;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SUBCHANNEL_ID;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_subchanel_id;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYER_ENABLED;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layer_enabled;
            cmdseq->props[commandnum].cmd      = DTV_BANDWIDTH_HZ;//https://www.linuxtv.org/downloads/v4l-dvb-apis-old/frontend-properties.html
            cmdseq->props[commandnum++].u.data = dvbt_bandwidth; //1) For ISDB-T it should be always 6000000Hz (6MHz)
            cmdseq->props[commandnum].cmd      = DTV_INVERSION;
            cmdseq->props[commandnum++].u.data = tuneparams->inversion;
            cmdseq->props[commandnum++].cmd    = DTV_TUNE;
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_FEC;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_fec;  //FEC_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_FEC;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_fec;  //FEC_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_FEC;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_fec;  //FEC_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_MODULATION;
            cmdseq->props[commandnum++].u.data = QAM_AUTO;  //QAM_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_MODULATION;
            cmdseq->props[commandnum++].u.data = QAM_AUTO;  //QAM_AUTO
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_MODULATION;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_modulation;  //QAM_AUTO
            cmdseq->props[commandnum].cmd      = QAM_AUTO;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_segment_count;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_SEGMENT_COUNT;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_segment_count;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_SEGMENT_COUNT;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_segment_count;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_TIME_INTERLEAVING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_time_interleaving;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_TIME_INTERLEAVING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_time_interleaving;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_TIME_INTERLEAVING;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_time_interleaving;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SEGMENT_IDX;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_segment_idx;  // set to 0
            cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SEGMENT_COUNT;
            cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_segment_count;  // set to 0
        }
#endif      
braice commented 6 years ago

Thank you for your test, can you please send me the tuning command line, information and logs for dvblast?

On Fri, Jun 1, 2018, 21:46 AlbertEinsteinGlitchPoint < notifications@github.com> wrote:

i have patched and added all the isdb-t parameters possible to it, but keeps scanning and does not find any channels.. tested all tps that i locked signal with dvblast and none picked up signal.. strange..

this is my patched code

if ISDBT

          // ISDB-T https://01.org/linuxgraphics/gfx-docs/drm/media/uapi/dvb/fe_property_parameters.html
          .isdbt_partial_reception = 1, //AUTO If need to configure please request
          .isdbt_sound_broadcasting = -1, //AUTO If need to configure please request
          .isdbt_sb_subchanel_id = -1, //AUTO If need to configure please request
          .isdbt_layer_enabled = 7, //All layers
          .isdbt_sb_segment_idx = -1, //ISDBT_SB_SEGMENT_IDX = 0
            .isdbt_sb_segment_count = -1, //ISDBT_SB_SEGMENT_COUNT = 0
          .isdbt_layera_fec = -1, //AUTO SET FEC_AUTO
          .isdbt_layerb_fec = -1, //AUTO SET FEC_AUTO
          .isdbt_layerc_fec = -1, //AUTO SET FEC_AUTO
          .isdbt_layera_modulation = -1, // AUTO QAM_AUTO
          .isdbt_layerb_modulation = -1, // AUTO QAM_AUTO
          .isdbt_layerc_modulation = -1, // AUTO QAM_AUTO
          .isdbt_layera_segment_count = -1, // set to 0
          .isdbt_layerb_segment_count = -1, // set to 0
          .isdbt_layerc_segment_count = -1, // set to 0
          .isdbt_layera_time_interleaving = -1,  // set to 3
          .isdbt_layerb_time_interleaving = -1,  // set to 2
          .isdbt_layerc_time_interleaving = -1,  // set to 0
          .inversion = INVERSION_AUTO,

endif

if ISDBT

  else if((tuneparams->delivery_system==SYS_ISDBT))

  {
      cmdseq->props[commandnum].cmd      = DTV_DELIVERY_SYSTEM;
      cmdseq->props[commandnum++].u.data = tuneparams->delivery_system;
      cmdseq->props[commandnum].cmd      = DTV_FREQUENCY;
      cmdseq->props[commandnum++].u.data = feparams.frequency;
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYER_ENABLED;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layer_enabled;
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_PARTIAL_RECEPTION;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_partial_reception;
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_SOUND_BROADCASTING;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sound_broadcasting;
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SUBCHANNEL_ID;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_subchanel_id;
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYER_ENABLED;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layer_enabled;
      cmdseq->props[commandnum].cmd      = DTV_BANDWIDTH_HZ;//https://www.linuxtv.org/downloads/v4l-dvb-apis-old/frontend-properties.html
      cmdseq->props[commandnum++].u.data = dvbt_bandwidth; //1) For ISDB-T it should be always 6000000Hz (6MHz)
      cmdseq->props[commandnum].cmd      = DTV_INVERSION;
      cmdseq->props[commandnum++].u.data = tuneparams->inversion;
      cmdseq->props[commandnum++].cmd    = DTV_TUNE;
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_FEC;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_fec;  //FEC_AUTO
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_FEC;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_fec;  //FEC_AUTO
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_FEC;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_fec;  //FEC_AUTO
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_MODULATION;
      cmdseq->props[commandnum++].u.data = QAM_AUTO;  //QAM_AUTO
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_MODULATION;
      cmdseq->props[commandnum++].u.data = QAM_AUTO;  //QAM_AUTO
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_MODULATION;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_modulation;  //QAM_AUTO
        cmdseq->props[commandnum].cmd      = QAM_AUTO;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_segment_count;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_SEGMENT_COUNT;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_segment_count;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_SEGMENT_COUNT;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_segment_count;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERA_TIME_INTERLEAVING;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layera_time_interleaving;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERB_TIME_INTERLEAVING;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerb_time_interleaving;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_LAYERC_TIME_INTERLEAVING;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_layerc_time_interleaving;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SEGMENT_IDX;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_segment_idx;  // set to 0
      cmdseq->props[commandnum].cmd      = DTV_ISDBT_SB_SEGMENT_COUNT;
      cmdseq->props[commandnum++].u.data = tuneparams->isdbt_sb_segment_count;  // set to 0
  }

endif

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394047733, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD6t3wIHtysyXhbpCmEwhf8oefLwPks5t4e5pgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

hiya ok so lets take the steps necessary

with dvblast installed i use this frequency scan list from linux tv https://linuxtv.org/wiki/index.php/ISDB-T_Frequency_Table

this list below

# ISDB-T channel frequencies as defined in Brazil
# By ABNT NBR 15608-1
# VHF channels 7 to 13 are also specified but not in usage yet
#
# UHF channels 14 to 69
T 473142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 14
T 479142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 15
T 485142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 16
T 491142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 17
T 497142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 18
T 503142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 19
T 509142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 20
T 515142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 21
T 521142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 22
T 527142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 23
T 533142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 24
T 539142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 25
T 545142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 26
T 551142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 27
T 557142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 28
T 563142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 29
T 569142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 30
T 575142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 31
T 581142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 32
T 587142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 33
T 593142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 34
T 599142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 35
T 605142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 36
# channel 37 not used
T 617142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 38
T 623142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 39
T 629142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 40
T 635142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 41
T 641142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 42
T 647142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 43
T 653142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 44
T 659142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 45
T 665142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 46
T 671142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 47
T 677142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 48
T 683142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 49
T 689142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 50
T 695142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 51
T 701142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 52
T 707142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 53
T 713142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 54
T 719142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 55
T 725142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 56
T 731142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 57
T 737142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 58
T 743142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 59
T 749142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 60
T 755142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 61
T 761142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 62
T 767142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 63
T 773142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 64
T 779142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 65
T 785142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 66
T 791142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 67
T 797142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 68
T 803142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 69

using scan utility from dvb-apps as below

run scan freq.txt > channels.conf

which outputs a new configuration file with channels found

 scan freq.txt > channels.conf
scanning freq.txt
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 473142857 2 9 9 6 2 4 0
initial transponder 479142857 2 9 9 6 2 4 0
initial transponder 485142857 2 9 9 6 2 4 0
initial transponder 491142857 2 9 9 6 2 4 0
initial transponder 497142857 2 9 9 6 2 4 0
initial transponder 503142857 2 9 9 6 2 4 0
initial transponder 509142857 2 9 9 6 2 4 0
initial transponder 515142857 2 9 9 6 2 4 0
initial transponder 521142857 2 9 9 6 2 4 0
initial transponder 527142857 2 9 9 6 2 4 0
initial transponder 533142857 2 9 9 6 2 4 0
initial transponder 539142857 2 9 9 6 2 4 0
initial transponder 545142857 2 9 9 6 2 4 0
initial transponder 551142857 2 9 9 6 2 4 0
initial transponder 557142857 2 9 9 6 2 4 0
initial transponder 563142857 2 9 9 6 2 4 0
initial transponder 569142857 2 9 9 6 2 4 0
initial transponder 575142857 2 9 9 6 2 4 0
initial transponder 581142857 2 9 9 6 2 4 0
initial transponder 587142857 2 9 9 6 2 4 0
initial transponder 593142857 2 9 9 6 2 4 0
initial transponder 599142857 2 9 9 6 2 4 0
initial transponder 605142857 2 9 9 6 2 4 0
initial transponder 617142857 2 9 9 6 2 4 0
initial transponder 623142857 2 9 9 6 2 4 0
initial transponder 629142857 2 9 9 6 2 4 0
initial transponder 635142857 2 9 9 6 2 4 0
initial transponder 641142857 2 9 9 6 2 4 0
initial transponder 647142857 2 9 9 6 2 4 0
initial transponder 653142857 2 9 9 6 2 4 0
initial transponder 659142857 2 9 9 6 2 4 0
initial transponder 665142857 2 9 9 6 2 4 0
initial transponder 671142857 2 9 9 6 2 4 0
initial transponder 677142857 2 9 9 6 2 4 0
initial transponder 683142857 2 9 9 6 2 4 0
initial transponder 689142857 2 9 9 6 2 4 0
initial transponder 695142857 2 9 9 6 2 4 0
initial transponder 701142857 2 9 9 6 2 4 0
initial transponder 707142857 2 9 9 6 2 4 0
initial transponder 713142857 2 9 9 6 2 4 0
initial transponder 719142857 2 9 9 6 2 4 0
initial transponder 725142857 2 9 9 6 2 4 0
initial transponder 731142857 2 9 9 6 2 4 0
initial transponder 737142857 2 9 9 6 2 4 0
initial transponder 743142857 2 9 9 6 2 4 0
initial transponder 749142857 2 9 9 6 2 4 0
initial transponder 755142857 2 9 9 6 2 4 0
initial transponder 761142857 2 9 9 6 2 4 0
initial transponder 767142857 2 9 9 6 2 4 0
initial transponder 773142857 2 9 9 6 2 4 0
initial transponder 779142857 2 9 9 6 2 4 0
initial transponder 785142857 2 9 9 6 2 4 0
initial transponder 791142857 2 9 9 6 2 4 0
initial transponder 797142857 2 9 9 6 2 4 0
initial transponder 803142857 2 9 9 6 2 4 0
>>> tune to: 473142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 473142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 479142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'RECORD NEWS'
0x0000 0xe858: pmt_pid 0x1fc8 RECORD NEWS -- Record News 1Seg (running)
0x0000 0xe840: pmt_pid 0x0101 RECORD NEWS -- Record News HD (running)
>>> tune to: 485142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'TELETRONIX'
0x0000 0x0020: pmt_pid 0x0000 TV METROPOLE -- TV METROPOLE HD (???)
0x0000 0x0021: pmt_pid 0x0000 TV METROPOLE -- TV METROPOLE 1SEG (???)
>>> tune to: 491142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 491142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 497142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 497142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
0x0000 0x35a0: pmt_pid 0x013d (null) -- TV UNIO HD (???)
0x0000 0x35b8: pmt_pid 0x1fc8 (null) -- TV UNIO MOBILE (???)
Network Name 'TV UNI▒O'
>>> tune to: 503142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 503142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 509142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 509142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 515142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0xbce0: pmt_pid 0x0022 (null) -- NordesTV HD (???)
0x0000 0xbcf8: pmt_pid 0x1fc8 (null) -- NordesTV 1SEG (???)
Network Name 'NordesTV'
>>> tune to: 521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 521142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 527142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 527142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 533142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0x0df8: pmt_pid 0x1fc8 TV NOVO TEMPO -- TV NOVO TEMPO 1Seg (running)
0x0000 0x0de0: pmt_pid 0x0064 TV NOVO TEMPO -- TV NOVO TEMPO HD (running)
Network Name 'TV NOVO TEMPO'
>>> tune to: 539142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 539142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 545142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 545142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 551142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name ' '
0x0000 0x0001: pmt_pid 0x0100   -- Evangelizar HD (running)
0x0000 0x0002: pmt_pid 0x00b6 (null) -- Evangelizar 1seg (running)
>>> tune to: 557142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 557142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 563142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0xe520: pmt_pid 0x1020 TV CanĿªo Nova -- CanĿªo Nova HD (running)
0x0000 0xe538: pmt_pid 0x1fc8 TV  CanĿªo Nova -- CanĿªo Nova 1SEG (running)
Network Name 'TV Can▒▒o Nova'
>>> tune to: 569142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 569142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 575142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 575142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 581142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0x3560: pmt_pid 0x0000 (null) -- TV Cidade HD (running)
0x0000 0x3579: pmt_pid 0x0000 (null) -- TV Cidade 1Seg (running)
Network Name 'TV Cidade'
>>> tune to: 587142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 587142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 593142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 593142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
0x0000 0x35a0: pmt_pid 0x0101 REDETV! -- REDETV! HD (running)
0x0000 0x35b8: pmt_pid 0x1fc8 REDETV! -- REDETV! 1Seg (running)
Network Name 'REDETV!'
>>> tune to: 599142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 599142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 605142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 605142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 617142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0xedb8: pmt_pid 0x1fc8 TV Aparecida -- TV APDA 1seg (running)
0x0000 0xeda0: pmt_pid 0x0101 TV Aparecida -- TV APDA HD (running)
Network Name '  TV Diario'
>>> tune to: 623142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 623142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 629142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 629142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 635142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0x35e0: pmt_pid 0x0101 TV CAPITAL HD  -- TV CAPITAL HD  (running)
0x0000 0x35f8: pmt_pid 0x1fc8 TV CAPITAL 1Seg  -- TV CAPITAL 1Seg  (running)
Network Name 'TV CAPITAL HD'
>>> tune to: 641142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 641142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 647142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 647142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 653142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 653142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 659142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'Rede Vida'
0x0000 0xebc0: pmt_pid 0x0050 Rede Vida -- Rede Vida HD (running)
0x0000 0xebd8: pmt_pid 0x1fc8 Rede Vida -- Rede Vida 1Seg (running)
>>> tune to: 665142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 665142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 671142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
0x0000 0x36d8: pmt_pid 0x1fc8 TV O POVO  -- TV O POVO MOBILE (running)
0x0000 0x36c0: pmt_pid 0x0050 TV O POVO  -- TV O POVO  (running)
Network Name 'TV O POVO '
>>> tune to: 677142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 677142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 683142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 683142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 689142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 689142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 695142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 695142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 701142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 701142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 707142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 707142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 713142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 713142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 719142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 719142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 725142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 725142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 731142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 731142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 737142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 737142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 743142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 743142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 749142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 749142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 755142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 755142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 761142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 761142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 767142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 767142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 773142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 773142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 779142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 779142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 785142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 785142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 791142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 791142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 797142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 797142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 803142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
WARNING: >>> tuning failed!!!
>>> tune to: 803142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE (tuning failed)
WARNING: >>> tuning failed!!!
dumping lists (26 services)
Done.
AlbertEinsteinGlitchPoint commented 6 years ago

and inside new channels.conf file we have the information aobut the tps and channels found

Record News 1Seg:479142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:641:643:59480
Record News HD:479142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:273:274:59456
TV METROPOLE HD:485142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:273:274:32
TV METROPOLE 1SEG:485142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:528:529:33
TV UNIO HD:497142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:800:801:13728
TV UNIO MOBILE:497142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:545:546:13752
NordesTV HD:515142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:269:266:48352
NordesTV 1SEG:515142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:529:530:48376
TV NOVO TEMPO 1Seg:533142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:201:202:3576
TV NOVO TEMPO HD:533142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:101:102:3552
Evangelizar HD:551142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:512:4112:1
Evangelizar 1seg:551142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:711:731:2
CanĿªo Nova HD:563142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:4130:4131:58656
CanĿªo Nova 1SEG:563142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:4642:4643:58680
TV Cidade HD:581142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:273:274:13664
TV Cidade 1Seg:581142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:641:643:13689
REDETV! HD:593142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:97:99:13728
REDETV! 1Seg:593142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:529:530:13752
TV APDA 1seg:617142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:43:44:60856
TV APDA HD:617142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:33:34:60832
TV CAPITAL HD :635142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:273:274:13792
TV CAPITAL 1Seg :635142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:529:530:13816
Rede Vida HD:659142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:501:511:60352
Rede Vida 1Seg:659142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:500:510:60376
TV O POVO MOBILE:671142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:101:102:14040
TV O POVO :671142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE:1001:1002:14016
AlbertEinsteinGlitchPoint commented 6 years ago

aldo checking the code from dvb-apps scan.c it seems its scanning it using dvb-t

https://github.com/hiroshiyui/dvb-apps/blob/master/util/scan/dvb-t/br-Brazil

with this scan code

https://github.com/hiroshiyui/dvb-apps/blob/master/util/scan/scan.c

AlbertEinsteinGlitchPoint commented 6 years ago

aparently further digging

this is the data used to scan the channels freq. txt file

info("initial transponder %u %d %d %d %d %d %d %d\n",

t-> param.frequency, t-> param.u.ofdm.bandwidth, t-> param.u.ofdm.code_rate_HP, t-> param.u.ofdm.code_rate_LP, t-> param.u.ofdm.constellation, t-> param.u.ofdm.transmission_mode, t-> param.u.ofdm.guard_interval, t-> param.u.ofdm.hierarchy_information);

T 473142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 14

will do further testing

braice commented 6 years ago

Can you try to specify the full frequency ?

eg

freq = 581142857

  1. For ISDB-T, the channels are usually transmitted with an offset of about 143kHz. E.g. a valid frequency could be 474,143 kHz. The stepping is bound to the bandwidth of the channel which is typically 6MHz.

I have reviewed the code and I think it is the main possible explanation

2018-06-02 11:56 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

aldo checking the code from dvb-apps scan.c it seems its scanning it using dvb-t

https://github.com/hiroshiyui/dvb-apps/blob/master/util/ scan/dvb-t/br-Brazil

with this scan code

https://github.com/hiroshiyui/dvb-apps/blob/master/util/scan/scan.c

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394097116, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUDzhk24qH1rxE3zYzvh-G4opEnCyYks5t4rWXgaJpZM4UOvPR .

braice commented 6 years ago

Sorry, put

freq = 473142.857

2018-06-02 17:49 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

aparently further digging

this is the data used to scan the channels freq. txt file

info("initial transponder %u %d %d %d %d %d %d %d\n",

t-> param.frequency, t-> param.u.ofdm.bandwidth, t-> param.u.ofdm.code_rate_HP, t-> param.u.ofdm.code_rate_LP, t-> param.u.ofdm.constellation, t-> param.u.ofdm.transmission_mode, t-> param.u.ofdm.guard_interval, t-> param.u.ofdm.hierarchy_information);

T 473142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 14

will do further testing

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394119667, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD6Lyg_msQx92soahYYyu200wcfUOks5t4wiCgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

i did some changes on the code before, but will try now also

AlbertEinsteinGlitchPoint commented 6 years ago

also whats the configuration name for HP and LP coderate? is it coderate ? just? or has special input configuration names?

AlbertEinsteinGlitchPoint commented 6 years ago

Still no signal captured

/usr/local/bin/mumudvb -vvv -d -s -t -c /etc/testing/tvc.conf
MuMuDVB Version 2.1.0_20180530_mumudvb2
 --- Build information ---
Built without CAM support.
Built without SCAM support.
Built with ATSC support.
Built with support for DVB API Version 5.10.
Built with support for DVB-T2.
---------
Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://mumudvb.net/
Project from the cr@ns (http://www.crans.org)
by Brice DUBOST (mumudvb@braice.net)

Deb2:  Main:  ==== Configuration file ====
Deb2:  Main:  001 ##########
Deb2:  Main:  002 # Exportação de 27-05-2018 via Portalnet-HeadEnd Middleware
Deb2:  Main:  003 # tvcidade.conf
Deb2:  Main:  004 ##########
Deb2:  Main:  005
Deb2:  Main:  006 ##########
Deb2:  Main:  007 delivery_system=ISDBT
Deb2:  Main:  008 freq=479142.857
Deb2:  Main:  009 card=0
Deb2:  Main:  010 modulation=QAMAUTO
Deb2:  Main:  011 trans_mode=auto
Deb2:  Main:  012 guardinterval=auto
Deb2:  Main:  013 #stream_id=0
Deb2:  Main:  014 bandwidth=6MHz
Deb2:  Main:  015 #hier=auto
Deb2:  Main:  016 coderate=auto
Deb2:  Main:  017 inversion=auto
Deb2:  Main:  018
Deb2:  Main:  019 autoconf_scrambled=1
Deb2:  Main:  020 autoconf_ip4=239.106.%sid_lo.%number
Deb2:  Main:  021 log_type=console
Deb2:  Main:  022 store_eit=1
Deb2:  Main:  023 port_http=1000
Deb2:  Main:  024 ip_http=xxx.xxx.xxx.xx
Deb2:  Main:  025 unicast=1
Deb2:  Main:  026 multicast_ttl=2
Deb2:  Main:  027 common_port=4323
Deb2:  Main:  028 multicast_iface4=p1p1
Deb2:  Main:  029 log_file=/var/www/test/logger/logs.log
Deb2:  Main:  030 autoconfiguration=full
Deb2:  Main:  031 sap=1
Deb2:  Main:  032
Deb2:  Main:  033
Deb2:  Main:  034
Deb2:  Main:  ============ done ===========
Info:  Tune:  You will use DVB API version 5 for tuning your card.
WARN:  Main:  Config issue : unknow symbol : inversion

Info:  Rewrite:  You have enabled the EIT (EPG) storage for webservices
WARN:  Unicast :  You should use the option "unicast=1" before to activate unicast instead of ip_http
Info:  SAP:  Sap announces will be sent
Info:  Main:  Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README.
Info:  Main:  Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 2.1.0_20180530_mumudvb2 is starting ==========
Info:  Main:  Streaming. Freq 479142857
Info:  Tune:  Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0
Info:  Tune:  Tuning DVB-T to 479142857 Hz, Bandwidth: 6000000
Info:  Tune:  Tuning With DVB-API version 5. delivery system : 8
Info:  Tune:  Stream_id = 0, stream id with PLS parameters 0
Deb0:  Tune:  polling....
Info:  Tune:  FE_STATUS:
Info:  Tune:  Strength:      19760
Info:  Tune:  SNR:          0
Deb0:  Tune:  polling....
Info:  Tune:  FE_STATUS:
Info:  Tune:       FE_TIMEDOUT : no lock within the last ... seconds
Info:  Tune:  Strength:      19955
Info:  Tune:  SNR:          0
ERRO:  Tune:  Not able to lock to the signal on the given frequency
Info:  Main:  Tuning issue, card 0
Info:  Main:  Closing cleanly. Error 7
Info:  Main:  ========== MuMuDVB version 2.1.0_20180530_mumudvb2 is stopping with ExitCode 7 ==========

and result same frequency with dvb-apps

tune to: 479142857:INVERSION_AUTO:BANDWIDTH_6_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_NONE
Network Name 'RECORD NEWS'
0x0000 0xe858: pmt_pid 0x1fc8 RECORD NEWS -- Record News 1Seg (running)
0x0000 0xe840: pmt_pid 0x0101 RECORD NEWS -- Record News HD (running)
braice commented 6 years ago

Ok, now you can put freq = 473142857

I am more tolerant with the input unit for the frequency

2018-06-02 18:26 GMT-04:00 Brice Dubost braice@braice.net:

Sorry, put

freq = 473142.857

2018-06-02 17:49 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

aparently further digging

this is the data used to scan the channels freq. txt file

info("initial transponder %u %d %d %d %d %d %d %d\n",

t-> param.frequency, t-> param.u.ofdm.bandwidth, t-> param.u.ofdm.code_rate_HP, t-> param.u.ofdm.code_rate_LP, t-> param.u.ofdm.constellation, t-> param.u.ofdm.transmission_mode, t-> param.u.ofdm.guard_interval, t-> param.u.ofdm.hierarchy_information);

T 473142857 6MHz AUTO AUTO AUTO AUTO AUTO NONE # channel 14

will do further testing

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394119667, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD6Lyg_msQx92soahYYyu200wcfUOks5t4wiCgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

i have changed the code previously from 1000UL to 1UL to accept the full frequency also but did not work.. anyways i will pull new git clone and test new log function now

AlbertEinsteinGlitchPoint commented 6 years ago

output result

Deb2:  Main:  033
Deb2:  Main:  034
Deb2:  Main:  035
Deb2:  Main:  ============ done ===========
Info:  Tune:  You will use DVB API version 5 for tuning your card.

Info:  Rewrite:  You have enabled the EIT (EPG) storage for webservices
WARN:  Unicast :  You should use the option "unicast=1" before to activate unicast instead of ip_http
Info:  SAP:  Sap announces will be sent
Info:  Main:  Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README.
Info:  Main:  Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 2.1.0_20180602_mumudvb2 is starting ==========
Info:  Main:  Streaming. Freq 479142857.000000
Info:  Tune:  Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0
Info:  Tune:  Tuning Terrestrial to 479142857 Hz, Bandwidth: 0
Info:  Tune:  Tuning With DVB-API version 5. delivery system : 8
Deb0:  Tune:  polling....
Info:  Tune:  FE_STATUS:
Info:  Tune:       FE_TIMEDOUT : no lock within the last ... seconds
Info:  Tune:  Strength:      19760
Info:  Tune:  SNR:          0
ERRO:  Tune:  Not able to lock to the signal on the given frequency
Info:  Main:  Tuning issue, card 0
Info:  Main:  Closing cleanly. Error 7
Info:  Main:  ========== MuMuDVB version 2.1.0_20180602_mumudvb2 is stopping with ExitCode 7 ==========
braice commented 6 years ago

First of all thank you for all your tests.

I have removed autodetection of the layers and added debug, I really hope that will help

On Sat, Jun 2, 2018, 19:09 AlbertEinsteinGlitchPoint < notifications@github.com> wrote:

output result

Deb2: Main: 033 Deb2: Main: 034 Deb2: Main: 035 Deb2: Main: ============ done =========== Info: Tune: You will use DVB API version 5 for tuning your card. WARN: Main: Config issue : unknow symbol : cOderate

Info: Rewrite: You have enabled the EIT (EPG) storage for webservices WARN: Unicast : You should use the option "unicast=1" before to activate unicast instead of ip_http Info: SAP: Sap announces will be sent Info: Main: Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README. Info: Main: Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README. Info: Main: ========== End of configuration, MuMuDVB version 2.1.0_20180602_mumudvb2 is starting ========== Info: Main: Streaming. Freq 479142857.000000 Info: Tune: Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 Info: Tune: Tuning Terrestrial to 479142857 Hz, Bandwidth: 0 Info: Tune: Tuning With DVB-API version 5. delivery system : 8 Deb0: Tune: polling.... Info: Tune: FE_STATUS: Info: Tune: FE_TIMEDOUT : no lock within the last ... seconds Info: Tune: Strength: 19760 Info: Tune: SNR: 0 ERRO: Tune: Not able to lock to the signal on the given frequency Info: Main: Tuning issue, card 0 Info: Main: Closing cleanly. Error 7 Info: Main: ========== MuMuDVB version 2.1.0_20180602_mumudvb2 is stopping with ExitCode 7 ==========

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394123291, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUDzcMGCMxp4nm0s9YRM9ixUMHlNFBks5t4xs3gaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

ok will test now

AlbertEinsteinGlitchPoint commented 6 years ago

new result.. below still not tunning

ps- let me know if you need ssh access to the machine for further testing?

Deb2:  Main:  ============ done ===========
Info:  Tune:  You will use DVB API version 5 for tuning your card.
Deb1:  Tune:  MuMuDVB have been compiled with DTV_STREAM_ID = 42.
Info:  Rewrite:  You have enabled the EIT (EPG) storage for webservices
WARN:  Unicast :  You should use the option "unicast=1" before to activate unicast instead of ip_http
Info:  SAP:  Sap announces will be sent
Info:  Main:  Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README.
Info:  Main:  Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 2.1.0_20180602_mumudvb2 is starting ==========
Info:  Main:  Streaming. Freq 479142857.000000
Info:  Tune:  Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0
Info:  Tune:  Tuning Terrestrial to 479142857 Hz, Bandwidth: 0
Info:  Tune:  Tuning With DVB-API version 5. delivery system : 8
Info:  Tune:  IDSBT tuning
Deb1:  Tune:  IDSBT tuning DTV_DELIVERY_SYSTEM 8
Deb1:  Tune:  IDSBT tuning DTV_FREQUENCY 479142857
Deb1:  Tune:  IDSBT tuning DTV_ISDBT_PARTIAL_RECEPTION 0
Deb1:  Tune:  IDSBT tuning DTV_ISDBT_SOUND_BROADCASTING 0
Deb1:  Tune:  IDSBT tuning DTV_ISDBT_LAYER_ENABLED 7
Deb1:  Tune:  IDSBT tuning DTV_BANDWIDTH_HZ 6000000
Deb0:  Tune:  polling....
Info:  Tune:  FE_STATUS:
Info:  Tune:       FE_TIMEDOUT : no lock within the last ... seconds
Info:  Tune:  Strength:      19565
Info:  Tune:  SNR:          0
ERRO:  Tune:  Not able to lock to the signal on the given frequency
Info:  Main:  Tuning issue, card 0
Info:  Main:  Closing cleanly. Error 7
Info:  Main:  ========== MuMuDVB version 2.1.0_20180602_mumudvb2 is stopping with ExitCode 7 ==========
braice commented 6 years ago

Yes I think that would help, please send to mumudvb@braice.net

On Sat, Jun 2, 2018, 20:36 AlbertEinsteinGlitchPoint < notifications@github.com> wrote:

new result.. below still not tunning

ps- let me know if you need ssh access to the machine for further testing?

Deb2: Main: ============ done =========== Info: Tune: You will use DVB API version 5 for tuning your card. Deb1: Tune: MuMuDVB have been compiled with DTV_STREAM_ID = 42. Info: Rewrite: You have enabled the EIT (EPG) storage for webservices WARN: Unicast : You should use the option "unicast=1" before to activate unicast instead of ip_http Info: SAP: Sap announces will be sent Info: Main: Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README. Info: Main: Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README. Info: Main: ========== End of configuration, MuMuDVB version 2.1.0_20180602_mumudvb2 is starting ========== Info: Main: Streaming. Freq 479142857.000000 Info: Tune: Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 Info: Tune: Tuning Terrestrial to 479142857 Hz, Bandwidth: 0 Info: Tune: Tuning With DVB-API version 5. delivery system : 8 Info: Tune: IDSBT tuning Deb1: Tune: IDSBT tuning DTV_DELIVERY_SYSTEM 8 Deb1: Tune: IDSBT tuning DTV_FREQUENCY 479142857 Deb1: Tune: IDSBT tuning DTV_ISDBT_PARTIAL_RECEPTION 0 Deb1: Tune: IDSBT tuning DTV_ISDBT_SOUND_BROADCASTING 0 Deb1: Tune: IDSBT tuning DTV_ISDBT_LAYER_ENABLED 7 Deb1: Tune: IDSBT tuning DTV_BANDWIDTH_HZ 6000000 Deb0: Tune: polling.... Info: Tune: FE_STATUS: Info: Tune: FE_TIMEDOUT : no lock within the last ... seconds Info: Tune: Strength: 19565 Info: Tune: SNR: 0 ERRO: Tune: Not able to lock to the signal on the given frequency Info: Main: Tuning issue, card 0 Info: Main: Closing cleanly. Error 7 Info: Main: ========== MuMuDVB version 2.1.0_20180602_mumudvb2 is stopping with ExitCode 7 ==========

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394126630, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD1p1WA_3dDdfSnSqwY4N7IID1Cw3ks5t4y-dgaJpZM4UOvPR .

AlbertEinsteinGlitchPoint commented 6 years ago

Hiya ok..

i tried dvblast now also, it locks signal also with dvblast only using frequency, bandwidth

will drop you e-mail now with login credentials


dvblast -a 0 -b 6000 -f 581142857
DVBlast 2.2 (release)
warning: restarting
debug: using linux-dvb API version 5
debug: Frontend "Turbosight TBS 6814 (Quad ISDB-T)" type "OFDM (DVB-T)" supports:
debug:  frequency min: 76000000, max: 858000000, stepsize: 166667, tolerance: 0
debug:  symbolrate min: 0, max: 0, tolerance: 0
debug:  capabilities:
debug:   INVERSION_AUTO
debug:   FEC_1_2
debug:   FEC_2_3
debug:   FEC_3_4
debug:   FEC_5_6
debug:   FEC_7_8
debug:   FEC_AUTO
debug:   QPSK
debug:   QAM_16
debug:   QAM_64
debug:   QAM_AUTO
debug:   TRANSMISSION_MODE_AUTO
debug:   GUARD_INTERVAL_AUTO
debug:   HIERARCHY_AUTO
debug:   FE_CAN_RECOVER
debug:   FE_CAN_MUTE_TS
debug: tuning OFDM frontend to f=581142857 bandwidth=6000 inversion=-1 fec_hp=999 fec_lp=999 hierarchy=-1 modulation=qam_auto guard=-1 transmission=-1
warning: failed opening CAM device /dev/dvb/adapter0/ca0 (No such file or directory)
debug: setting filter on PID 0
debug: setting filter on PID 16
debug: setting filter on PID 17
debug: setting filter on PID 18
debug: setting filter on PID 19
debug: setting filter on PID 20
error: no config file
warning: transport_error_indicator on pid 18 (EPG, sid 0)
warning: TS discontinuity on pid   18 expected_cc  9 got 12 (EPG, sid 0)
warning: transport_error_indicator on pid 18 (EPG, sid 0)
warning: TS discontinuity on pid   18 expected_cc 13 got 15 (EPG, sid 0)
debug: new PAT tsid=427 version=2
debug:   * NIT pid=16
debug:   * program number=13664 pid=257
debug:   * program number=13689 pid=8136
debug: end PAT
debug: new SDT actual tsid=427 version=4 onid=427
debug:   * service sid=13664 eit_schedule eit_pf running=4
debug:     - desc 48 service type=0x1 provider="" service="TV Cidade HD"
debug:   * service sid=13689 eit_pf running=4
debug:     - desc 48 service type=0xc0 provider="" service="TV Cidade 1Seg"
debug: end SDT
debug: new NIT actual networkid=427 version=2
debug:     - desc 40 networkname="TV Cidade"
debug:     - desc fe unknown length=2 value=0301
debug:   * ts tsid=427 onid=427
debug:     - desc 41 service_list sid=13664 type=0x01
debug:     - desc 41 service_list sid=13689 type=0xc0
debug:     - desc fa unknown length=4 value=510a0d28
debug:     - desc fb unknown length=2 value=3579
debug:     - desc cd unknown length=20 value=082a0e5456204369646164650f013560af013579
debug: end NIT
debug: frontend has acquired signal
debug: frontend has acquired carrier
debug: frontend has acquired stable FEC
debug: frontend has acquired sync
info: frontend has acquired lock
frontend has acquired lock
debug: - Bit error rate: 0
debug: - Signal strength: 23660
debug: - SNR: 18368
braice commented 6 years ago

root@MIDDLEWARE:~/MuMuDVB# ./src/mumudvb -d -c ~/mumuconf/isdbt.conf MuMuDVB Version 2.1.0_20180602_mumudvb2 --- Build information --- Built with CAM support. Built without SCAM support. Built with ATSC support. Built with ATSC long channel names support. Built with support for DVB API Version 5.10. Built with support for DVB-T2.

Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004 Released under the GPL. Latest version available from http://mumudvb.net/ Project from the cr@ns (http://www.crans.org) by Brice DUBOST (mumudvb@braice.net)

Info: Tune: You will use DVB API version 5 for tuning your card. Info: Main: Autoconfiguration, we activate SAP announces. if you want to disable them see the README. Info: Main: Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README. Info: Main: Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README. Info: Main: ========== End of configuration, MuMuDVB version 2.1.0_20180602_mumudvb2 is starting ========== Info: Main: Streaming. Freq 551142857.000000 Info: Tune: Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 Info: Tune: Tuning Terrestrial to 551142857 Hz, Bandwidth: 8000000 Info: Tune: Tuning With DVB-API version 5. delivery system : 8 Info: Tune: IDSBT tuning Info: Tune: FE_STATUS: Info: Tune: FE_STATUS: Info: Tune: FE_TIMEDOUT : no lock within the last about 2 seconds Info: Tune: FE_STATUS: Info: Tune: FE_TIMEDOUT : no lock within the last about 2 seconds Info: Tune: FE_STATUS: Info: Tune: FE_HAS_SIGNAL : found something above the noise level Info: Tune: FE_HAS_CARRIER : found a DVB signal Info: Tune: FE_HAS_VITERBI : FEC is stable Info: Tune: FE_HAS_SYNC : found sync bytes Info: Tune: FE_HAS_LOCK : everything's working... Info: Tune: Event: Frequency: 133376 Info: Tune: Bit error rate: 2 Info: Tune: Signal strength: 18980 Info: Tune: SNR: 24272 Info: Main: Card 0, tuner 0 tuned main 0x7ffef31cd730 Info: Common chan: Looking through all services to update their filters Info: Autoconf: Autoconfiguration is now ready to work for you ! WARN: DVB: An issue happened during the IOCTLS to take uncorrected blocks measurements error: Unknown error 524 Info: Autoconf: The PAT version changed, channels have changed Info: Autoconf: New PAT we force SDT update after all sections seen WARN: Autoconf: Channel 0 SID 1 Force PMT update WARN: Autoconf: Channel 1 SID 2 Force PMT update Info: Autoconf: The SDT version changed, channels description have changed Info: Autoconf: We update the channel names Info: Autoconf: We update the channel status Info: Autoconf: Looking through all channels to see if they are ready for streaming Info: Autoconf: We update the channel filters Info: Common chan: Looking through all services to update their filters Info: Autoconf: We update the channel networking Info: Common chan: We open the channel 0 multicast IPv4 socket address 239.100.0.0:1234 Info: Common chan: We open the channel 1 multicast IPv4 socket address 239.100.0.1:1234 Info: Autoconf: !!!!Unknown stream type : 0x00, PID : 0 cf ITU-T Rec. H.222.0 | ISO/IEC 13818 Info: Autoconf: !!!!Unknown stream type : 0x00, PID : 0 cf ITU-T Rec. H.222.0 | ISO/IEC 13818 Info: Common chan: Looking through all services to update their filters Info: Autoconf: We update the channel CAM support Info: Autoconf: Diffusion 2 channels Info: Autoconf: Channel number : 0, service id 1 name : "Evangelizar HD" Info: Autoconf: Multicast4 ip : 239.100.0.0:1234 Info: Autoconf: Channel number : 1, service id 2 name : "Evangelizar 1seg" Info: Autoconf: Multicast4 ip : 239.100.0.1:1234 Info: Common chan: Looking through all services to update their filters Info: Autoconf: We update the channel CAM support Info: Autoconf: Diffusion 2 channels Info: Autoconf: Channel number : 0, service id 1 name : "Evangelizar HD" Info: Autoconf: Multicast4 ip : 239.100.0.0:1234 Info: Autoconf: Channel number : 1, service id 2 name : "Evangelizar 1seg" Info: Autoconf: Multicast4 ip : 239.100.0.1:1234 Info: Autoconf: The NIT version changed, channels number could have changed ! Info: Autoconf: We got the NIT, we update the channel names Info: Main: Channel "Evangelizar 1seg" down.Card 0 Info: Main: Channel "Evangelizar 1seg" is now partially unscrambled (7% of scrambled packets). Card 0 Info: Main: Channel "Evangelizar 1seg" back.Card 0 Info: Main: Channel "Evangelizar 1seg" is now fully unscrambled (0% of scrambled packets). Card 0

2018-06-02 22:05 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

Hiya ok..

i tried dvblast now also, it locks signal also with dvblast only using frequency, bandwidth

will drop you e-mail now with login credentials

dvblast -a 0 -b 6000 -f 581142857 DVBlast 2.2 (release) warning: restarting debug: using linux-dvb API version 5 debug: Frontend "Turbosight TBS 6814 (Quad ISDB-T)" type "OFDM (DVB-T)" supports: debug: frequency min: 76000000, max: 858000000, stepsize: 166667, tolerance: 0 debug: symbolrate min: 0, max: 0, tolerance: 0 debug: capabilities: debug: INVERSION_AUTO debug: FEC_1_2 debug: FEC_2_3 debug: FEC_3_4 debug: FEC_5_6 debug: FEC_7_8 debug: FEC_AUTO debug: QPSK debug: QAM_16 debug: QAM_64 debug: QAM_AUTO debug: TRANSMISSION_MODE_AUTO debug: GUARD_INTERVAL_AUTO debug: HIERARCHY_AUTO debug: FE_CAN_RECOVER debug: FE_CAN_MUTE_TS debug: tuning OFDM frontend to f=581142857 bandwidth=6000 inversion=-1 fec_hp=999 fec_lp=999 hierarchy=-1 modulation=qam_auto guard=-1 transmission=-1 warning: failed opening CAM device /dev/dvb/adapter0/ca0 (No such file or directory) debug: setting filter on PID 0 debug: setting filter on PID 16 debug: setting filter on PID 17 debug: setting filter on PID 18 debug: setting filter on PID 19 debug: setting filter on PID 20 error: no config file warning: transport_error_indicator on pid 18 (EPG, sid 0) warning: TS discontinuity on pid 18 expected_cc 9 got 12 (EPG, sid 0) warning: transport_error_indicator on pid 18 (EPG, sid 0) warning: TS discontinuity on pid 18 expected_cc 13 got 15 (EPG, sid 0) debug: new PAT tsid=427 version=2 debug: NIT pid=16 debug: program number=13664 pid=257 debug: program number=13689 pid=8136 debug: end PAT debug: new SDT actual tsid=427 version=4 onid=427 debug: service sid=13664 eit_schedule eit_pf running=4 debug: - desc 48 service type=0x1 provider="" service="TV Cidade HD" debug: service sid=13689 eit_pf running=4 debug: - desc 48 service type=0xc0 provider="" service="TV Cidade 1Seg" debug: end SDT debug: new NIT actual networkid=427 version=2 debug: - desc 40 networkname="TV Cidade" debug: - desc fe unknown length=2 value=0301 debug: ts tsid=427 onid=427 debug: - desc 41 service_list sid=13664 type=0x01 debug: - desc 41 service_list sid=13689 type=0xc0 debug: - desc fa unknown length=4 value=510a0d28 debug: - desc fb unknown length=2 value=3579 debug: - desc cd unknown length=20 value=082a0e5456204369646164650f013560af013579 debug: end NIT debug: frontend has acquired signal debug: frontend has acquired carrier debug: frontend has acquired stable FEC debug: frontend has acquired sync info: frontend has acquired lock frontend has acquired lock debug: - Bit error rate: 0 debug: - Signal strength: 23660 debug: - SNR: 18368

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394129570, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD6iw_50v6V_Mzu30qekO3GZ2nfUEks5t40RigaJpZM4UOvPR .

braice commented 6 years ago

autoconfiguration = full was not working I don't know why and I was stopping on fe_timedout which was just for info

New conf ##########

Exportação de 27-05-2018 via Middleware

tvcidade.conf

##########

##########

delivery_system=ISDBT freq=551142.857 card=0 tuner=0

autoconfiguration=1

2018-06-03 10:12 GMT-04:00 Brice Dubost braice@braice.net:

root@MIDDLEWARE:~/MuMuDVB# ./src/mumudvb -d -c ~/mumuconf/isdbt.conf MuMuDVB Version 2.1.0_20180602_mumudvb2 --- Build information --- Built with CAM support. Built without SCAM support. Built with ATSC support. Built with ATSC long channel names support. Built with support for DVB API Version 5.10. Built with support for DVB-T2.

Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004 Released under the GPL. Latest version available from http://mumudvb.net/ Project from the cr@ns (http://www.crans.org) by Brice DUBOST (mumudvb@braice.net)

Info: Tune: You will use DVB API version 5 for tuning your card. Info: Main: Autoconfiguration, we activate SAP announces. if you want to disable them see the README. Info: Main: Autoconfiguration, we activate PAT rewriting. if you want to disable it see the README. Info: Main: Autoconfiguration, we activate SDT rewriting. if you want to disable it see the README. Info: Main: ========== End of configuration, MuMuDVB version 2.1.0_20180602_mumudvb2 is starting ========== Info: Main: Streaming. Freq 551142857.000000 Info: Tune: Using DVB card "Turbosight TBS 6814 (Quad ISDB-T)" tuner 0 Info: Tune: Tuning Terrestrial to 551142857 Hz, Bandwidth: 8000000 Info: Tune: Tuning With DVB-API version 5. delivery system : 8 Info: Tune: IDSBT tuning Info: Tune: FE_STATUS: Info: Tune: FE_STATUS: Info: Tune: FE_TIMEDOUT : no lock within the last about 2 seconds Info: Tune: FE_STATUS: Info: Tune: FE_TIMEDOUT : no lock within the last about 2 seconds Info: Tune: FE_STATUS: Info: Tune: FE_HAS_SIGNAL : found something above the noise level Info: Tune: FE_HAS_CARRIER : found a DVB signal Info: Tune: FE_HAS_VITERBI : FEC is stable Info: Tune: FE_HAS_SYNC : found sync bytes Info: Tune: FE_HAS_LOCK : everything's working... Info: Tune: Event: Frequency: 133376 Info: Tune: Bit error rate: 2 Info: Tune: Signal strength: 18980 Info: Tune: SNR: 24272 Info: Main: Card 0, tuner 0 tuned main 0x7ffef31cd730 Info: Common chan: Looking through all services to update their filters Info: Autoconf: Autoconfiguration is now ready to work for you ! WARN: DVB: An issue happened during the IOCTLS to take uncorrected blocks measurements error: Unknown error 524 Info: Autoconf: The PAT version changed, channels have changed Info: Autoconf: New PAT we force SDT update after all sections seen WARN: Autoconf: Channel 0 SID 1 Force PMT update WARN: Autoconf: Channel 1 SID 2 Force PMT update Info: Autoconf: The SDT version changed, channels description have changed Info: Autoconf: We update the channel names Info: Autoconf: We update the channel status Info: Autoconf: Looking through all channels to see if they are ready for streaming Info: Autoconf: We update the channel filters Info: Common chan: Looking through all services to update their filters Info: Autoconf: We update the channel networking Info: Common chan: We open the channel 0 multicast IPv4 socket address 239.100.0.0:1234 Info: Common chan: We open the channel 1 multicast IPv4 socket address 239.100.0.1:1234 Info: Autoconf: !!!!Unknown stream type : 0x00, PID : 0 cf ITU-T Rec. H.222.0 | ISO/IEC 13818 Info: Autoconf: !!!!Unknown stream type : 0x00, PID : 0 cf ITU-T Rec. H.222.0 | ISO/IEC 13818 Info: Common chan: Looking through all services to update their filters Info: Autoconf: We update the channel CAM support Info: Autoconf: Diffusion 2 channels Info: Autoconf: Channel number : 0, service id 1 name : "Evangelizar HD" Info: Autoconf: Multicast4 ip : 239.100.0.0:1234 Info: Autoconf: Channel number : 1, service id 2 name : "Evangelizar 1seg" Info: Autoconf: Multicast4 ip : 239.100.0.1:1234 Info: Common chan: Looking through all services to update their filters Info: Autoconf: We update the channel CAM support Info: Autoconf: Diffusion 2 channels Info: Autoconf: Channel number : 0, service id 1 name : "Evangelizar HD" Info: Autoconf: Multicast4 ip : 239.100.0.0:1234 Info: Autoconf: Channel number : 1, service id 2 name : "Evangelizar 1seg" Info: Autoconf: Multicast4 ip : 239.100.0.1:1234 Info: Autoconf: The NIT version changed, channels number could have changed ! Info: Autoconf: We got the NIT, we update the channel names Info: Main: Channel "Evangelizar 1seg" down.Card 0 Info: Main: Channel "Evangelizar 1seg" is now partially unscrambled (7% of scrambled packets). Card 0 Info: Main: Channel "Evangelizar 1seg" back.Card 0 Info: Main: Channel "Evangelizar 1seg" is now fully unscrambled (0% of scrambled packets). Card 0

2018-06-02 22:05 GMT-04:00 AlbertEinsteinGlitchPoint < notifications@github.com>:

Hiya ok..

i tried dvblast now also, it locks signal also with dvblast only using frequency, bandwidth

will drop you e-mail now with login credentials

dvblast -a 0 -b 6000 -f 581142857 DVBlast 2.2 (release) warning: restarting debug: using linux-dvb API version 5 debug: Frontend "Turbosight TBS 6814 (Quad ISDB-T)" type "OFDM (DVB-T)" supports: debug: frequency min: 76000000, max: 858000000, stepsize: 166667, tolerance: 0 debug: symbolrate min: 0, max: 0, tolerance: 0 debug: capabilities: debug: INVERSION_AUTO debug: FEC_1_2 debug: FEC_2_3 debug: FEC_3_4 debug: FEC_5_6 debug: FEC_7_8 debug: FEC_AUTO debug: QPSK debug: QAM_16 debug: QAM_64 debug: QAM_AUTO debug: TRANSMISSION_MODE_AUTO debug: GUARD_INTERVAL_AUTO debug: HIERARCHY_AUTO debug: FE_CAN_RECOVER debug: FE_CAN_MUTE_TS debug: tuning OFDM frontend to f=581142857 bandwidth=6000 inversion=-1 fec_hp=999 fec_lp=999 hierarchy=-1 modulation=qam_auto guard=-1 transmission=-1 warning: failed opening CAM device /dev/dvb/adapter0/ca0 (No such file or directory) debug: setting filter on PID 0 debug: setting filter on PID 16 debug: setting filter on PID 17 debug: setting filter on PID 18 debug: setting filter on PID 19 debug: setting filter on PID 20 error: no config file warning: transport_error_indicator on pid 18 (EPG, sid 0) warning: TS discontinuity on pid 18 expected_cc 9 got 12 (EPG, sid 0) warning: transport_error_indicator on pid 18 (EPG, sid 0) warning: TS discontinuity on pid 18 expected_cc 13 got 15 (EPG, sid 0) debug: new PAT tsid=427 version=2 debug: NIT pid=16 debug: program number=13664 pid=257 debug: program number=13689 pid=8136 debug: end PAT debug: new SDT actual tsid=427 version=4 onid=427 debug: service sid=13664 eit_schedule eit_pf running=4 debug: - desc 48 service type=0x1 provider="" service="TV Cidade HD" debug: service sid=13689 eit_pf running=4 debug: - desc 48 service type=0xc0 provider="" service="TV Cidade 1Seg" debug: end SDT debug: new NIT actual networkid=427 version=2 debug: - desc 40 networkname="TV Cidade" debug: - desc fe unknown length=2 value=0301 debug: ts tsid=427 onid=427 debug: - desc 41 service_list sid=13664 type=0x01 debug: - desc 41 service_list sid=13689 type=0xc0 debug: - desc fa unknown length=4 value=510a0d28 debug: - desc fb unknown length=2 value=3579 debug: - desc cd unknown length=20 value=082a0e5456204369646164650f013560af013579 debug: end NIT debug: frontend has acquired signal debug: frontend has acquired carrier debug: frontend has acquired stable FEC debug: frontend has acquired sync info: frontend has acquired lock frontend has acquired lock debug: - Bit error rate: 0 debug: - Signal strength: 23660 debug: - SNR: 18368

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/issues/208#issuecomment-394129570, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUUD6iw_50v6V_Mzu30qekO3GZ2nfUEks5t40RigaJpZM4UOvPR .