Linux howto find out or display IDs for adapters installed in a server
Q. How do find out which adapters (IDs for adapters) installed in a Linux sever or machine?
A. You need to use lspci command.
lspci is a command for displaying information about all PCI buses in the system and all devices connected to them.
Type lspci -n command to display the IDs for adapters installed in a particular Linux server system.
$ lspci | less
OR
$ lspci -n
-n option shows PCI vendor and device codes as numbers instead of looking them up in the PCI ID database.
You may also be interested in other helpful articles:
- nixCraft FAQ Roundup ~ Sep, 11, 2007
- nixCraft FAQ Roundup
- Linux command to gathers up information about a Linux system
- Howto: Finding out recently Installed RPMs under Suse Linux
- nixCraft FAQ Roundup ~ Oct, 18, 2007
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


You may use http://kmuto.jp/debian/hcl/index.cgi to decode lspci -n output.