List PCI devices in Linux and Solaris

You may want to list pci or pci-e devices in your linux host. There are some commands that will help accomplish this.

In linux the command is “lspci”. This will give a detailed listing of each device in the slots.

In solaris the command is “prtconf”.

Alternatively, in linux you may find that you need to list usb devices. In Linux the command is “lsusb”. It will provide a listing of all usb devices attached to the host.

Be the first to comment

Leave a Reply