From 8d5dc4f3e07b75126054654866691dbb6963e748 Mon Sep 17 00:00:00 2001 From: PeterChrz Date: Wed, 26 Aug 2026 10:19:30 -0400 Subject: [PATCH] docs: sanitize SOP by removing node name, IP, and PCI addresses --- README.md | 74 +++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index c1104d2..8e88f31 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SOP: AMD Radeon AI Pro R9700 GPU Passthrough on Proxmox VE **Repository:** `pch/Proxmox_GPU_Passthrough` -**Node:** `mach1` (`192.168.5.11`) +**Target:** A Proxmox VE compute node dedicated to AI/ML GPU passthrough **GPU:** AMD Radeon AI Pro R9700 32GB (`1002:7551`) **GPU Audio Function:** AMD Navi 48 HDMI/DP Audio Controller (`1002:ab40`) **Date:** 2026-08-26 @@ -14,24 +14,26 @@ Log in to the Proxmox node via SSH and identify the GPU and its audio function. ```bash -ssh root@192.168.5.11 +ssh root@ lspci -nn | grep -i 'AMD' ``` -Expected output (excerpt): +Expected output (excerpt — values will vary by system): ```text -82:00.0 PCI bridge [0604]: AMD/ATI Navi 10 XL Upstream Port of PCI Express Switch [1002:1478] -83:00.0 PCI bridge [0604]: AMD/ATI Navi 10 XL Downstream Port of PCI Express Switch [1002:1479] -84:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon AI PRO R9700] [1002:7551] (rev c0) -84:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller [1002:ab40] +:00.0 PCI bridge [0604]: AMD/ATI Navi 10 XL Upstream Port of PCI Express Switch [1002:1478] +:00.0 PCI bridge [0604]: AMD/ATI Navi 10 XL Downstream Port of PCI Express Switch [1002:1479] +:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon AI PRO R9700] [1002:7551] (rev c0) +:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller [1002:ab40] ``` +Where `` is the PCI domain/bus/slot address assigned by the host (e.g. `84:00`). + Key facts: -- GPU core is on PCI bus `0000:84:00.0`, vendor/device ID `1002:7551`. -- GPU audio is on PCI bus `0000:84:00.1`, vendor/device ID `1002:ab40`. -- Link speed: Gen5 x16 (`Speed 32GT/s, Width x16`). +- GPU core vendor/device ID: `1002:7551`. +- GPU audio vendor/device ID: `1002:ab40`. +- Link speed should be Gen5 x16 (`Speed 32GT/s, Width x16`). --- @@ -46,7 +48,7 @@ dmesg | grep -iE 'AMD-Vi|IOMMU' Expected output: ```text -AMD-Vi: Extended features (0x58f77ef22294ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC +AMD-Vi: Extended features (...): PPR X2APIC NX GT IA GA PC GA_vAPIC AMD-Vi: Interrupt remapping enabled AMD-Vi: X2APIC enabled AMD-Vi: Virtual APIC enabled @@ -70,14 +72,14 @@ for g in /sys/kernel/iommu_groups/*; do done | grep -iE '1002:7551|1002:ab40' ``` -Expected output: +Expected output (group numbers and addresses will vary): ```text -30: 0000:84:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon AI PRO R9700] [1002:7551] (rev c0) -31: 0000:84:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 HDMI/DP Audio Controller [1002:ab40] +: 0000::00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 48 [Radeon AI PRO R9700] [1002:7551] (rev c0) +