/
[Drivers] Checking PCI components in terminal (grep)
[Drivers] Checking PCI components in terminal (grep)
Quick reference for checking for specific hardware (and their drivers) installed in your system.
Step-by-step guide
- Open up a terminal
You can search for specific manufacturers/type by using the following examples. The 'grep -i' allows you to view driver information.
lspci | grep -i intel
lspci | grep -i xeon
lspci | grep -i network
lspci | grep -i nvidia
# 'nvidia-smi' will work too if you have NVIDIA GPU's installed
You can also type in 'man lspci'
for detailed info and uses for lspci
Related articles
, multiple selections available,
Related content
[Linux] Search for hardware info in terminal
[Linux] Search for hardware info in terminal
More like this
Basic commands to check and identify NVIDIA devices
Basic commands to check and identify NVIDIA devices
More like this
Checking installed hardware components
Checking installed hardware components
More like this
Checking Linux logs (dmesg)
Checking Linux logs (dmesg)
More like this
NVMe command
NVMe command
More like this
In-depth Server Hardware Troubleshooting
In-depth Server Hardware Troubleshooting
More like this