Sam___D
IImmich
•Created by Sam___D on 12/12/2024 in #help-desk-support
Immich says no /dev/dri devices found while test node script can find them
Video conversion seems to fail with hardware acceleration. You can see the output I'm getting here: https://gist.github.com/sdebruyn/b7705a6bd13ac1dd19bd52dd934ca090
Note the line
No /dev/dri devices found. If using Docker, make sure at least one /dev/dri device is mounted
My Compose file has the following:
Outside the container I can find the DRI devices:
Video is GID 44, render is GID 107
Inside the container I can also find the DRI devices:
I created this test script to see if there is an issue with Node fetching them:
It tells me it can find them: Files in /dev/dri: [ 'card0', 'renderD128' ]
From looking at the Immich source, that is also how Immich gets the devices.
I'm clueless at this point. Anyone has an idea why it's telling me there are no DRI devices?76 replies