• 1-888-289-2246
  • 24x7x365 Presence

Checking the status of PCI devices on Linux


How do we find out the status of a PCI device connected to a PCI bus on a Linux machine and how do we find out whether it is connected with the system or not? For this, we have the Linux command line utility – lspci.

lspci is a command line utility with the help of which we’ll know about PCI device details.

There are many options which can be used with lspci and you can see those options with:-

lspci –help

To get a more verbose output of a PCI device, use the command below:-

lspci -v

That’s all.

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *