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

What do you mean that you get a white screen?
Where did you put the command in?

If I use console in UnRAID it goes white, if I ssh into my UnRAID box nothing happens when I try nvidia-smi


Sent from my iPhone using Tapatalk
  • 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

  • Author
18 minutes ago, Spoonsy1480 said:

If I use console in UnRAID it goes white, if I ssh into my UnRAID box nothing happens when I try nvidia-smi

Can you give me the output of: 'ls -la /usr/bin/nvidia*' (without quotes).

A Screenshot would be nice.

Can you give me the output of: 'ls -la /usr/bin/nvidia*' (without quotes).

A Screenshot would be nice.

56fad4a278e64f80630cc510319cf7cd.jpg

 

It says cannot access no such file or directory

 

 

Sent from my iPhone using Tapatalk

  • Author
38 minutes ago, Spoonsy1480 said:

It says cannot access no such file or directory

Please don't forget the * at the end 'ls -la /usr/bin/nvidia*'

Please don't forget the * at the end 'ls -la /usr/bin/nvidia*'

6ed932467262e22b3f1a9574d78586c8.jpg


Sent from my iPhone using Tapatalk
  • Author
1 minute ago, Spoonsy1480 said:


6ed932467262e22b3f1a9574d78586c8.jpg


Sent from my iPhone using Tapatalk

And now please the output from '/usr/bin/nvidia-smi'

And now please the output from '/usr/bin/nvidia-smi'

0794239c76fd91abd7df33ea0e82ad40.jpg


Sent from my iPhone using Tapatalk
  • Author
6 minutes ago, Spoonsy1480 said:

Sent from my iPhone using Tapatalk

Sorry, wasn't clear enough only the command '/usr/bin/nvidia-smi'

Sorry, wasn't clear enough only the command '/usr/bin/nvidia-smi'

8792b8baf1a297520b886b9104f87117.jpg


Sent from my iPhone using Tapatalk
  • Author
2 minutes ago, Spoonsy1480 said:

Sent from my iPhone using Tapatalk

Nothing more?

Seems like the driver can't communicate with your card, have you anything set in your 'go' file?

Have you got another card on hand that you can install in your server and try it with?

Nothing more?
Seems like the driver can't communicate with your card, have you anything set in your 'go' file?
Have you got another card on hand that you can install in your server and try it with?

I have no idea what my go file is! I’m not at home at the moment and I do not have another card


Sent from my iPhone using Tapatalk
  • Author
8 minutes ago, Spoonsy1480 said:

I have no idea what my go file is! I’m not at home at the moment and I do not have another card

I really can't tell what's wrong since the output of 'nvidia-smi' should be something like this:

Bildschirmfoto_2020-11-30_12-36-00.png.e0704aa6a6ea1bd0c78df376dcfe687f.png

 

You haven't bound the card to VFIO or use it an a VM?

Can really think only of some weird hardware bug or even something is wrong with the card.

I really can't tell what's wrong since the output of 'nvidia-smi' should be something like this:
Bildschirmfoto_2020-11-30_12-36-00.png.e0704aa6a6ea1bd0c78df376dcfe687f.png
 
You haven't bound the card to VFIO or use it an a VM?
Can really think only of some weird hardware bug or even something is wrong with the card.

I did use it in a vm once could it still be locked to that and how can I disable that as I don’t use any vm now


Sent from my iPhone using Tapatalk
  • Author
Just now, Spoonsy1480 said:

I did use it in a vm once could it still be locked to that and how can I disable that as I don’t use any vm now

You are on Unraid 6.9.0beta35?

Go to Tools -> System devices uncheck the boxes (if there are any ticked) and clicke on 'Bind to VFIO on Boot'.

 

But I think more that this is a hardware issue, are the power delivery efficient enough? Are all plugs plugged in? Eventually try to take the card out and reseat it in the server.

Figured I should leave this breadcrumb here in case I (or anyone else) brainfarts on this like I did.

 

I had also encountered the following problem

```
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.:
```

and couldn't figure out why unchecking the vfio-pci binding didn't unbind my GPU.

Then I realized I had followed this guide on GPU passthroughs, so of course the VFIO drivers would remain bound.

I simply went back into Main > Flash > Syslinux configuration, and under [Unraid OS], changed from
```

kernel /bzimage

append video=efifb:off vfio-pci.ids=10de:1e89,10de:10f8,10de:1ad8,10de:1ad9 isolcpus=4-7,12-15 initrd=/bzroot

```
back to
```
kernel /bzimage
append initrd=/bzroot
```

