GE Healthcare
Senographe DS
Revision 1
Service Information and Procedures Class A 2385072-16-8EN
Job Card ELE A021 - Networking Connection and Configuration
Page no. 659
Chapter 7
JC-ELE-A-021.fm
7. In the
TextEdit
application window, add the additional autoneg section after the routing section:
For V1/V2 Control Stations type the following lines (separated by carriage returns):
#!/bin/sh
# Section for routing
echo Starting route service
route add net <network number> <gateway address>
#
# Section for autoneg
echo Setting for no autoneg
ndd -set /dev/eri instance 0
ndd -set /dev/eri adv_autoneg_cap 0
where <
network number>
is the address to be accessed through the gateway, and <
gateway
address>
is the IP of the gateway (router) indicated by the administrator.
Note:
Typing the "echo" lines help you to locate any possible faults during boot in case of mistyping the
router or auto negotiation information.
Note:
The example above includes sections for both declaring a router and disabling auto negotiation.
Type one or both sections according to your requirements.
If the maximum speed supported by the hospital switch port
connected to the Control Station is less than that of the eri0
interface, add appropriate commands from Table 1 on
page 655 on each new line to disable the faster speeds that
are not supported.
For example, if the hospital switch port does not support
100 Mbit/s full duplex, but supports all other speeds add the
following line:
ndd -set /dev/eri adv_100fdx_cap 0
For example, if the hospital switch port does not support
100 Mbit/s full duplex and 100 Mbit/s half duplex, but sup-
ports all other speeds add the following two lines:
ndd -set /dev/eri adv_100fdx_cap 0
ndd -set /dev/eri adv_100hdx_cap 0