DiSEqC Setup: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:


diseqcsetup - A bash setup script for VDR [[DiSEqC]] configuration
diseqcsetup - A bash setup script for VDR [[DiSEqC]] configuration

This script allows you configure vdr [[DiSEqC]] easily, without needing to know '''diseqc.conf''' rules. It has an interactive dialog interface, based on your [[DiSEqC]] switch connection, set the 22k tone, Toneburst, DiSEqC 1.0/1.1/1.2 switching device. Of course you can complete the Non-standard user defined configuration, such connect committed and uncommitted two [[DiSEqC]] settings, sequence repetition and specify the wait time, etc.


==Images==
==Images==
Line 8: Line 10:
<table>
<table>
<tr>
<tr>
<td>[[file:Diseqcsetup1.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup1.jpg|thumb|200px|''The main menu,select DiSEqC mode.'']] </td>
<td>[[file:Diseqcsetup2.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup2.jpg|thumb|200px|''Specify the satellite'']] </td>
<td>[[file:Diseqcsetup3.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup3.jpg|thumb|200px|''Select LNBF LO frequency'']] </td>
</tr>
</tr>
<tr>
<tr>
<td>[[file:Diseqcsetup4.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup4.jpg|thumb|200px|''Set DiSEqC 1.1/2.1 uncommitted Switch'']] </td>
<td>[[file:Diseqcsetup5.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup5.jpg|thumb|200px|''Non-standard user defined configuration'']] </td>
<td>[[file:Diseqcsetup6.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup6.jpg|thumb|200px|''Set the first DiSEqC port'']] </td>
</tr>
</tr>
<tr>
<tr>
<td>[[file:Diseqcsetup7.jpg|thumb|200px]] </td>
<td>[[file:Diseqcsetup7.jpg|thumb|200px|''Non-standard user defined configuration menu'']] </td>
</tr>
</tr>
</table>
</table>



==Software Requirements==
==Software Requirements==
Line 29: Line 30:


==NOTE==
==NOTE==
This script assumes that all config files are located in '''/etc/vdr''' or '''/etc/vdr'''.It also can be specified by the dialog. '''sources.conf''' and '''setup.conf''' must be existed. (As set DiSEqC to modify '''setup.conf''', but the default installation of vdr does not exist '''setup.conf''')
This script assumes that all config files are located in '''/video''' or '''/etc/vdr'''.It also can be specified by the dialog. '''sources.conf''' and '''setup.conf''' must be existed.


==Links==
==Links==

Latest revision as of 10:55, 14 August 2010

Description

Author: Yinghong Liu

diseqcsetup - A bash setup script for VDR DiSEqC configuration

This script allows you configure vdr DiSEqC easily, without needing to know diseqc.conf rules. It has an interactive dialog interface, based on your DiSEqC switch connection, set the 22k tone, Toneburst, DiSEqC 1.0/1.1/1.2 switching device. Of course you can complete the Non-standard user defined configuration, such connect committed and uncommitted two DiSEqC settings, sequence repetition and specify the wait time, etc.

Images

The main menu,select DiSEqC mode.
Specify the satellite
Select LNBF LO frequency
Set DiSEqC 1.1/2.1 uncommitted Switch
Non-standard user defined configuration
Set the first DiSEqC port
Non-standard user defined configuration menu

Software Requirements

  • bash
  • dialog
  • nano or vi

NOTE

This script assumes that all config files are located in /video or /etc/vdr.It also can be specified by the dialog. sources.conf and setup.conf must be existed.

Links