Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] Nvidia-Driver

Featured Replies

  • Author
18 minutes ago, DavidNguyen said:

I tried both of these, still no joy.

Please try to completely power off your server, pull the power cord from the wall, press a few times the on/off and reset button, wait for at least 30 seconds, pull the power cord back in and boot your server.

 

What is the output from:

ls -la /proc/sys/kernel/overflowuid

(from a Unraid Terminal)

 

 

What you can also try is to remove the container (but not the directories), go to your Docker page again, at the bottom click Add Container, on the next page select your Plex container form the drop down (it should have all your paths and everything in it) and click Apply.

 

You can also try the official Jellyfin container and see if that is working.

  • Replies 5.9k
  • Views 1m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • To utilize your Nvidia graphics card in your Docker container(s) the basic steps are:   Add '--runtime=nvidia' in your Docker template in 'Extra Parameters' (you have to enable 'Advanced

  • Recompiled the drivers and they are now just working fine (to get it working scroll down):   Please do the following (this is only necessary if you upgraded before I recompiled the dri

  • I'm currently spinning up my build VM and compiling the drivers again, currently drivers for 6.11.0 stable are not available...

Posted Images

6 hours ago, ich777 said:

What is the output from:

ls -la /proc/sys/kernel/overflowuid

(from a Unraid Terminal)

 

 

-rw-r--r-- 1 root root 0 Sep 23 02:10 /proc/sys/kernel/overflowuid

 

  • Author
Just now, DavidNguyen said:
-rw-r--r-- 1 root root 0 Sep 23 02:10 /proc/sys/kernel/overflowuid

Have you yet tried if it's the same with Jellyfin?

Hi!

 

I'm running NVIDIA Quadro p2000 since several days on my 6.10.3 unraid servor. Before my processors Bi-xeon converted movies, but I bought a graphic card and the plex pass. I wanted to turn on hw transcoding but, it doesnt work. In original quality it works, but when I choose "prefer hardware transcoding" the convertion isnt working and it still bufferize.

I used your drivers to get my gc recognized and it works. But even if I followed your setup instructions, it isnt working. Any idee ?

Thanks a lot.

22092207392422320318004641.png

PS : I can see "Critical: libusb_init failed" in log from plex. If it helps

Edited by canapelit
Change img quality

  • Author
55 minutes ago, canapelit said:

I used your drivers to get my gc recognized and it works. But even if I followed your setup instructions, it isnt working. Any idee ?

Please post your Diagnostics.

 

Why are the NVIDIA_VISIBLE_DEVICES and the NVIDIA_DRIVER_CAPABILITIES twice in there?

1 hour ago, ich777 said:

Please post your Diagnostics.

 

Why are the NVIDIA_VISIBLE_DEVICES and the NVIDIA_DRIVER_CAPABILITIES twice in there?

Here there is the way that I put entries :plex2.png.25a51571c4ce168c1b91b880b7325a6f.png

 

 

That why there is double Container Variable: NVIDIA_VISIBLE_DEVICES. I put it myself in description field.

Then there is my diagnostics, sorry for being late.tower-diagnostics-20220922-2146.zip

Thanks again sir

8 hours ago, ich777 said:

Have you yet tried if it's the same with Jellyfin?

Yes, same error. Neither container will load with extra parameters box filled.

I might take out the gpu and test it on another system to see if it's a faulty card or just hardware compatibility.

however, I happen to get a DP output via PiKVM

  • Author
9 hours ago, canapelit said:

Here there is the way that I put entries

What happens when you issue:

nvidia-smi

from within the Console from the container?

 

Your card seems to work just fine and the drivers are loaded correctly from what I see from your Diagnostics.

  • Author
4 hours ago, DavidNguyen said:

Yes, same error. Neither container will load with extra parameters box filled.

Please post the output from:

cat /etc/docker/daemon.json

 

and also from:

ls -la /dev/dri

 

35 minutes ago, ich777 said:

What happens when you issue:

nvidia-smi

from within the Console from the container?

 

Your card seems to work just fine and the drivers are loaded correctly from what I see from your Diagnostics.

from the plex terminal? There is

plex4.png

 

My parameters in plex if it helps:

plex5.thumb.png.1925d287b87aa66dd0d2b63ce9d8e2fd.png

Edited by canapelit
Add img

  • Author
21 minutes ago, canapelit said:

from the plex terminal? There is

If this is the Plex terminal everything seems fine.

 

Please try the following:

  1. Delete the Plex container
  2. Create a new claim
  3. Go to your Docker page and click on Add Container at the bottom
  4. From the drop down select your Plex template (with this you ensure that the paths and everything is like before)
  5. Paste the new claim in your Plex template
  6. Click Apply
  7. Try to force a transcode

 

BTW are you sure that you are forcing a transcode and this is not only the Audio (or the Subtitles) which get transcoded on the CPU?

 

If the above isn't working I would recommend that you go to the Plex support thread and post there since this seems like a Plex issue (also post the Plex transcoding log).

4 hours ago, ich777 said:

If this is the Plex terminal everything seems fine.

 

Please try the following:

  1. Delete the Plex container
  2. Create a new claim
  3. Go to your Docker page and click on Add Container at the bottom
  4. From the drop down select your Plex template (with this you ensure that the paths and everything is like before)
  5. Paste the new claim in your Plex template
  6. Click Apply
  7. Try to force a transcode

 

BTW are you sure that you are forcing a transcode and this is not only the Audio (or the Subtitles) which get transcoded on the CPU?

 

If the above isn't working I would recommend that you go to the Plex support thread and post there since this seems like a Plex issue (also post the Plex transcoding log).

Lets go, I did this to-do list. AND IT WORKS.
Thanks a lot even if we didnt know where was the problem. Have a good day!

9 hours ago, ich777 said:

Please post the output from:

cat /etc/docker/daemon.json

 

{
    "runtimes": {
        "nvidia": {
            "path": "/usr/bin/nvidia-container-runtime",
            "runtimeArgs": []
        }
    }
}

 

9 hours ago, ich777 said:

and also from:

ls -la /dev/dri

 

 

total 0
drwxrwxrwx  3 root root       100 Sep 23 01:36 ./
drwxr-xr-x 17 root root      4080 Sep 23 01:40 ../
drwxrwxrwx  2 root root        80 Sep 23 01:36 by-path/
crwxrwxrwx  1 root video 226,   0 Sep 23 01:37 card0
crwxrwxrwx  1 root video 226, 128 Sep 23 01:37 renderD128

 

Hi,

 

after the Update to 6.11, Unraid cant find my GPU:

 

grafik.thumb.png.b1dad7ed7efd2967788a0b8908058d44.png

 

grafik.thumb.png.9fe7ea359756dd559acfb827c77da217.png

 

Until the update was executed, the GPU was still working diligently in Tdarr. Does anyone have an idea what the problem could be or is the diagnostics still needed?

 

 

Same issue for me and a friend.  I upgraded from 6.11-rc5 to 6.11 final, and GPU can't be find now.

same problem after the Update to 6.11, Unraid cant find my GPU. Have uninstalled addon reboot, installed the app rebooted, installed v470.141.03 rebooted. And still no gpu found.

 

Very laggy loading the GPU driver page, and i also get this now 

 

Sep 23 16:14:42 Unraid kernel: NVRM: 0000:05:00.0: DMA mapping request too large!
Sep 23 16:14:42 Unraid kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x23:0x3f:1195)
Sep 23 16:14:42 Unraid kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Sep 23 16:14:45 Unraid kernel: NVRM: 0000:05:00.0: DMA mapping request too large!
Sep 23 16:14:45 Unraid kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x23:0x3f:1195)
Sep 23 16:14:45 Unraid kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Sep 23 16:14:47 Unraid kernel: NVRM: 0000:05:00.0: DMA mapping request too large!
Sep 23 16:14:47 Unraid kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x23:0x3f:1195)
Sep 23 16:14:47 Unraid kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Sep 23 16:14:50 Unraid kernel: NVRM: 0000:05:00.0: DMA mapping request too large!
Sep 23 16:14:50 Unraid kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x23:0x3f:1195)
Sep 23 16:14:50 Unraid kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0

