How to get vendor information for my network card on top of Ubuntu? I want to get his supplier, such as and the like? Are any shell commands available? Thanks in advance.
Try something like this -
sudo lshw -C network
OR
sudo ethtool -i eth0