
lspci
List of commands for lspci:
-
lspci:ai:0b397 List all PCIe devices with verbose details and numeric IDs$ lspci -vvv -nntry on your machineexplain this command
-
lspci:ai:4da8d This CLI command lists the wireless adapter card information on Linux systems.$ lspci | grep -i networktry on your machineexplain this command
-
lspci:tldr:02a67 lspci: Dump info in a readable form.$ lspci -vmtry on your machineexplain this command
-
lspci:tldr:2a455 lspci: Show a specific device.$ lspci -s ${00:18-3}try on your machineexplain this command
-
lspci:tldr:73424 lspci: Display drivers and modules handling each device.$ lspci -ktry on your machineexplain this command
-
lspci:tldr:7d574 lspci: Display additional info.$ lspci -vtry on your machineexplain this command
-
lspci:tldr:cdfcc lspci: Show a brief list of devices.$ lspcitry on your machineexplain this command