I am brand new to Proxmox and thought I would give it a try when I saw a video that setup a Jellyfin container on a mini PC with an Intel N100 CPU. I want to do almost the exact same thing, except that I have the newer N150 GPU. I've spent the past two days reading numerous blogs, tutorials and watching videos but I can't get it to work.
I've enabled the no-subscription repositories, and read in one of the blogs that I needed to update the kernel to 6.11.11, which I have done as well.
The main tutorial I have been following is this one from WunderTech: https://www.wundertech.net/installing-jellyfin-on-proxmox/. I've added the suggested intel drivers on the host with this:
When I run vainfo, none of the VAProfiles are shown; all I get is this:
I haven't been able to find a resolution for the error. Any ideas?
I've enabled the no-subscription repositories, and read in one of the blogs that I needed to update the kernel to 6.11.11, which I have done as well.
The main tutorial I have been following is this one from WunderTech: https://www.wundertech.net/installing-jellyfin-on-proxmox/. I've added the suggested intel drivers on the host with this:
Code:
apt install software-properties-common -y
add-apt-repository -y non-free
apt install intel-media-va-driver-non-free -y
When I run vainfo, none of the VAProfiles are shown; all I get is this:
Code:
root@pve:~# vainfo
Trying display: wayland
Trying display: x11
error: can't connect to X server!
Trying display: drm
libva info: VA-API version 1.20.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_17
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
I haven't been able to find a resolution for the error. Any ideas?