List PCI devices and their details.
lspci displays information about PCI buses and devices such as graphics cards, network adapters, and controllers.
# List PCI devices lspci # Show detailed info lspci -v
# Show kernel driver in use lspci -k # Filter for network devices lspci | grep -i ethernet # Show numeric IDs lspci -nn