Difference between revisions of "Dvb-fe-tool"

From OpenPLi Wiki
Jump to: navigation, search
(Created page with " When you want to look for the signal strength via the commandline use the tool: dvb-fe-tool. This tool is included with the v4l-util toolpack that isn't standard included wit...")
 
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
When you want to look for the signal strength via the commandline use the tool: dvb-fe-tool. This tool is included with the v4l-util toolpack that isn't standard included within the image.
 
When you want to look for the signal strength via the commandline use the tool: dvb-fe-tool. This tool is included with the v4l-util toolpack that isn't standard included within the image.
  
Fist: '''v4l-utils''' needs to be installed ont he receiver. '''opkg install v4l-utils'''<br />
+
First: '''v4l-utils''' needs to be installed on the receiver. Use the command:'''opkg install v4l-utils'''<br />
Then used the command '''dvb-fe-tool'''. <br />
+
Then use the command '''dvb-fe-tool'''. <br />
 
The parameters that must be added:<br />
 
The parameters that must be added:<br />
-m:  monitoring<br />
+
-m:  Monitoring<br />
-f:  Gets Front-end parameters<br />
+
-f:  Get the Front-end parameters<br />
 
value: 0 = tuner A, 1 = tuner B, 2 = tuner C, 3 = tuner D<br />
 
value: 0 = tuner A, 1 = tuner B, 2 = tuner C, 3 = tuner D<br />
 
   
 
   
Line 14: Line 14:
 
With gave the results:
 
With gave the results:
 
   
 
   
'''root@hd2400:/# dvb-fe-tool -m  -f 2<br />
+
      '''root@hd2400:/# dvb-fe-tool -m  -f 2
Lock  (0x1f) Signal= 0.39% C/N= 54.00%<br />
+
      Lock  (0x1f) Signal= 0.39% C/N= 54.00%
Lock  (0x1f) Signal= 0.39% C/N= 54.00%'''<br />
+
      Lock  (0x1f) Signal= 0.39% C/N= 54.00%'''
 
   
 
   
 
To stop the monitoring Press '''CTRL-C'''
 
To stop the monitoring Press '''CTRL-C'''
  
In this case the signal strength is 54% with is good for a cable channel.
+
In this case the signal strength is 54% with is good for a cable channel.<br />
 +
A good satellite signal gives the following result:<br />
 +
      Lock  (0x1f) Signal= 18.93% C/N= 13.97dB
 +
      Layer A: C/N= 71.00%

Latest revision as of 12:37, 24 September 2018

When you want to look for the signal strength via the commandline use the tool: dvb-fe-tool. This tool is included with the v4l-util toolpack that isn't standard included within the image.

First: v4l-utils needs to be installed on the receiver. Use the command:opkg install v4l-utils
Then use the command dvb-fe-tool.
The parameters that must be added:
-m: Monitoring
-f: Get the Front-end parameters
value: 0 = tuner A, 1 = tuner B, 2 = tuner C, 3 = tuner D

Then I made a scan for tuner C (value in this case is then 2)
dvb-fe-tool -m -f 2

With gave the results:

      root@hd2400:/# dvb-fe-tool -m  -f 2
      Lock   (0x1f) Signal= 0.39% C/N= 54.00%
      Lock   (0x1f) Signal= 0.39% C/N= 54.00%

To stop the monitoring Press CTRL-C

In this case the signal strength is 54% with is good for a cable channel.
A good satellite signal gives the following result:

      Lock   (0x1f) Signal= 18.93% C/N= 13.97dB
      Layer A: C/N= 71.00%