lspci command

From my mailbag:

How do I find out if a given PCI hardware is supported of by the current CentOS / Debian / RHEL / Fedora Linux kernel?

You can easily find out find out if a given piece of PCI hardware such as RAID, network, sound, graphics card is supported or not by the current Linux kernel using the following utilities under any Linux distributions.

{ 9 comments }

lspci is a command for displaying information about all PCI buses in the system and all devices connected to them. lspci is useful when you want to diagnose problems or when you want to report bugs related to pci devices. Report PCI devices bugs $ lspci -vvx See how PCI devices connected to PCI bus [...]

{ 6 comments }