• 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 SOLVED - Will not play .avi files

     
    • 0 Vote(s) - 0 Average

    SOLVED - Will not play .avi files

    Possible driver issue?
    Huecuva
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 May
    Reputation: 0
    #12
    2024-05-23, 06:00 AM (This post was last modified: 2024-05-23, 06:51 AM by Huecuva. Edited 2 times in total.)
    Code:
    sudo lshw -C display
      *-display               
          description: VGA compatible controller
          product: QXL paravirtual graphic card
          vendor: Red Hat, Inc.
          physical id: 1
          bus info: pci@0000:00:01.0
          version: 05
          width: 32 bits
          clock: 33MHz
          capabilities: vga_controller rom
          configuration: driver=qxl latency=0
          resources: irq:21 memory:f0000000-f3ffffff memory:f4000000-f7ffffff memory:fb014000-fb015fff ioport:7040(size=32) memory:c0000-dffff
      *-display
          description: VGA compatible controller
          product: GP104 [GeForce GTX 1070]
          vendor: NVIDIA Corporation
          physical id: 0
          bus info: pci@0000:01:00.0
          version: a1
          width: 64 bits
          clock: 33MHz
          capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
          configuration: driver=nouveau latency=0
          resources: irq:50 memory:f8000000-f8ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:6000(size=128) memory:f9000000-f907ffff
    That's without the driver installed. I was reading through it and realized it's running the nouveau driver and remembered I had uninstalled the nvidia-drver earlier and forgotten to reinstall it. I have reinstalled it:
    Code:
    Errors were encountered while processing:
    nvidia-kernel-dkms
    nvidia-driver
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Earlier in that message it says that those two packages were left unconfigured due to dependency problems. Here is that command with the driver installed:
    Code:
    $ sudo lshw -C display
    [sudo] password for mike:
      *-display               
          description: VGA compatible controller
          product: QXL paravirtual graphic card
          vendor: Red Hat, Inc.
          physical id: 1
          bus info: pci@0000:00:01.0
          version: 05
          width: 32 bits
          clock: 33MHz
          capabilities: vga_controller rom
          configuration: driver=qxl latency=0
          resources: irq:21 memory:f0000000-f3ffffff memory:f4000000-f7ffffff memory:fb014000-fb015fff ioport:7040(size=32) memory:c0000-dffff
      *-display UNCLAIMED
          description: VGA compatible controller
          product: GP104 [GeForce GTX 1070]
          vendor: NVIDIA Corporation
          physical id: 0
          bus info: pci@0000:01:00.0
          version: a1
          width: 64 bits
          clock: 33MHz
          capabilities: pm msi pciexpress vga_controller cap_list
          configuration: latency=0
          resources: memory:f8000000-f8ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:6000(size=128) memory:f9000000-f907ffff
    It's odd that it doesn't say which driver it's running when the nVidia driver is installed.
    It should be noted that during boot dmesg says it failed to start "load kernel modules" and failed to start the nvidia-persistenced daemon.

    Here is my sources list:
    Code:
    $ sudo cat /etc/apt/sources.list
    # deb cdrom:[Debian GNU/Linux 11.3.0 _Bullseye_ - Official amd64 NETINST 20220326-11:22]/ bullseye main

    #deb cdrom:[Debian GNU/Linux 11.3.0 _Bullseye_ - Official amd64 NETINST 20220326-11:22]/ bullseye main

    deb http://deb.debian.org/debian/ bullseye main contrib non-free
    deb-src http://deb.debian.org/debian/ bullseye main

    deb http://security.debian.org/debian-security bullseye-security main
    deb-src http://security.debian.org/debian-security bullseye-security main

    # bullseye-updates, to get updates before a point release is made;
    # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
    deb http://deb.debian.org/debian/ bullseye-updates main
    deb-src http://deb.debian.org/debian/ bullseye-updates main

    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,
    # see the sources.list(5) manual.

    deb http://deb.debian.org/debian bullseye-backports main contrib non-free
    deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free

    # deb http://deb.debian.org/debian/ bullseye main contrib non-free
    This post seems to describe the issue I'm having pretty well. Unfortunately, he never got a response. I've also followed instructions in this post and they have not worked.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    SOLVED - Will not play .avi files - by Huecuva - 2024-05-21, 07:27 AM
    RE: Will not play .avi files - by Fate - 2024-05-21, 08:11 AM
    RE: Will not play .avi files - by Huecuva - 2024-05-21, 09:03 AM
    RE: Will not play .avi files - by Fate - 2024-05-21, 11:13 AM
    RE: Will not play .avi files - by Huecuva - 2024-05-21, 06:08 PM
    RE: Will not play .avi files - by TheDreadPirate - 2024-05-21, 07:37 PM
    RE: Will not play .avi files - by Huecuva - 2024-05-21, 08:36 PM
    RE: Will not play .avi files - by Huecuva - 2024-05-22, 07:49 PM
    RE: Will not play .avi files - by TheDreadPirate - 2024-05-22, 07:55 PM
    RE: Will not play .avi files - by Huecuva - 2024-05-22, 08:34 PM
    RE: Will not play .avi files - by TheDreadPirate - 2024-05-22, 08:38 PM
    RE: Will not play .avi files - by Huecuva - 2024-05-23, 06:00 AM
    RE: Will not play .avi files - by Huecuva - 2024-05-23, 08:26 AM

    • 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