Setting speed on a network card

Armand plug-discuss@lists.plug.phoenix.az.us
Wed, 06 Feb 2002 22:28:30 -0700


"Simper, Brian D" wrote:
> 
> Do anyone know of a way of permanently setting 100 MB/s - Full Duplex on a
> NIC in RedHat?  I have to manually change the settings upon every reboot
> using the mii-tool command.  Is there a config file to set?  Would an rc
> script be appropriate?  Any advice would be appreciated.
> 
> Thanks,
> 
> Brian

add an 'options eth0 full_duplex=1' to the
/etc/conf.modules file

Armand