Linux howto find out or display IDs for adapters installed in a server

by on September 1, 2006 · 1 comment· LAST UPDATED September 1, 2006

in

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.



If you would like to be kept up to date with our posts, you can follow us on Twitter, Facebook, Google+, or even by subscribing to our RSS Feed.


{ 1 comment… read it below or add one }

1 Goodvin September 4, 2006 at 7:13 am

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

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 13 + 4 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.

Previous post:

Next post: