LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
57 stars 6 forks source link

[virtualization][virtual_machines] How to do GPU passthrough on Debian #722

Open LukeShortCloud opened 2 years ago

LukeShortCloud commented 2 years ago

Our documentation is biased towards Fedora right now.

https://gist.github.com/davesilva/445276f9157e7cb3a4f6ed2fe852b340

LukeShortCloud commented 2 years ago

Also use these modules:

$ cat /etc/initramfs-tools/modules
vfio
vfio_iommu_type1
# List the ID of the GPU and sound devices from your `lspci`.
vfio_pci ids=10de:1b81,10de:10f0
vfio_virqfd
vhost-net

https://www.reddit.com/r/VFIO/comments/592f0l/vfiopci_binding_audio_but_not_gpu/d96itk6/