This commit is contained in:
Derek McTavish
2026-04-01 07:41:02 +00:00
committed by www-data
parent 47ae5c5770
commit 2b6babac22

View File

@@ -26,3 +26,18 @@ sudo dmesg | grep -i iommu
```bash ```bash
lspci -nn | grep -E "VGA|Audio" lspci -nn | grep -E "VGA|Audio"
``` ```
In my case, I get
- `10de:28a0`
- `10de:22be`
## VFIO Module Options
```bash
sudo vim /etc/modprobe.d/vfio.conf
```
```bash
options vfio-pci ids=10de:28a0,10de:22be
```