Capture.PNG

Edited by bomberski

Same problem here...lost my Nvidia GPU after the upgrade.  Rolled back and still don't have it.  Working on restoring everything.  I was running a Quadro P400. 

Ok, rolled back and uninstalled Nvidia drivers.  Reboot.  Reinstalled and its back to normal now. 

11 minutes ago, DanITman said:

Ok, rolled back and uninstalled Nvidia drivers.  Reboot.  Reinstalled and its back to normal now. 

 

You rolled back to 6.10 and uninstalled driver etc ?  Because I uninstalled Drivers on my 6.11, rebooted, Reinstalled the driver, and rebooted again, and it is still not seeing any GPU on mine.

  • Author
38 minutes ago, Gorosch said:

Until the update was executed, the GPU was still working diligently in Tdarr. Does anyone have an idea what the problem could be or is the diagnostics still needed?

The Diagnostics are always needed because otherwise I can't tell anything what's going on.

OK, so I've just started having a problem with unraid 6.10.0 and 6.11.0 with the nVidia driver.  After successfully configuring and using a GTX 750 for Plex transcoding and using it for many months, today for some reason, the Settings -> nVidia Driver shows "No devices Found"

 

nv_driver.thumb.png.b112a75f4007145bb88c70daf24ec4ee.png

 

Checking System Devices, I can see that the card is listed and NOT bound to VFIO.

 

sys_dev.thumb.png.7f174358726a05a0b89ef96828a8443a.png

 

I've tested the card in another system and it works fine.  I've tried using an nVidia Quadro M4000 to test, and that isn't seen via the driver either (it too, showed up fine in System Devices as unbound to VFIO).  I've uninstalled the nVidia driver, rebooted, reinstalled the nVidia driver, rebooted and checked with no success.  I've tried all available versions of the nVidia driver.

 

I've attached my diagnostics- any help appreciated!

diags.zip

  • Author
25 minutes ago, Pducharme said:

Same issue for me and a friend.  I upgraded from 6.11-rc5 to 6.11 final, and GPU can't be find now.

Diagnostics?

 

17 minutes ago, DanITman said:

Same problem here...lost my Nvidia GPU after the upgrade.  Rolled back and still don't have it.  Working on restoring everything.  I was running a Quadro P400. 

Diagnostics?

 

I can only tell you that I've tested the drivers on my test machine and they are working just fine with my Nvidia T400

  • Author
8 minutes ago, eoh7678 said:

OK, so I've just started having a problem with unraid 6.10.0 and 6.11.0 with the nVidia driver.  After successfully configuring and using a GTX 750 for Plex transcoding and using it for many months, today for some reason, the Settings -> nVidia Driver shows "No devices Found"

You have to use driver version 470.x

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.