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.

Sachin Wednesday 02 April 2014 - 08:30 am | | Default

No comments

(optional field)
(optional field)

Comment moderation is enabled on this site. This means that your comment will not be visible until it has been approved by an editor.

Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.