![]() |
New server and client help - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: Self-hosting & Homelabs (https://forum.jellyfin.org/f-self-hosting-homelabs) +--- Thread: New server and client help (/t-new-server-and-client-help) |
RE: New server and client help - Magg66 - 2024-11-25 (2024-11-11, 09:29 PM)TheDreadPirate Wrote: Tdarr can automate re-encoding your media.One more question if you don’t mind. I’m going through your guide to update firmware on my a380 but I can’t find it in OPROM. There’s Asrock one but not the one I have. Thank you for all the info. I did it in docker in the end. (2024-11-25, 02:03 PM)TheDreadPirate Wrote: Running Jellyfin in docker makes managing its data easier. Makes backups and migration easier as well. Definitely recommend learning Docker (it's not that hard) and starting with Jellyfin in Docker. RE: New server and client help - TheDreadPirate - 2024-11-25 Which ASRock A380 did you get? The Challenger? And are you trying to find the OPROM code or data? RE: New server and client help - Magg66 - 2024-11-25 Asrock low profile a380. Oprom data. (2024-11-25, 02:54 PM)TheDreadPirate Wrote: Which ASRock A380 did you get? The Challenger? And are you trying to find the OPROM code or data? RE: New server and client help - TheDreadPirate - 2024-11-25 I posted on the tech powerup forum post asking for clarification regarding the low profile variant and which OPROM data it uses. RE: New server and client help - Magg66 - 2024-11-25 Thank you (2024-11-25, 04:28 PM)TheDreadPirate Wrote: I posted on the tech powerup forum post asking for clarification regarding the low profile variant and which OPROM data it uses. RE: New server and client help - Magg66 - 2024-11-27 Is it possible to get my current soc firmware, oprom data/code and fw data? I could then get it connected to windows pc update it there and get them informations again so people would know what to choose for that card. (2024-11-25, 04:52 PM)Magg66 Wrote: Thank you RE: New server and client help - TheDreadPirate - 2024-11-27 The TechPowerUp forum OP indicated that the low profile cards simply have not received an OPROM data update since release. And that is why it isn't on his matrix. Run this command and compare the output with my Challenger card. Code: sudo ./igsc oprom-data version --device /dev/mei2 Replace the device path with yours, if it is different. The output for mine is "14 00 2C 04 00 00 00 00". If it matches, you can just go ahead and update the rest of your firmware and skip the oprom-data since it is already the latest. The OPROM code and data don't get frequent updates anyway. RE: New server and client help - Magg66 - 2024-11-28 Hi sorry didn’t have time to check it yesterday. My oprom data version is 14 00 27 04 01 00 00 00 (2024-11-27, 02:12 PM)TheDreadPirate Wrote: The TechPowerUp forum OP indicated that the low profile cards simply have not received an OPROM data update since release. And that is why it isn't on his matrix. RE: New server and client help - TheDreadPirate - 2024-11-28 Ok. Based on what the TechPowerUp dude said, your card probably hasn't receive an update for OPROM data. Since their source grabs all the available files. Update whatever components have an available update for. Skip OPROM data. RE: New server and client help - Magg66 - 2024-11-28 Ok cheers, will try that. Will let you know how it goes. Again thanks for all the help. (2024-11-28, 06:24 PM)TheDreadPirate Wrote: Ok. Based on what the TechPowerUp dude said, your card probably hasn't receive an update for OPROM data. Since their source grabs all the available files. Update whatever components have an available update for. Skip OPROM data. |