ASRock.com Homepage
Forum Home Forum Home > Technical Support > AMD Motherboards
  New Posts New Posts RSS Feed - IOMMU group reports
  FAQ FAQ  Forum Search Search  Events   Register Register  Login Login

IOMMU group reports

 Post Reply Post Reply
Author
Message Reverse Sort Order
FireFlower View Drop Down
Newbie
Newbie
Avatar

Joined: 29 Aug 2020
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote FireFlower Quote  Post ReplyReply Direct Link To This Post Topic: IOMMU group reports
    Posted: 29 Aug 2020 at 6:36pm
Hello,

I would like to start this thread for people to report IOMMU groups of their motherboard when using Asrock's AMD motherboards.

Remember to tell us your BIOS version!
Here is a bash script:

#!/bin/bash
shopt -s nullglob
for g in /sys/kernel/iommu_groups/*; do
    echo "IOMMU Group ${g##*/}:"
    for d in $g/devices/*; do
        echo -e "\t$(lspci -nns ${d##*/})"
    done;
done;

source: https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Ensuring_that_the_groups_are_valid

Example output of the script:

IOMMU Group 1:
     00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
IOMMU Group 2:
     00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:0e31] (rev 04)
IOMMU Group 4:
     00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:0e2d] (rev 04)
IOMMU Group 10:
     00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:0e26] (rev 04)
IOMMU Group 13:
     06:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1)
     06:00.1 Audio device: NVIDIA Corporation GM204 High Definition Audio Controller [10de:0fbb] (rev a1)


Personally I would wish somebody posted X570M Pro4 motherboard iommu group

When pasting iommu groups you might want to use BBcode's [#code][#/code] tags
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.