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.
]]>