How to get the vendor information of my NIC on top of Ubuntu? I wanna get its vendor, type and things like that? Any shell commands available? Thanks in advance.
How to view vendor information of my NIC?
Try something like this -
sudo lshw -C network
OR
sudo ethtool -i eth0
© 2022 - 2024 — McMap. All rights reserved.