VdStudioS.info
+1.8142333742

lspci -nnk | grep -iA3 "network"

The command lspci -nnk | grep -iA3 "network" extracts and displays your system's wireless network hardware details, specifically revealing its hardware codes and the Linux kernel driver it is using.

Breakdown

If you execute this on a machine with an Intel wireless card, it will output something like this:

Sample Output

02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
        Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [Wilkens Peak 2] [8086:4470]
        Kernel Driver in use: iwlwifi
        Kernel modules: iwlwifi

Key Points

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

Variants

Sitemap
© VdStudioS 2026