Hey guys!
I have done GPU passthrough setups several times but this time I am quite stuck.
I know that the hardware is lacking but this is just a small off-site backup and I want to use it as a media player for Jellyfin, which should be perfectly doable. Video output over display port is working fine but there are audio issues. Audio is causing major slowdowns/stutter and only when I set audio output to 5.1 it is working somewhat okay.
As you see GPU/Audio is recognized wrong on the host and also on the gues it shows up as Xeon E3-1200 though I dont know if that has anything to do with the issues at hand.
Before applying the known fix from the wiki inside the guest:
echo "options snd-hda-intel enable_msi=1" >> /etc/modprobe.d/snd-hda-intel.conf
.... audio was not working at all and slowdowns were even worse.
CPU/RAM utilization stay below 50% even when playing back high bitrate 4k video at 1080p.
Since I already spent hours on this I would appreciate any help I can get! If you think it is an OS issue, I would not mind to switch to anything else since the only purpose of this machine is to play jellyfin.
I have done GPU passthrough setups several times but this time I am quite stuck.
- PVE 8.2
- Intel I7 4765t
- Currently only running 1 VM for testing
Code:
agent: 1
balloon: 0
bios: ovmf
boot: order=scsi0;net0
cores: 5
cpu: host
efidisk0: local-zfs:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:00:02,pcie=1,rombar=0,x-vga=1
hostpci1: 0000:00:03,pcie=1
machine: q35
memory: 10240
meta: creation-qemu=9.0.2,ctime=1728954259
name: buntuJelly
net0: virtio=BC:24:11:A6:A1:CC,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
parent: predriver
scsi0: NAS:101/vm-101-disk-0.qcow2,iothread=1,size=16G
scsihw: virtio-scsi-single
smbios1: uuid=bab57786-cc6c-486c-8683-ab370a349d74
sockets: 1
usb0: host=3-2
usb1: host=04d9:1512
vga: none
vmgenid: f5693923-fa90-49ad-a5e0-dd6bba99a84c
Code:
root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet intel_iommu=on iommu=pt nofb nomodeset video=efifb:off video=vesafb:off
Code:
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
I know that the hardware is lacking but this is just a small off-site backup and I want to use it as a media player for Jellyfin, which should be perfectly doable. Video output over display port is working fine but there are audio issues. Audio is causing major slowdowns/stutter and only when I set audio output to 5.1 it is working somewhat okay.
As you see GPU/Audio is recognized wrong on the host and also on the gues it shows up as Xeon E3-1200 though I dont know if that has anything to do with the issues at hand.
Before applying the known fix from the wiki inside the guest:
echo "options snd-hda-intel enable_msi=1" >> /etc/modprobe.d/snd-hda-intel.conf
.... audio was not working at all and slowdowns were even worse.
CPU/RAM utilization stay below 50% even when playing back high bitrate 4k video at 1080p.
Since I already spent hours on this I would appreciate any help I can get! If you think it is an OS issue, I would not mind to switch to anything else since the only purpose of this machine is to play jellyfin.