7

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.

user1072898
  • 475
  • 2
  • 7
  • 9

1 Answers1

10

Try something like this -

sudo lshw -C network

OR

sudo ethtool -i eth0
jaypal singh
  • 74,723
  • 23
  • 102
  • 147