memo:ethtool
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
memo:ethtool [2012/04/05 18:21] – créée sheltem | memo:ethtool [2012/04/05 19:06] (Version actuelle) – sheltem | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== ethtool ====== | ====== ethtool ====== | ||
- | Voir les info d'une carte réseau : | + | ===== Voir les info d'une carte réseau : ===== |
ethtool eth0 | ethtool eth0 | ||
Ligne 31: | Ligne 31: | ||
</ | </ | ||
- | Configurer la fonction wakeonlan en mode " | + | ===== Voir le driver utilisé ===== |
+ | |||
+ | ethtool -i eth0 | ||
+ | |||
+ | Exemple de sortie : | ||
+ | < | ||
+ | driver: b43 | ||
+ | version: 3.2.13-1-ARCH | ||
+ | firmware-version: | ||
+ | bus-info: ssb0:0 | ||
+ | supports-statistics: | ||
+ | supports-test: | ||
+ | supports-eeprom-access: | ||
+ | supports-register-dump: | ||
+ | supports-priv-flags: | ||
+ | </ | ||
+ | |||
+ | ===== Afficher les stats d'une carte réseau ===== | ||
+ | |||
+ | ethtool -S eth0 | ||
+ | |||
+ | ===== Changer la vitesse du lien : ===== | ||
+ | |||
+ | |||
+ | ethtool -s eth0 speed 100 autoneg off | ||
+ | |||
+ | ===== Configurer la fonction wakeonlan en mode " | ||
ethtool -s eth0 wol g | ethtool -s eth0 wol g | ||
+ | | ||
+ | ===== Identifier la prise correspondant à l' | ||
+ | |||
+ | ethtool -p eth0 < | ||
+ |
memo/ethtool.1333650089.txt.gz · Dernière modification : 2012/04/05 18:21 de sheltem