Search results

  1. S

    How to recompile stock Proxmox kernel?

    Thanks Chris. I followed those steps but I'm not sure if this worked. Here is a summary of what I did: ~# dkms uninstall -m i915-sriov-dkms/6.5.11-7 Module i915-sriov-dkms-6.5.11-7 for kernel 6.5.11-7-pve (x86_64). Before uninstall, this module version was ACTIVE on this kernel. i915.ko: -...
  2. S

    How to recompile stock Proxmox kernel?

    I was trying to install Frigate on an LXC container and wanted to pass in my vGPU to the LXC container. After spending a few days trying to get that to work, I finally realized that the reason I could not get it to work is because my CPU (Intel Xeon E5-2697) does not have a vGPU. The problem...
  3. S

    Cannot get HW Acceleration to pass through to a Debian VM

    I think. you're right. I just assumed that my processor had Intel HD Graphics but it appear that I have it. I guess I have to upgrade my processor if I want the iGPU. Thanks for all the help!
  4. S

    Cannot get HW Acceleration to pass through to a Debian VM

    One thing I did notice is that after I disabled my RTX 3070 pass through like this: # cat /etc/modprobe.d/pve-blacklist.conf # This file contains a list of modules which are not supported by Proxmox VE # nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701 #blacklist...
  5. S

    Cannot get HW Acceleration to pass through to a Debian VM

    Maybe that's it! I have Intel Xeon E5-2697 V4 Chip. Could it be that this cpu does not have the grapics acceleration? # cat /proc/cpuinfo |grep 'model name' model name : Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz model name : Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz model name...
  6. S

    Cannot get HW Acceleration to pass through to a Debian VM

    I tried booting into the BIOS but did not find anything related to controlling discrete GPU detection. I also looked it up the manual but could not find anything there either. As for plugging in a monitor to the iGPU output, I don't have that option. The only place I can plug in a monitor...
  7. S

    Cannot get HW Acceleration to pass through to a Debian VM

    I am running proxmox 8.1 on a HP Z840 with a Nvidia RTX 3070 grapics card and I'm trying to pass through the iGPU to a LXC container. The problem that I'm having is that I cannot see the iGPU on the proxmox host itself. I can only see the Nvidia card but not the Intel iGPU. # lspci |grep -i...