How to view vendor information of my NIC?

user1072898 picture user1072898 · Dec 27, 2011 · Viewed 8.4k times · Source

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.

Answer

jaypal singh picture jaypal singh · Dec 27, 2011

Try something like this -

sudo lshw -C network

OR

sudo ethtool -i eth0