User manual

Code: ENIGMA III User Manual
Edition: 1 Revision: 4
Date: 19/12/2008
Page: 35/97
3 Network
Network is configured in the file /etc/conf.d/net. The file looks as follows. Here a static IP address or
DHCP can be configured. Just comment out the corresponding lines.
/etc/conf.d/net:
# To avoid delay on booting, use the fixed address configuration
# and comment out the dhcp/fallback part
# Static IP address
#config_eth0=( "192.168.3.11 netmask 255.255.255.0" )
#route_eth0=( "default via 192.168.3.254" )
# DHCP configuration
config_eth0=( "dhcp" )
dhcpcd_eth0="-t 10 -L"
#fallback_eth0=( "192.168.3.11 255.255.255.0" )
#fallback_route_eth0=( "default via 192.168.3.1" )
In case of problems the ENIGMA host PC can be booted into single user mode. Connect a keyboard and
a monitor (or s serial terminal) to the ENIGMA PC and enter softlevel=single in the GRUB boot
menu.
4 SDP settings
SDP settings are stored in the file /opt/enigma3/controlagent.is
All SDP parameters are saved at the exit and restored automatically on start.
This file contains list of 'set' commands to set all the parameters to specified values.
At run-time settings can be saved and loaded with corresponding 'save' and 'load' command. They don't
have arguments.
See 'Parametrization' section for detailed syntax.
5 SDP interfaces
SDP has two network TCP interfaces:
1) command interface – for control and parametrization.
2) acquisition interfaceto receive the acquired rays.
GAMIC Proprietary