Jelly-ffmpeg6 is not available: how to install ? - 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: Jelly-ffmpeg6 is not available: how to install ? (/t-jelly-ffmpeg6-is-not-available-how-to-install) |
RE: Jelly-ffmpeg6 is not available: how to install ? - TheDreadPirate - 2024-08-26 What is the output of Code: cat /etc/modprobe.d/blacklist.conf RE: Jelly-ffmpeg6 is not available: how to install ? - TheDreadPirate - 2024-08-26 Can you also try running this command and then rebooting? Code: sudo update-initramfs -u -k all RE: Jelly-ffmpeg6 is not available: how to install ? - Jujukeke - 2024-08-28 Hello TheDreadPirate, Please find the results: Code: cat /etc/modprobe.d/blacklist.conf Then I launch the following command: Code: sudo update-initramfs -u -k all And I reboot. To check if something is new, I only tried: Code: ls /dev/dri RE: Jelly-ffmpeg6 is not available: how to install ? - TheDreadPirate - 2024-08-28 Ok. Spoke with a developer. We're to goin re-run some commands, since the pastebin expired. Instead of using pastebin, I want you to attach these text files we're going to generate to a forum post. Code: sudo modprobe i915 After it finishes rebooting Code: sudo dmesg > /tmp/dmesg.txt Retrieve all the txt files we made in /tmp and attach them to a forum post. RE: Jelly-ffmpeg6 is not available: how to install ? - Jujukeke - 2024-08-31 At the begenning I obtained an error: Code: sudo modprobe i915 Then, I also tried to edit the file /etc/default/grub by adding "i915.modeset=1" Code: GRUB_CMDLINE_LINUX_DEFAULT="acpi=off i915.modeset=1" Code: sudo update-grub But still: Code: sudo modprobe i915 RE: Jelly-ffmpeg6 is not available: how to install ? - TheDreadPirate - 2024-08-31 Ok. Can you reboot and run these two commands right after? Attach both text files to a forum post. Code: sudo dmesg > /tmp/modprobe_dmesg.txt RE: Jelly-ffmpeg6 is not available: how to install ? - Jujukeke - 2024-08-31 Please find attached the 2 files. In the second line of modprobe_dmesg.txt, you can read the grub modification added in my previous post: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.8.0-41-generic root=/dev/mapper/ubuntu--vg-ubuntu--lv ro acpi=off i915.modeset=1 Maybe I need to remove this parameter... If you want, I still have a dual boot to my old Debian9 OS with the "/dev/dri/renderD128" available. If needed, I can also do some extraction from this OS. RE: Jelly-ffmpeg6 is not available: how to install ? - TheDreadPirate - 2024-08-31 Ok. I'll chat with one of our devs about this. Can you also check if your motherboard's BIOS are up to date? RE: Jelly-ffmpeg6 is not available: how to install ? - Jujukeke - 2024-09-01 Unfortunately, my BIOS is not up to date but I did not succed to update it: https://www.udoo.org/docs-x86II/Advanced_Topics/UEFI_update.html My version is 1.04 and the version 1.07 is available. Code: sudo apt install kernel-headers Before updating, I tried to dump my current BIOS but: Code: sudo ./bios_dump_x64.sh Mybios.104 So, I am quite stressed to try to update it... I am not sure that it will succed. RE: Jelly-ffmpeg6 is not available: how to install ? - Jujukeke - 2024-09-01 I finally succeed to dump and update my BIOS from my old Debian 9 (thanks to the dual boot !). Please find attached the new files just after booting with the new BIOS version: "lsmod2.txt" and "modprobe_dmesg2.txt" |