After a reboot, the NVIDIA drivers did their thing, and my Docker containers are now using the GPU. 👍

  • Author
37 minutes ago, ntwong0 said:

After a reboot, the NVIDIA drivers did their thing, and my Docker containers are now using the GPU. 👍

Thank you for sharing this I will link this post shortly to the Troubleshooting section. :)

IS the plugin still available in the app? I can't find it.

  • Author
6 hours ago, Moka said:

IS the plugin still available in the app? I can't find it.

This plugin is for Unraid v6.9.0 beta35+, but you have to upgrade to beta35 first to see it.

If you are on v6.8.3 you can use this (prebuilt images are in the first post on the bottom):

 

Just wonder what is wrong I have hw encoding working but not hw decoding. I was on binhex/plex but switched to the binhex/plexplass. But keep in mind I've only been using Unraid for just over a month so I'm still a noob. I thought about trying a Emby docker to see if that works for both transcodes. Any help would be appreciated.                            

Gpu.PNG

Graph.PNG

Plex.PNG

Plex2.PNG

Settings.PNG

  • Author
16 minutes ago, Whatupdays said:

Just wonder what is wrong I have hw encoding working but not hw decoding. I was on binhex/plex but switched to the binhex/plexplass. But keep in mind I've only been using Unraid for just over a month so I'm still a noob. I thought about trying a Emby docker to see if that works for both transcodes. Any help would be appreciated.                            

Can you give me the outpur from 'nvidia-smi' while transocding a file?

Have you also tried another file? Ebentually the card can't decode the file because the codec isn't supported.

Hello,

 

Thanks for this great plugin, installation was a no-brainer and my old P2000 can be used to transcode (Plex) and compute (F@H) without any problem with recent Nvidia drivers 455.38.

But, the geek I am is now the happy owner of a brand new RTX 3060ti, which was delivered today. And, as you certainly know, this GPU needs drivers v455.45.01 released on 2020/11/17 to be supported.

Although I'm sure you've already guessed the question, is there any plan to make this version of the nvidia drivers rapidly available through the plugin, so that the card doesn't remain in its box for too long 😉?

And more generally, how do you envisage the availability of the latest drivers in the future, especially after the launch of a new GPU and the unavoidable drivers' debugging to follow?

 

Thanks in advance for your help.

 

PS : I had a look at your other Kernel Helper/Builder plugin, which may be a solution to get the latest nvidia drivers installed (?), but I would then need some further guidance. I'm not a total noob, but not a Linux kernel builder expert at all !

Edited by Gnomuz

  • Author
2 hours ago, Gnomuz said:

I am is now the happy owner of a brand new RTX 3060ti, which was delivered today. And, as you certainly know, this GPU needs drivers v455.45.01 released on 2020/11/17 to be supported.

Although I'm sure you've already guessed the question, is there any plan to make this version of the nvidia drivers rapidly available through the plugin, so that the card doesn't remain in its box for too long 😉?

Please note that I only provide the Plugin, @limetech builds and provides the drivers itself.

 

2 hours ago, Gnomuz said:

And more generally, how do you envisage the availability of the latest drivers in the future, especially after the launch of a new GPU and the unavoidable drivers' debugging to follow?

I think when Unraid reaches 6.9.x stable that the drivers are updated frequently if a new driver is released by Nvidia.

 

 

I can theoretically build you the driver v455.45.01 and you could insert it into the plugin but this is more of a hack and not how it should work.

18 minutes ago, ich777 said:

 

I can theoretically build you the driver v455.45.01 and you could insert it into the plugin but this is more of a hack and not how it should work.

Thks for the quick reply !

I hadn't understood @limetechwas the driver provider, so my question was more for them, I think.

 

And yes, I would really like to test the card, just to check whether it's DOA ot not, so I'm ready to try the "hack" you seem to propose.

9 hours ago, ich777 said:

Can you give me the outpur from 'nvidia-smi' while transocding a file?

Have you also tried another file? Ebentually the card can't decode the file because the codec isn't supported.

Here it is and it don't look right.

Nvidia-smi.PNG

Edited by Whatupdays

  • Author
12 minutes ago, Whatupdays said:

Here it is and it don't look right.

Nvidia-smi.PNG

This is perfectly fine, have you also tried to transcode another file? I think the GTX 980? Eventualy a file that has not the profile high 10?

 

What seems off to you from the output?

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.