BrianK

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by BrianK

  1. When I run the command nothing happens??

     

    for iommu_group in $(find /sys/kernel/iommu_groups/ -maxdepth 1 -mindepth 1 -type d);do echo "IOMMU group $(basename "$iommu_group")"; for device in $(\ls -1 "$iommu_group"/devices/); do if [[ -e "$iommu_group"/devices/"$device"/reset ]]; then echo -n "[RESET]"; fi; echo -n $'\t';lspci -nns "$device"; done; done

     

    image.png.52a1ae4bdf7dbd89e4f8fa782c3b2601.png