[HW Accel Support]: Alder-Lake-N on n150 requires intel-media-va-driver-non-free v25.1 #16503
-
Describe the problem you are havingplease update https://packages.debian.org/bullseye/intel-media-va-driver-non-free in docker image to v25.1 to allow VAAPI support for N150's GPU. Version0.14.1-f4f3cfa Frigate config fileffmpeg:
hwaccel_args: preset-vaapi
... docker-compose file or Docker CLI command- /dev/dri/renderD128:/dev/dri/renderD128 Relevant Frigate log outputn/a Relevant go2rtc log outputn/a FFprobe output from your cameran/a Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelicsee Screenshots of the Frigate UI's System metrics pagesn/a Any other information that may be helpfulva driver got updated and now supports Alder-Lake-N in Intel's newer n150 chipset PCI-E 46D4 (n100 has different flavor - 46D3). vainfo oin host system now works correctly - need new driver inside container to make hwaccel work there as well. $ ls /dev/dri $ lspci -nn |grep -Ei 'VGA|DISPLAY' |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Thanks, this most likely won't be included until 0.16 |
Beta Was this translation helpful? Give feedback.
-
@pznamenskii - struggling with the N150 as well, however can't even get the driver to install on my host system, any tips? Running proxmox 8.3.4:
|
Beta Was this translation helpful? Give feedback.
-
For my Debian 12, using a Beelink S13 (Intel N150) ended up running something like this
I had an issue with the package When I say "it worked" I mean, managed to use Sorry for the imprecisions, I'm still learning what is required, this post helped me a bit https://www.reddit.com/r/MiniPCs/comments/1htxoi6/beelink_mini_s13_intel_n150_linux_driver_issues/ Forgot to mention, I'm using Frigate v0.16.beta3 |
Beta Was this translation helpful? Give feedback.
not a proxmox user, sorry
P.S. VAAPI HW acceleration now works perfectly fine for N150 both on host system (ubuntu 24.10) and Frigate docker image (0.15).