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.
Asked
Active
Viewed 9,719 times
1 Answers
10
Try something like this -
sudo lshw -C network
OR
sudo ethtool -i eth0

jaypal singh
- 74,723
- 23
- 102
- 147