pciutils
pciutils 3.15.0
Collection of programs for inspecting and manipulating configuration of PCI devices
https://mj.ucw.cz/sw/pciutils/GNU General Public License v2.0 or later
main program: lspciprograms: pcilmr, lspci, setpci
Maintainers
Platforms (45)
i686-openbsdx86_64-openbsdarc-linuxarmv5tel-linuxmips64-linuxm68k-linuxmips64el-linuxriscv64-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ pciutils ];
Ad-hoc shell
nix-shell -p pciutils
Flake (nix run)
nix run nixpkgs#pciutils