On Thursday 19 May 2005 3:08 am, Patrick wrote: > If i remove the networkcable or reboot my card always goes into 100Mbit > Half duplex. I have a script for when the computer rebootes but how do i > fix the cable problem ? Is there no way to put in Full duplex for all > times? Write the following (e.g. for network card eth0 and eth1) in /etc/rc.d/rc.local: mii-tool -F 100baseTx-FD eth1 mii-tool -F 100baseTx-FD eth0 The system reads this file on system startup so you shouldn't have any more problems with it. HTH, Jorge