Created
December 5, 2019 23:51
-
-
Save Pastitas/dc73b1bdc0ee3db359ba1fd2aa2e10fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
for d in /sys/kernel/iommu_groups/*/devices/*; do =${d#*/iommu_groups/*}; | |
n=${n%%/*}; printf 'IOMMU Group %s ' "$n"; lspci -nns "${d##*/}"; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment