10-16-04 02:28 AM
In article <ckiqic$cu4$1@analog.eik.bme.hu>,
Homonnai Mihaly <homer@norb.rulez.org> wrote:
> Adam Price <adam+usenet@pappnase.co.uk> wrote:
>
>
>
> thx Adam.
>
> another question
> how can i change the ethernet port parameter (eg. speed, simplex/duplex)
> from within os level? or it is possible only from srm? if it is possible
> from os, should i reboot the machine?
> thx
> homer
ifconfig tu1 down; ifconfig tu1 speed 200; ifconfig tu1 up
See man ifconfig for valid values for the speed option. Use your
ethernet device for tu1 (in my case tu1 happens to be a DE500 card)
You can also use
lan_config -i tu1 -m utp -s 100 -x 1 -a 1
Again see man lan_config for details on the commands usage.
If you do not change the speed at the >>> prompt, then you will need to
rerun one of the above commands each time you reboot. Look at
/etc/inet.local (man inet.local) for a possible place to stick such
commands.
I don't really know what I'm talking about, I just got the information
from an in-house web page at work. Test before you buy :-)
Bob Harris
[ Post a follow-up to this message ]
|