![]() |
Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU (/t-unable-to-transcode-on-debian-12-6-10-kernel-with-arc-a310-gpu) |
Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - Betonhaus - 2024-10-17 Hi I can't seem to get transcoding working. I have an intel Arc a310 in my server running Debian 12 with the 6.10 backports kernel ffmpg log: https://pastebin.com/rawiYxYL gpu support: https://pastebin.com/ZiFKuWMh https://pastebin.com/gES1Wcns Code: intel-opencl-icd: Playback failed due to a fatal player error. RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - TheDreadPirate - 2024-10-17 You need to check box low power encoding options. But first you need to verify that you have the packages needed to enable that. https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#configure-and-verify-lp-mode-on-linux Skip step 2, not needed for Arc. RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - Betonhaus - 2024-10-17 (2024-10-17, 07:26 PM)TheDreadPirate Wrote: You need to check box low power encoding options. But first you need to verify that you have the packages needed to enable that. running that then testing gives me: Code: $ sudo dmesg | grep i915 RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - TheDreadPirate - 2024-10-17 It did not find the HuC firmware. Code: sudo apt list --installed | grep firmware-linux-nonfree If that returns nothing then. Code: sudo apt update && sudo apt install -y firmware-linux-nonfree If that doesn't install anything, you need to modify the debian repos and add "non-free" to the sources list. https://unix.stackexchange.com/questions/736065/how-do-i-install-non-free-firmware-in-debian-12-bookworm RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - Betonhaus - 2024-10-17 (2024-10-17, 08:34 PM)TheDreadPirate Wrote: It did not find the HuC firmware. Code: $ sudo apt list --installed | grep firmware-linux-nonfre would it be easier if I reinstall with Ubuntu 24 lts instead of Debian 12? it has a version 6.8 kernel which is sufficient for Arc support. most of my apps are in docker format so migration should be simple RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - TheDreadPirate - 2024-10-17 Technically, yes. But you shouldn't have to. The Intel documentation I linked earlier also has instructions for manually downloading and installing Intel's firmware. Code: cd ~/ Looks simple enough. RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - Betonhaus - 2024-10-17 honestly, at this point I problably would have less headaches just doiung a reinstall with ubuntu. almost everything is a docker image and it seems simple enoug to remigrate jellyfin from my old server. I've had a few other issues that would be solved by a fersh install, and the 6.8 kernel in ubuntu should be mosre stable then the 6.10 backports installed RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - gnattu - 2024-10-17 Debian 12 does not have new enough firmware required for Intel Arc. You need to manually pull from source tree:
RE: Unable to transcode on Debian 12 (6.10 kernel) with Arc a310 GPU - Betonhaus - 2024-10-17 reinstalling to ubuntu worked fine, and it was abel to get a jellfyin docker image up and running with transcodign super fast - and it kept all the data from the old server. i'm happy now. |