Jump to content

ich777

Community Developer
  • Posts

    15,753
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Please also wait for the driver install window to display the DONE button, this can take in certain situations very long, depending on how fast the connection to GitHub is from your country.
  2. But are you sure that you are booting in CSM mode? For me it seems that you boot with UEFI. Go to the Main tab from Unraid and then click on the blue text which says "Flash" and make sure that box isn't activated: (btw you also see in which mode you are currently booted UEFI or Legacy)
  3. The first thing that I would do is to redo the USB Boot device in terms of the bz* files and also remove everything from the crack on the USB Boot device, you'll never know if the crack also installs a backdoor on your system and I would never trust something which is cracked on a Server anyways! For the next steps I would recommend that you remove the Nvidia Driver plugin, upgrade your Server to 6.11.5, reboot and after that pull the Diagnostics again and we start from there.
  4. I really can't tell what's going on there but from my perspective this is some bug in the BIOS. From what I see you are booting with UEFI, can you try legacy boot (CSM) and see if it's the same?
  5. No, because it seems to me that nothing is wrong with the transcoding. Can you maybe share more information about the file that you are transcoding and to what device you are streaming (mobile phone, PC, browser, native app,...). If you have a audio stream that uses Dolby or something that the client doesn't support your server have to convert it too and this is usually the high usage on your CPU. What you can try is that you let the movie play for about 10-20 minutes and see after that 10-20 minutes if the usage is still that high <- transcoding from the audio stream should be done by that. You can also try a file which is 720p h264 and has only stereo audio, this file should not be transcoded at all.
  6. Because this is a Variable from the container and is passed through the start command from the dedicated server. All caps is done to not mix things and I always use all caps variables for the container variables so that you can pass it through to the application.
  7. Can you please test the official Jellyfin container if the same happens there (you find instructions on how to enable transcoding there in the second post from this thread).
  8. Please post your Diagnostics if possible since I have to investigate further if this is even related to the transcoding. This seems to me from the information that I have from your post somewhat related to the BIOS, please update your BIOS to the latest version if not already done, turn on Above 4G Decoding and Resizable BAR.
  9. I would recommend that you buy a valid license first and then we can talk why it isn't working. Also don't forget that this weekend is Unraid Cyber Weekend sale where you can get a discount on a license over here: Click @SpencerJ
  10. You should be able to use the index from the cards in the variable "NVIDIA_VISIBLE_DEVICES" which you want to use like: 0,1 another option is that you simply use: all
  11. Please read how to do it again from my post, I‘ve even put in the correct Key and Value for the Variable, just copy paste it from my post above (just copy paste it, without https://) This variable is case sensitive and you don‘t have to append anything to your Game Params.
  12. This seems pretty normal to me since you don‘t have to forget that the audio needs to be transcoded too and since throttling doesn‘t work it is transcoded at full blast. The load from the iGPU is also pretty normal.
  13. Yes. Have you updated the container yet? Try it like I've described above and you will see that it will work. With my container this is now also possible.
  14. I'm really not into LastOasis but from you describe it should be possible. What do you have to do exactly? I don't know what that is... Did you set your timezone correctly on the host, so to speak on Unraid in the settings? You can always override the timezone by creating a new Variable in the container template with the Key: TZ and as Value eg: America/Los_Angeles (you can get a full list of timezones here, the timezone must match the column "TZ database name"). What is something you can't edit? Have you instructions how to edit on a dedicated server somewhere? You should be able to override the backend URL too now by creating another variable with the Key: BACKENDAPIURLOVERRIDE and as Value set your backend URL in this case: classic-backend.last-oasis.com Also before doing all of this, please update the container because the developers made a change that basically broke the whole container.
  15. Something seems wrong with your BIOS configuration: Nov 24 08:15:23 Media kernel: NVRM: This PCI I/O region assigned to your NVIDIA device is invalid: Nov 24 08:15:23 Media kernel: NVRM: BAR1 is 0M @ 0x0 (PCI:0000:42:00.0) Nov 24 08:15:23 Media kernel: nvidia: probe of 0000:42:00.0 failed with error -1 Please make sure that you've enabled: Above 4G Decoding Resizable BAR in your BIOS, since this is a Dell Motherboard I really don't know if you even have this options or if they are named differently.
  16. Your card is still bound to VFIO: 42:00.0 3D controller [0302]: NVIDIA Corporation GP100GL [Tesla P100 PCIe 16GB] [10de:15f8] (rev a1) Subsystem: NVIDIA Corporation GP100GL [Tesla P100 PCIe 16GB] [10de:118f] Kernel driver in use: vfio-pci Kernel modules: nvidia_drm, nvidia You can find the file which binds the device to VFIO at /boot/config/vfio-pci.cfg these are the contents of the file: BIND=0000:42:00.0|10de:15f8
  17. Nicht vergessen der Unraid Cyber Weekend Sale 2022 startet bald: https://unraid.net/cyber-weekend-2022
  18. Ich bin mir nicht sicher ob hier ein Hardware Problem vorliegt bzw. es ein Problem mit dem Switch oder dem Netzwerkkabel gibt. Wie @Ford Prefect schon sagte nicht alles Switches können 2.5G @fiR3W4LL kannst du mal versuchen in deinem Switch auf dem port 2.5G zu erzwingen? Vielleicht funktioniert einfach die Autonegotiation nicht bzw. nicht richtig (hab das bei einem SFP zu RJ45 modul auch, wenn ich dort nicht die richtige Geschwindigkeit im Switch erzwinge dann funktioniert das modul gar nicht).
  19. At the Game Parameters (Variable GAME_PARAMS)
  20. This is definitely a indication that something is wrong somewhere in your network.
  21. Are you really sure that it is SW transcoding and not HW transcoding? Is it possible that the file that you are trying to transcode has baked in sub titles and this is using your CPU heavily. This is a known issue with Plex, at least to my knowledge, I'm not really a Plex guy, I mainly use Emby.
  22. Please set the appdata share to Only or even better to Prefer, with that you make sure that the data stays on the cache drive and is not moved to the Array, that's actually maybe the issue in your case... Can you also post a screenshot from your Docker template?
  23. I have to say, between Unraid 6.11.2 and the newer versions in terms of the Nvidia driver and Kernel nothing is different because all versions are using Kernel 5.19.17
  24. Is this only happening with a specific movie you try to transcode? What Plex container are you using? Is the container up to date, it seems like that Plex itself or at least his encoder is causing the issue. Can you maybe try to install Jellyfin (just for testing purposes) and see if the same happens there? <- I would recommend that you use the official container:
  25. I will have to look into this, but please keep in mind I really don't know if I have enough time this week. This can take some time since I have think about how to implement this in the existing plugin because I don't think that it would be beneficial if a new plugin is created. Please write me a short PM so that I don't forget about that...
×
×
  • Create New...