• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jelly-ffmpeg6 is not available: how to install ?

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    Jelly-ffmpeg6 is not available: how to install ?

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-08-26, 02:55 PM
    What is the output of

    Code:
    cat /etc/modprobe.d/blacklist.conf
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #22
    2024-08-26, 03:02 PM
    Can you also try running this command and then rebooting?

    Code:
    sudo update-initramfs -u -k all
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Jujukeke
    Offline

    Junior Member

    Posts: 17
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:France
    #23
    2024-08-28, 10:02 PM
    Hello TheDreadPirate,

    Please find the results:
    Code:
    cat /etc/modprobe.d/blacklist.conf
    # This file lists those modules which we don't want to be loaded by
    # alias expansion, usually so some other driver will be loaded for the
    # device instead.

    # evbug is a debug tool that should be loaded explicitly
    blacklist evbug

    # these drivers are very simple, the HID drivers are usually preferred
    blacklist usbmouse
    blacklist usbkbd

    # replaced by e100
    blacklist eepro100

    # replaced by tulip
    blacklist de4x5

    # causes no end of confusion by creating unexpected network interfaces
    blacklist eth1394

    # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
    # hardware on its own (Ubuntu bug #2011, #6810)
    blacklist snd_intel8x0m

    # Conflicts with dvb driver (which is better for handling this device)
    blacklist snd_aw2

    # replaced by p54pci
    blacklist prism54

    # replaced by b43 and ssb.
    blacklist bcm43xx

    # most apps now use garmin usb driver directly (Ubuntu: #114565)
    blacklist garmin_gps

    # replaced by asus-laptop (Ubuntu: #184721)
    blacklist asus_acpi

    # low-quality, just noise when being used for sound playback, causes
    # hangs at desktop session start (Ubuntu: #246969)
    blacklist snd_pcsp

    # ugly and loud noise, getting on everyone's nerves; this should be done by a
    # nice pulseaudio bing (Ubuntu: #77010)
    blacklist pcspkr

    # EDAC driver for amd76x clashes with the agp driver preventing the aperture
    # from being initialised (Ubuntu: #297750). Blacklist so that the driver
    # continues to build and is installable for the few cases where its
    # really needed.
    blacklist amd76x_edac

    Then I launch the following command:
    Code:
    sudo update-initramfs -u -k all
    update-initramfs: Generating /boot/initrd.img-6.8.0-41-generic
    update-initramfs: Generating /boot/initrd.img-6.8.0-40-generic

    And I reboot.

    To check if something is new, I only tried:
    Code:
    ls /dev/dri
    by-path  card0
    But still no "renderD128" listed  Confounded-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #24
    2024-08-28, 11:15 PM (This post was last modified: 2024-08-28, 11:15 PM by TheDreadPirate.)
    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
    sudo dmesg > /tmp/modprobe_dmesg.txt
    sudo reboot

    After it finishes rebooting

    Code:
    sudo dmesg > /tmp/dmesg.txt
    sudo lsmod | egrep -i "i915|intel" > /tmp/lsmod.txt

    Retrieve all the txt files we made in /tmp and attach them to a forum post.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Jujukeke
    Offline

    Junior Member

    Posts: 17
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:France
    #25
    2024-08-31, 07:55 AM (This post was last modified: 2024-08-31, 01:37 PM by Jujukeke. Edited 2 times in total.)
    At the begenning I obtained an error:
    Code:
    sudo modprobe i915
    modprobe: ERROR: could not insert 'i915': No such device

    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"
    Then:
    Code:
    sudo update-grub
    and reboot !

    But still:
    Code:
    sudo modprobe i915
    modprobe: ERROR: could not insert 'i915': No such device
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #26
    2024-08-31, 02:48 PM
    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
    sudo lsmod | egrep -i "i915|intel" > /tmp/lsmod.txt
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Jujukeke
    Offline

    Junior Member

    Posts: 17
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:France
    #27
    2024-08-31, 05:26 PM (This post was last modified: 2024-08-31, 05:29 PM by Jujukeke. Edited 1 time in total.)
    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.


    Attached Files
    .txt   lsmod.txt (Size: 905 bytes / Downloads: 45)
    .txt   modprobe_dmesg.txt (Size: 62.81 KB / Downloads: 74)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #28
    2024-08-31, 06:06 PM
    Ok. I'll chat with one of our devs about this.

    Can you also check if your motherboard's BIOS are up to date?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Jujukeke
    Offline

    Junior Member

    Posts: 17
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:France
    #29
    2024-09-01, 09:46 PM
    Unfortunately, my BIOS is not up to date but I did not succed to update it: https://www.udoo.org/docs-x86II/Advanced...pdate.html
    My version is 1.04 and the version 1.07 is available.

    Code:
    sudo apt install kernel-headers
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances... Fait
    Lecture des informations d'état... Fait
    E: Impossible de trouver le paquet kernel-headers


    Before updating, I tried to dump my current BIOS but:
    Code:
    sudo ./bios_dump_x64.sh Mybios.104

    Bay Trail BIOS dumper - Linux Version

    ./H2OFFTx64.sh: line 7: make: command not found
    ./H2OFFTx64.sh: line 7: make: command not found
    cp: cannot stat 'phy_alloc.ko': No such file or directory
    /mnt/NAS_MAIN/X64
    Read file successfully.  (path="platform.ini")
    Read file successfully.  (path="msg_eng.ini")
                                        Warning
                              Cannot get AC-Plug info.
    Error: IHISI failed.  (10h)
                              Warning (No AC Connected)
      System requires AC power to avoid an accidental power-off during an update.
    Error: IHISI failed.  (16h)
    Internal Error B1
    Error code: B1

    So, I am quite stressed to try to update it... I am not sure that it will succed.
    Jujukeke
    Offline

    Junior Member

    Posts: 17
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:France
    #30
    2024-09-01, 10:21 PM
    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"


    Attached Files
    .txt   lsmod2.txt (Size: 905 bytes / Downloads: 53)
    .txt   modprobe_dmesg2.txt (Size: 62.23 KB / Downloads: 70)
    Pages (4): « Previous 1 2 3 4 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode