diff --git a/gpu passthrough on linux.md b/gpu passthrough on linux.md index c3f6eb2..89d04ee 100644 --- a/gpu passthrough on linux.md +++ b/gpu passthrough on linux.md @@ -21,6 +21,8 @@ Verify sudo dmesg | grep -i iommu ``` +## Find GPU IDs + ```bash lspci -nn | grep -E "VGA|Audio" ```