Jellyfin Forum
SOLVED: Help with transcoding - 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: SOLVED: Help with transcoding (/t-solved-help-with-transcoding)

Pages: 1 2 3


RE: Help with transcoding - Deegee88 - 2024-06-06

I’m running 6.8.0-31-generic
How did you get that screenshot? From the logs?
Mine are just the lines of code etc that I copy into sourcebin.
Only time I get anything close to that is if I click the (i) playback info in the dashboard.


RE: Help with transcoding - TheDreadPirate - 2024-06-06

In the player, click the gear in the bottom right and then playback info.

What is the output of the following commands.

Code:
sudo cat /sys/kernel/debug/dri/1/gt0/uc/guc_info
sudo cat /sys/kernel/debug/dri/1/gt0/uc/huc_info
grep i915 /var/log/dmesg*



RE: Help with transcoding - Deegee88 - 2024-06-06

sudo cat /sys/kernel/debug/dri/1/gt0/uc/guc_info:
https://sourceb.in/uRXB9D9MEL

sudo cat /sys/kernel/debug/dri/1/gt0/uc/huc_info
https://sourceb.in/00YE56xqjz

grep i915 /var/log/dmesg*
https://sourceb.in/2lCPQ31oH5


RE: Help with transcoding - TheDreadPirate - 2024-06-06

These are the only lines different from mine.

Code:
kernel: i915 0000:05:00.0: [drm] Cannot find any crtc or sizes

@gnattu @nyanmisaka

Do you have any ideas? Is this a firmware level issue or something else I'm not aware of? Does it matter if a display is connect to the card or not?


RE: Help with transcoding - Deegee88 - 2024-06-09

Hi guys - just wondering if there has been any further thoughts on this?
I've been having a look over the last couple of days but had no luck!


RE: Help with transcoding - TheDreadPirate - 2024-06-09

Do you have a monitor plugged into the system?


RE: Help with transcoding - Deegee88 - 2024-06-09

Ummm no - in neither of the GPUs
I only access it remotely via SSH and don’t have the room to have it plugged into a monitor permanently.
Could that seriously be what’s stopping it from working properly?


RE: Help with transcoding - TheDreadPirate - 2024-06-09

Maybe. I've heard that early firmware Intel Arc GPUs had weird behaviors when no monitor was plugged in. The problem is that easy firmware updates are only available in Intels Windows driver installer. I found a way Level1Techs thread for updating firmware in Linux, but haven't gotten around to trying it out.


RE: Help with transcoding - TheDreadPirate - 2024-06-09

This process appears to work and is fairly straight forward.

https://forum.level1techs.com/t/remember-to-update-your-intel-arc-firmware-on-linux/208736

Update at your own risk. As with all firmware flashes, loss of power during the process is very very bad.

One thing I almost missed was the "FW Data pack" download link.


RE: Help with transcoding - TheDreadPirate - 2024-06-09

FYI, I was able to update my A380 with this process.