The answer is as follows:
Three options:
with the system at the srm console issue:
set ewa0_mode fast
then reboot.
The second option in the /etc/rc.config file add to the ifconfig statement
speed 100
Reboot
The third option is to use the lan_config utility
lan_config -i tu0 -s 100 -x 0
The most straight-forward (and sure) way is to add speed 100 to the
appropriate entry in /etc/rc.config
NUM_NETCONFIG="1"
NETDEV_0="tu0"
IFCONFIG_0="192.168.1.1 netmast 255.255.255.0 speed 100"
will assuming it is tu0 will force the nic to do half-duplex 100.
(you can also set it to do that at the srm console using
>>> set ewa0_mode = fast (I forgot the option ... enter bogus and it
will give you the list)
Thanks to the following,
"Brian C. Parkhurst" <brianp_at_prodigy.net>
"Sean O'Connell" <sean_at_stat.Duke.EDU>
Russ_Fish_at_idx.com
singhh_at_vrinet.com
"Luchini, Marco" <Marco.Luchini_at_acco-uk.co.uk>
Thomas Leitner <tom_at_radar.tu-graz.ac.at>
--
Tim Plummer
Director of Information Services
Grand Canyon University Phoenix, AZ
internet address: tplummer_at_grand-canyon.edu
phone: (602)589-2853 fax number: (602)589-2854
Digital UNIX 4.0D on Alphaserver 4100, Unidata 4.1.25
Live: Colleague 16.0, Ben 4.3
Received on Thu Dec 16 1999 - 16:50:58 NZDT