VdStudioS.info
+1.8142333742

lspci -nnk | grep -iA3 "ethernet"

The command lspci -nnk | grep -iA3 "ethernet" extracts and displays your system's wired network hardware details, specifically identifying your NIC (network interface card), hardware IDs, and the Linux kernel driver it is using.

Breakdown

If you execute this on a machine with a Broadcom network controller, it will output something like this:

Sample Output

0b:00.0 Network controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5761e Gigabit Ethernet PCI [14E4:1680] (rev 10)
        Subsystem: Dell Device [1028:0428]
        Kernel Driver in use: tg3
        Kernel modules: tg3

Key Points

Depending on what you are working on, one of these similar commands may be useful.

Variants

Sitemap
© VdStudioS 2026