![]() |
Quicksync not working linux - 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: Quicksync not working linux (/t-quicksync-not-working-linux) |
RE: Quicksync not working linux - perkunas - 2024-12-03 here is what I have now --- # https://hub.docker.com/r/linuxserver/jellyfin services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin environment: - PUID=1000 - PGID=998 - TZ=America/Toronto - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional volumes: - /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/library ![]() - /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/shows ![]() - /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/movies ![]() - /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/musicvideo ![]() - /srv/dev-disk-by-uuid-e21f8585-562f-4155-9308-67a413b9dc06/peter/jellyfin/music ![]() group_add: - "105" devices: - /dev/dri:dev/dri ports: - 8096:8096 - 8920:8920 #optional - 7359:7359/udp #optional - 1900:1900/udp #optional restart: unless-stopped RE: Quicksync not working linux - TheDreadPirate - 2024-12-03 Code: sudo systemctl status docker RE: Quicksync not working linux - perkunas - 2024-12-04 root@NAS:~# sudo systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; preset: enabl> Drop-In: /etc/systemd/system/docker.service.d └─waitAllMounts.conf Active: active (running) since Sun 2024-12-01 11:03:23 EST; 2 days ago TriggeredBy: ● docker.socket Docs: https://docs.docker.com Main PID: 752 (dockerd) Tasks: 13 Memory: 106.2M CPU: 21.628s CGroup: /system.slice/docker.service └─752 /usr/bin/dockerd -H fd ![]() Dec 01 11:03:23 NAS dockerd[752]: time="2024-12-01T11:03:23.326609293-05:00" le> Dec 01 11:03:23 NAS dockerd[752]: time="2024-12-01T11:03:23.327512282-05:00" le> Dec 01 11:03:23 NAS dockerd[752]: time="2024-12-01T11:03:23.389829145-05:00" le> Dec 01 11:03:23 NAS systemd[1]: Started docker.service - Docker Application Con> Dec 01 15:09:33 NAS dockerd[752]: time="2024-12-01T15:09:33.571838073-05:00" le> Dec 01 15:09:33 NAS dockerd[752]: time="2024-12-01T15:09:33.571880102-05:00" le> Dec 01 15:09:33 NAS dockerd[752]: time="2024-12-01T15:09:33.571841140-05:00" le> Dec 01 15:09:33 NAS dockerd[752]: time="2024-12-01T15:09:33.571970456-05:00" le> Dec 02 21:25:04 NAS dockerd[752]: time="2024-12-02T21:25:04.321093033-05:00" le> Dec 02 21:26:39 NAS dockerd[752]: time="2024-12-02T21:26:39.134699365 root@NAS:~# sudo systemctl status docker.socket ● docker.socket - Docker Socket for the API Loaded: loaded (/lib/systemd/system/docker.socket; enabled; preset: enable> Active: active (running) since Sun 2024-12-01 11:03:19 EST; 2 days ago Triggers: ● docker.service Listen: /run/docker.sock (Stream) Tasks: 0 (limit: 38347) Memory: 0B CPU: 496us CGroup: /system.slice/docker.socket Dec 01 11:03:19 NAS systemd[1]: Starting docker.socket - Docker Socket for the > Dec 01 11:03:19 NAS systemd[1]: Listening on docker.socket - Docker Socket for > lines 1-12/12 (END) root@NAS:~# sudo systemctl status containerd ● containerd.service - containerd container runtime Loaded: loaded (/lib/systemd/system/containerd.service; enabled; preset: e> Active: active (running) since Sun 2024-12-01 15:09:33 EST; 2 days ago Docs: https://containerd.io Process: 16988 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/S> Main PID: 16989 (containerd) Tasks: 12 Memory: 20.8M CPU: 3min 3.085s CGroup: /system.slice/containerd.service └─16989 /usr/bin/containerd Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621367822-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621374848-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621382774-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621389414-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621397550-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621405154-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621524404-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621585318-05:0> Dec 01 15:09:33 NAS containerd[16989]: time="2024-12-01T15:09:33.621619003-05:0> Dec 01 15:09:33 NAS systemd[1]: Started containerd.service - containerd contain> lines 1-22/22 (END) RE: Quicksync not working linux - TheDreadPirate - 2024-12-04 Reboot and try again? I'm honestly at a loss otherwise. RE: Quicksync not working linux - perkunas - 2024-12-04 It wont work even after reboot but if I take out the group_add: - "105" devices: - /dev/dri:dev/dri It fires up fine, but I dont think I have quicksync RE: Quicksync not working linux - TheDreadPirate - 2024-12-04 What is the output of this command? Code: sudo dmesg | grep i915 RE: Quicksync not working linux - perkunas - 2024-12-05 IDk maybe quicksync works I cant tell, I took out everything so I guess its not. here is what I have. root@NAS:~# sudo dmesg | grep i915 [ 4.019072] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 4.019094] i915 0000:00:02.0: vgaarb: deactivate vga console [ 4.020501] i915 0000:00:02.0: [drm] Using Transparent Hugepages [ 4.021538] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem ![]() [ 4.022062] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 4.025968] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin [ 4.026275] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 4.295394] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP [ 4.298352] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 4.300258] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 4.309682] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 4.317872] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 4.325719] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes root@NAS:~# |