This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user