Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

rjcab

Active Member
Mar 1, 2021
94
1
28
45
Hello,

I am raising a new post for GPU Passthrough Geforce GTX1650 and Proxmox 8.4. There is a little progress:

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt initcall_blacklist=sysfb_init"

update-grub
update-initramfs -u -k all

root@pve:~# lspci -nnk -s 01:00.0 -s 01:00.101:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1)        Subsystem: Gigabyte Technology Co., Ltd Device [1458:4026]        Kernel driver in use: snd_hda_intel        Kernel modules: snd_hda_inte


/etc/modprobe.d/vfio.conf
options vfio-pci ids=10de:1b80,10de:10f0 disable_vga=1

/etc/modprobe.d/blacklist-nvidia.conf
blacklist nouveau
blacklist nvidia
blacklist nvidiafb
blacklist rivafb
blacklist snd_hda_intel

update-initramfs -u -k all

Then I reboot and I got:

Code:
root@pve:~# lspci -nnk -s 01:00.0 -s 01:00.1
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1)
        Subsystem: Gigabyte Technology Co., Ltd Device [1458:4026]
        Kernel driver in use: vfio-pci
        Kernel modules: snd_hda_intel
root@pve:~#

So still an issue, I still have a load module which is not vfio .

I you have any ideas.

Thanks
 
Last edited: