• 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 ?

     
    • 0 Vote(s) - 0 Average

    Jelly-ffmpeg6 is not available: how to install ?

    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
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-18, 01:21 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-18, 03:17 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-18, 03:44 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-18, 06:57 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-18, 09:40 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Efficient_Good_5784 - 2024-08-18, 09:44 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-18, 10:00 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-18, 10:13 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-19, 12:24 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-19, 01:19 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-19, 01:29 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-19, 01:35 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-22, 01:33 AM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-21, 10:13 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-22, 08:11 AM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-22, 04:00 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-22, 08:57 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-22, 10:18 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-26, 07:58 AM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-26, 02:36 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-26, 02:55 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-26, 03:02 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-28, 10:02 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-28, 11:15 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-31, 07:55 AM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-31, 02:48 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-08-31, 05:26 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-08-31, 06:06 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-09-01, 09:46 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-09-01, 10:21 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-09-01, 10:45 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-09-02, 05:09 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-09-02, 05:22 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-09-03, 08:02 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by TheDreadPirate - 2024-09-03, 08:37 PM
    RE: Jelly-ffmpeg6 is not available: how to install ? - by Jujukeke - 2024-09-03, 08:59 PM

    • 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