lspci
List all PCI devices. More information: <https://manned.org/lspci>.
Install
- All systems
-
curl cmd.cat/lspci.sh
- Debian
-
apt-get install pciutils
- Ubuntu
-
apt-get install pciutils
- Alpine
-
apk add pciutils
- Arch Linux
-
pacman -S pciutils
- Kali Linux
-
apt-get install pciutils
- CentOS
-
yum install pciutils
- Fedora
-
dnf install pciutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pciutils
- Raspbian
-
apt-get install pciutils
- Dockerfile
- dockerfile.run/lspci
- Docker
-
docker run cmd.cat/lspci lspci
powered by Commando
List all PCI devices. More information: <https://manned.org/lspci>.
-
Show a brief list of devices:
lspci
-
Display additional info:
lspci -v
-
Display drivers and modules handling each device:
lspci -k
-
Show a specific device:
lspci -s 00:18.3
-
Dump info in a readable form:
lspci -vm
© tl;dr; authors and contributors