Skip to content

Instantly share code, notes, and snippets.

@bramtechs
Created March 29, 2023 17:10
Show Gist options
  • Save bramtechs/d31d50dce1879c2e27b817358b0aa9c4 to your computer and use it in GitHub Desktop.
Save bramtechs/d31d50dce1879c2e27b817358b0aa9c4 to your computer and use it in GitHub Desktop.
Pass my nvme drive and NVIDIA GPU to vfio (desktop computer)
#/etc/modprobe.d/vfio.conf
# Pass nvme drive and NVIDIA GPU to vfio
softdep nouveau pre: vfio-pci
softdep snd_hda_intel pre: vfio-pci
softdep nvme pre: vfio-pci
options vfio-pci ids=10de:1f82,10de:10fa,c0a9:2263
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment