V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
wniming
V2EX  ›  硬件

有没有购买微星的 PRO B650M-A WIFI 这款主板的老哥能帮忙看一下 iommu 分组的情况

  •  
  •   wniming · Nov 26, 2022 · 1867 views
    This topic created in 1252 days ago, the information mentioned may be changed or developed.

    就是想看在 Linux 系统运行如下脚本的输出情况

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

    我购买了 asus b650m plus wifi 的板子,这款的板载有线,无线网卡,以及插在从南桥出来的 pcie 插槽上的设备都有单独的分组,可以轻松直通给虚拟机,不知道微星的这款是不是也可以?

    wniming
        1
    wniming  
    OP
       Feb 6, 2024   ❤️ 1
    wniming
        2
    wniming  
    OP
       Feb 6, 2024   ❤️ 1
    <blockquote class="imgur-embed-pub" lang="en" data-id="a/wjA3Prr" data-context="false" ><a href="//imgur.com/a/wjA3Prr"></a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>


    <blockquote class="imgur-embed-pub" lang="en" data-id="WqT0p5Q"><a href="https://imgur.com/WqT0p5Q">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>


    [img][/img]



    [Imgur]( https://imgur.com/WqT0p5Q)


    https://imgur.com/WqT0p5Q
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2486 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 07:14 · PVG 15:14 · LAX 00:14 · JFK 03:14
    ♥ Do have faith in what you're doing.