Steps to Check Netwok Interface Card (NIC) Configurations
New command: ip
& ss
.
ubuntu.com
dated
Check the physical NIC is connected.
lspci
Note: The NIC will be shown regardless if drivers are installed, this is a PCI feature. Ref.
Then check if it is recognized as network interfaces:
ifconfig -a
Check if it is up:
ifconfig
```