Recent content by fahadshery

  1. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    This is how I resolved it: Make sure you can see your iGPU in it's own group: for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done IOMMU group 0 00:02.0 VGA compatible controller [0300]: Intel...
  2. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    Hi Markus, I have the following: root@system:~$ ls /lib/modules 5.15.0-100-generic 5.15.0-1051-kvm How do I boot into the generic one?
  3. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    I was thinking the same tbh... I did spin up a fresh ubuntu minimal image (by Full cloning).. Then I installed: sudo apt install linux-generic sudo apt install inxi sudo apt install xserver-xorg-video-intel mesa-utils It automatically installed in the wrong location some reason. If this image...
  4. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    it was already installed: sudo apt install linux-modules-extra-5.15.0-100-generic Reading package lists... Done Building dependency tree... Done Reading state information... Done linux-modules-extra-5.15.0-100-generic is already the newest version (5.15.0-100.110)...
  5. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    You were absolutely right. I installed the apt install linux-generic and I can see the following: sudo find / -name *i915* /usr/lib/modules/5.15.0-100-generic/kernel/drivers/gpu/drm/i915 /usr/lib/modules/5.15.0-100-generic/kernel/drivers/gpu/drm/i915/i915.ko...
  6. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    yes, I did :( It's a minimal ubuntu cloud image: https://cloud-images.ubuntu.com/minimal/releases/jammy/release/
  7. F

    Proxmox passes through Intel iGPU to Ubuntu Server 22.04 VM, but no kernel drivers are used or available

    I see this hi is it still working? I have a similar UHD30 GPU but can't seem to load it's drivers...
  8. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    thanks for this but I am unable to install it: I tried but getting the following: sudo apt install firmware-linux-nonfree Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed...
  9. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    I see this in the proxmox host: 00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) DeviceName: Onboard IGD Subsystem: Hewlett-Packard Company CoffeeLake-S GT2 [UHD Graphics 630] Flags: fast devsel, IRQ...
  10. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    ok I done that in the proxmox host I am getting this in the VM: modprobe i915 modprobe: FATAL: Module i915 not found in directory /lib/modules/5.15.0-1051-kvm still the same output in the VM: inxi -G && sudo dmesg | grep -i i915Graphics: Graphics: Device-1: Intel CoffeeLake-S GT2 [UHD...
  11. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    Sorry but how do I load the the driver module into the kernel? is that in the VM or on Proxmox host? both my proxmox host and VM shows nothing: modprobe i915 there is no output of the following command within VM as well: dmesg | grep i915 but on proxmox host I see this: dmesg | grep i915 [...
  12. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    I installed it and now it shows this: inxi -G && sudo dmesg | grep -i i915Graphics: Graphics: Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: N/A Display: server: X.org v: 1.21.1.4 driver: gpu: N/A tty: 178x51 Message: GL data unavailable in console. Try -G --display driver...
  13. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    more info: user@ubuntu# GPU_List=$(sudo lspci | awk '/VGA|Display|3D/ {print $1}');for GPU_ID in ${GPU_List[@]};do sudo lspci -s $GPU_ID -vnn; done 01:00.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e92] (prog-if 00 [VGA controller])...
  14. F

    [SOLVED] Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (prog-if 00 [VGA controller]) passthrough to Ubuntu VM for Plex Transcoding

    After giving up on this previously, I just tried doing it again. Here is the IOMMU groups: for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done The output of the above command is: IOMMU group 0 00:02.0...
  15. F

    [SOLVED] Remove node from cluster

    yes, I can see the folder.../etc/pve/nodes/<deleted-node> I took a backup and deleted that folder...the node has disappeared. thanks very much