DiSEqC Setup: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
diseqcsetup - A bash setup script for VDR [[DiSEqC]] configuration
diseqcsetup - A bash setup script for VDR [[DiSEqC]] configuration


This script allows you to 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.
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 30: Line 30:


==NOTE==
==NOTE==
This script assumes that all config files are located in '''/video/vdr''' or '''/etc/vdr'''.It also can be specified by the dialog. '''sources.conf''' and '''setup.conf''' must be existed.
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