-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
There are additional statistics which may be better available to diagnose signal strength related issues.
dvb-fe-tool -v -m
can report suitable statistics including the Signal:Noise or Carrier:Noise ratio in dBm
print_frontend_stats
provides examples
I intend to submit a pull request that would cause the printing of statistics such as
Info: DVB: Bit error rate: -1 Signal strength: 64224 SNR: 260 Uncorrected blocks: 0
to be replaced with appropriate stats such as:
Lock (0x1f) Signal= -66.00dBm C/N= 26.01dB
for places that currently display statistics like:
Info: Tune: Strength: 63568
Info: Tune: SNR: 258
Info: Tune: Event: Frequency: 581000000
Info: Tune: Bit error rate: -1
Info: Tune: Signal strength: 63568
Info: Tune: SNR: 260
Info: Main: Card 1, tuner 0 tuned
Ideally this would also be passed through to the other data locations that would flow through to the json and other outputs.
SonnyWalkman
Metadata
Metadata
Assignees
Labels
No labels