Here is how you list all physically installed network cards in #Linux connected to the PCI bus:
sudo hwinfo --short --netcard
sudo lshw -C network -short
sudo inxi -N
sudo lspci | grep -Ei 'eth|network|ethernet|wireless|wifi'
See https://www.cyberciti.biz/faq/linux-list-network-interfaces-names-command/ for more info and examples.