Dear All,
I’ve done software update on my NVIDIA DGX Spark and after the restart the ethernet interface didn’t come up.
After a lot of confusion I’ve done a full shutdown + unplug + start and voila ethernet is back.
But sudo reboot brings the computer up without ethernet device i.e. what I see is
$ sudo lshw -class network -short
[sudo] password for david:
H/W path Device Class Description
========================================================
/0/100/0 enp1s0f0np0 network MT2910 Family [ConnectX-7]
/0/100/0.1 enp1s0f1np1 network MT2910 Family [ConnectX-7]
/0/101/0 enP2p1s0f0np0 network MT2910 Family [ConnectX-7]
/0/101/0.1 enP2p1s0f1np1 network MT2910 Family [ConnectX-7]
/0/104/0 wlP9s9 network MEDIATEK Corp.
$
In other words the ethernet adapter HW is missing: I need to also have /0/103/0 enP7s7 network Realtek Semiconductor Co., Ltd. in the list above.
A full shutdown + unplug + start fixes things.
But that’s a bit annoying as I often use the box remotely and wouldn’t want to be in a situation that it doesn’t come up after reboot.
Has anyone seen this? Fixed this? Some kind of BIOS (or whatever it’s called) setting?
Cheers!