You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@caas-a149:~# lspci | grep -i eth
09:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
09:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
41:00.0 Ethernet controller: Device 1234:1001
c2:00.0 Ethernet controller: Mellanox Technologies MT27710 Family [ConnectX-4 Lx]
c2:00.1 Ethernet controller: Mellanox Technologies MT27710 Family [ConnectX-4 Lx]
root@caas-a149:~# ethtool enp65s0
Settings for enp65s0:
Link detected: no
root@caas-a149:~# ip link show enp65s0
7: enp65s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether f6:a7:af:46:10:34 brd ff:ff:ff:ff:ff:ff
root@caas-a149:~# ip link set enp65s0 up
root@caas-a149:~# ip link show enp65s0
7: enp65s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether f6:a7:af:46:10:34 brd ff:ff:ff:ff:ff:ff
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: