Soluzione 1:
$ ethtool <eth?>
Ad esempio:
$ ethtool eth0
fornisce:
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000001 (1)
Link detected: yes
Soluzione 2:
Seleziona /sys/class/net/eth0/operstate
e altri file in questa directory.
Per quanto ne so questo è specifico per Linux 2.6+, ma fornisce un'interfaccia pulita al driver del kernel.
Documentazione completa per questa parte del sys
il file system può essere trovato qui:
https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net
Soluzione 3:
ethtool [interface]
l'ultima riga mostra quello che vuoi:
# ethtool eth0 Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: on Supports Wake-on: g Wake-on: d Current message level: 0x00000037 (55) Link detected: yes
Soluzione 4:
ip link show
è un altro. Buon vecchio
ifconfig dev_name
o
ifconfig -a
ti dirà anche se l'interfaccia è attiva. NOTA: Prestare attenzione con questi metodi poiché possono mostrare informazioni non aggiornate sullo stato del collegamento.
Soluzione 5:
dmesg | grep eth
dovresti vedere tutti i cambiamenti di stato