2011年7月22日 星期五

指定 Linux 網路卡連線速度

指定 Linux 網路卡連線速度,除了在載入 module 時以參數指定外,亦可使用以下指令 

  • ifconfig
  • mii-tool
  • ethtool

Example: ifconfig eth0 media 100baseTX


若出現 port: SIOCSIFMAP: Operation not supported ,可以改用 mii-tool,ethtool指令


mii-tool -F 100baseTx-FD eth0

ethtool -s eth0 speed 100 duplex full autoneg on

沒有留言:

張貼留言

How to repair and clone disk with ddrescue

  ddrescue  is a tool that can be used to repair and clone disks on a  Linux system . This includes hard drives, partitions, DVD discs, flas...