Ethernet port on DGX Spark is not working

I cannot get the network interface “up” on the Ethernet port of my DGX Spark computer. I confirmed the CAT6 cable and the switch port (by another DGX Spark computer), tested with point to point connections on both units, but the interface never becomes active on enP7s7.

Can you generate an nvidia-bug-report while the cable is plugged in?

nvidia-bug-report.log.gz (774.5 KB)
Please see attached.

1 Like

Thank you for the info. Can you also run sudo ethtool enP7s7?
This will tell us if the link is active. If you see Link detected: no, try running sudo ip link set enP7s7 up and checking again with ethtool

Thank you. I executed the commands, please see below.

fabric@spark-7c26:~$ sudo ethtool enP7s7
[sudo] password for fabric:
Settings for enP7s7:
	Supported ports: [ TP ]
	Supported link modes:   10baseT/Half 10baseT/Full
	                        100baseT/Half 100baseT/Full
	                        1000baseT/Full
	                        10000baseT/Full
	                        2500baseT/Full
	                        5000baseT/Full
	Supported pause frame use: Symmetric Receive-only
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  10baseT/Half 10baseT/Full
	                        100baseT/Half 100baseT/Full
	                        1000baseT/Full
	                        10000baseT/Full
	                        2500baseT/Full
	                        5000baseT/Full
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Speed: Unknown!
	Duplex: Unknown! (255)
	Auto-negotiation: on
	Port: Twisted Pair
	PHYAD: 0
	Transceiver: internal
	MDI-X: Unknown
	Supports Wake-on: pumbg
	Wake-on: g
        Current message level: 0x00000033 (51)
                               drv probe ifdown ifup
	Link detected: no
fabric@spark-7c26:~$
fabric@spark-7c26:~$ sudo ip link set enP7s7 up
fabric@spark-7c26:~$
fabric@spark-7c26:~$ ip link show dev enP7s7
2: enP7s7: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 4c:bb:47:2f:7c:26 brd ff:ff:ff:ff:ff:ff
    altname enP7p1s0
fabric@spark-7c26:~$
fabric@spark-7c26:~$ sudo ethtool enP7s7
Settings for enP7s7:
	Supported ports: [ TP ]
	Supported link modes:   10baseT/Half 10baseT/Full
	                        100baseT/Half 100baseT/Full
	                        1000baseT/Full
	                        10000baseT/Full
	                        2500baseT/Full
	                        5000baseT/Full
	Supported pause frame use: Symmetric Receive-only
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  10baseT/Half 10baseT/Full
	                        100baseT/Half 100baseT/Full
	                        1000baseT/Full
	                        10000baseT/Full
	                        2500baseT/Full
	                        5000baseT/Full
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Speed: Unknown!
	Duplex: Unknown! (255)
	Auto-negotiation: on
	Port: Twisted Pair
	PHYAD: 0
	Transceiver: internal
	MDI-X: Unknown
	Supports Wake-on: pumbg
	Wake-on: g
        Current message level: 0x00000033 (51)
                               drv probe ifdown ifup
	Link detected: no
fabric@spark-7c26:~$