LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Setting for full duplex? (https://www.linuxquestions.org/questions/linux-networking-3/setting-for-full-duplex-224362/)

Corrado 08-30-2004 12:38 PM

Setting for full duplex?
 
How do I force my network card to full duplex?

I know how to make the setting static but it does not survive a reboot. (mii-tool eth0 --force=100baseTx-HD) or (ethtool -s eh0 duplex full).

I beleive that the setting somehow has to be hard coded in module.conf. I don't know how.

I think the module is named e100.
The network device is "Integrated intel Pro/100 VM Network Connction".

How do I set it to full duplex and survive a reboot?

-Joe

david_ross 08-30-2004 01:55 PM

Just put the ethtool command at the end of rc.local and it will be set on each boot.

Corrado 08-30-2004 06:06 PM

Okay. That seemed to work.

Thanks

-Joe


All times are GMT -5. The time now is 12:03 AM.