• 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 QSV not working after restart

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    QSV not working after restart

    After a restart of the host system (proxmox) hardware decoding does not seem to work anymore.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-04-09, 04:17 PM
    Step 4.

    https://jellyfin.org/docs/general/admini...untu-linux
    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]
    Ergo
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Italy
    #12
    2024-08-04, 07:35 PM
    I tried setting up HW acceleration today, after installing an i7-7700 in place of the i5-6400t that i had. I don't know anything about computers but got it working. After a necessary reboot (had to install a chassis fan) HW acceleration doesn't work anymore. I cannot play videos on my smartphone (I could before) and I absolutely don't know how to fix it
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2024-08-04, 07:41 PM
    What OS and what settings are you using in Jellyfin. Share screenshots of Dashboard > Playback.
    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]
    Ergo
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Italy
    #14
    2024-08-04, 08:11 PM (This post was last modified: 2024-08-04, 08:18 PM by Ergo. Edited 2 times in total.)
    Jellyfin 10.9.8 runs on a Debian OS CT, has a mount to a NAS (guess it doesn't matter)

    I have to clarify something first: I am basically illiterate about this stuff, so, if you don't want to explain stuff like you'd have to at a 4yo I won't blame you. That said...

    To initially set HW acc. I followed this tutorial: https://www.youtube.com/watch?v=XAa_qpNmzZs&t=965s (hope i can post this link)

    Now HW acceleration is working again. I suspect it's because I retyped the command "chmod -R 777 /dev/dri/*" (I don't even know what it means) on the Host, because that is the only thing I did except for typing "ls /dev/dri" and "intel_gpu_top" again in the container shell.

    Is there a way to make it that I don't need to do that everytime it boots?

    jellyfin config
    https://ibb.co/fCx20LN

    (i'll post dashboard playback settings if needed. I figured, since I didn't change anything in there before it worked again, it might be irrelevant)

    PC Config:
    HP Elitedesk Mini 800 G3
    I7-7700
    16 GB ram
    256GB nvme m.2 + 500gb HDD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2024-08-04, 10:21 PM
    Giving yourself permissions to the GPU with "chmod -R 777 /dev/dri/*" is only temporary. When you reboot it will reset. Follow our directions at the link below to permanently give jellyfin permissions to access the GPU.

    https://jellyfin.org/docs/general/admini...on-proxmox
    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]
    Ergo
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Italy
    #16
    2024-08-04, 11:33 PM
    (2024-08-04, 10:21 PM)TheDreadPirate Wrote: Giving yourself permissions to the GPU with "chmod -R 777 /dev/dri/*" is only temporary.  When you reboot it will reset.  Follow our directions at the link below to permanently give jellyfin permissions to access the GPU.

    https://jellyfin.org/docs/general/admini...on-proxmox

    I guess you are referring to the "4.Add jellyfin user to the video, render and/or input groups depending on who owns the device inside the container." part.
    But isn't that referring to the commands I already launched, after the chmod line, inside the the jellyfin CT while setting up everything? specifically "usermod -aG render jellyfin"; "usermod -aG video jellyfin" and "usermod -aG input jellyfin". Or is there something I am totally clueless about? Is the user "jellyfin" (I login in the CT shell with "root" but i guess the user is jellyfin, at least when i connect via webUI? Is there something else I should do on the Host? (for me the indication of point 4 isn't dumbed down enough but "jellyfin" user doesn't exist on the Host so I guess it's not it).

       

    I guess, with the settings I linked, I'm also running a privileged container (unprivilged container=no). I'm honestly stuck
    Ergo
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Italy
    #17
    2024-08-06, 03:45 PM
    (2024-08-04, 11:33 PM)Ergo Wrote:
    (2024-08-04, 10:21 PM)TheDreadPirate Wrote: Giving yourself permissions to the GPU with "chmod -R 777 /dev/dri/*" is only temporary.  When you reboot it will reset.  Follow our directions at the link below to permanently give jellyfin permissions to access the GPU.

    https://jellyfin.org/docs/general/admini...on-proxmox

    I guess you are referring to the "4.Add jellyfin user to the video, render and/or input groups depending on who owns the device inside the container." part.
    But isn't that referring to the commands I already launched, after the chmod line, inside the the jellyfin CT while setting up everything? specifically "usermod -aG render jellyfin"; "usermod -aG video jellyfin" and "usermod -aG input jellyfin". Or is there something I am totally clueless about? Is the user "jellyfin" (I login in the CT shell with "root" but i guess the user is jellyfin, at least when i connect via webUI? Is there something else I should do on the Host? (for me the indication of point 4 isn't dumbed down enough but "jellyfin" user doesn't exist on the Host so I guess it's not it).



    I guess, with the settings I linked, I'm also running a privileged container (unprivilged container=no). I'm honestly stuck

    I can  confirm that: power just shut down for a brief moment, server reboot, HW acceleration broke, typed "chmod -R 777 /ect/dri/*" and worked again. I have no idea, nor found any instruction on how to solve this
    Pages (2): « Previous 1 2

    « 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