Hello everyone.
Has anyone successfully setup nVIDIA GPU hardware passthrough for a LXC of Jellyfin on Proxmox 9.2.2?
I am have two major issues.
1: GPU passthrough difficulties.
I am trying to setup Jellyfin on Proxmox 9.2.2 with hardware passthrough using a nVIDIA Quadro P4000 or maybe even an older version of the Titan X I have laying around.
So far i have not been successful in even installing the nVIDIA the Quadro P4000 drivers on my Proxmox 9.2.2 host. I have been reading something about the newer kernels not playing well with the nVIDIA drivers.
2: NAS smb/cifs share issues.
I was able to get the Jellyfin container (LXC) setup using the installer script from the Proxmox Helper Scripts web site.
I tried to configure NAS share mount points on the PVE host and in the Jellyfin LXC using mkdir and mnt commands on both host and LXC and adding them into the PVE host's fstab.
I have now issues authenticating to the remote (NAS) shares, and Jellyfin is able to browse the remote shares when I try to add folders during the 'add libraries" part of the Jellyfin setup. However a reboot of the PVE host hangs/fails to emergency mode as long as the mnt entries are in the fstab file. Commenting them out and rebooting allows the PVE host to boot normally.
Her is the fstab with the mas mnt commented out:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=2C3A-E8FC /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
#//192.168.1.254/Media /mnt/media/movies cifs credentials=/etc/.smbCreds,x-systemd.automount,_netdev,vers=3.0 0 0
#//192.168.1.250/Media/TV /mnt/media/tv credentials=/etc/.smbCreds,x-systemd.automount,_netdev,vers=3.0 0 0
Any help would be appreciated. None of the guides I tried using were new enough to addrees the driver/kernel issues yet.
Thanks in advance.
Has anyone successfully setup nVIDIA GPU hardware passthrough for a LXC of Jellyfin on Proxmox 9.2.2?
I am have two major issues.
1: GPU passthrough difficulties.
I am trying to setup Jellyfin on Proxmox 9.2.2 with hardware passthrough using a nVIDIA Quadro P4000 or maybe even an older version of the Titan X I have laying around.
So far i have not been successful in even installing the nVIDIA the Quadro P4000 drivers on my Proxmox 9.2.2 host. I have been reading something about the newer kernels not playing well with the nVIDIA drivers.
2: NAS smb/cifs share issues.
I was able to get the Jellyfin container (LXC) setup using the installer script from the Proxmox Helper Scripts web site.
I tried to configure NAS share mount points on the PVE host and in the Jellyfin LXC using mkdir and mnt commands on both host and LXC and adding them into the PVE host's fstab.
I have now issues authenticating to the remote (NAS) shares, and Jellyfin is able to browse the remote shares when I try to add folders during the 'add libraries" part of the Jellyfin setup. However a reboot of the PVE host hangs/fails to emergency mode as long as the mnt entries are in the fstab file. Commenting them out and rebooting allows the PVE host to boot normally.
Her is the fstab with the mas mnt commented out:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=2C3A-E8FC /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
#//192.168.1.254/Media /mnt/media/movies cifs credentials=/etc/.smbCreds,x-systemd.automount,_netdev,vers=3.0 0 0
#//192.168.1.250/Media/TV /mnt/media/tv credentials=/etc/.smbCreds,x-systemd.automount,_netdev,vers=3.0 0 0
Any help would be appreciated. None of the guides I tried using were new enough to addrees the driver/kernel issues yet.
Thanks in advance.