Nvidia-smi gpu name error

Hello. I have 2 gtx580 cards. They work fine, but one moment confuse me.
nvidia-smi can’t correctly determine gpu name for second card:
±-----------------------------------------------------+
| NVIDIA-SMI 4.304.54 Driver Version: 304.54 |
|-------------------------------±---------------------±---------------------+
| GPU Name | Bus-Id Disp. | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 580 | 0000:01:00.0 N/A | N/A |
| 54% 65C N/A N/A / N/A | 43% 665MB / 1535MB | N/A Default |
±------------------------------±---------------------±---------------------+
| 1 ERR! | 0000:07:00.0 N/A | N/A |
| 48% 59C N/A N/A / N/A | 43% 665MB / 1535MB | N/A Default |
±------------------------------±---------------------±---------------------+

What is it?

nvidia-smi is targeted at the Tesla™ and Quadro™ devices, though limited support is also available on other NVIDIA GPUs. Suggest you upgrade to the latest driver 319.23 via Linux x64 (AMD64/EM64T) Display Driver | 319.23 | Linux 64-bit | NVIDIA. It’s compatible with CUDA 5.0.

If this problem persists, please file a bug report using the bug reporting form linked from the registered developer website. Please run the following

Linux:

__NVML_DBG_FILE=nvml_trace.log __NVML_DBG_LVL=DEBUG nvidia-smi -q &> nvsmi_output.txt

Windows:

set __NVML_DBG_FILE=nvml_trace.log
set __NVML_DBG_LVL=DEBUG
nvidia-smi -q &> nvsmi_output.txt

and provide both nvml_trace.log and nvsmi_output.txt in the bug report. Thank you.

njuffa, sorry, but I cant find “bug reporting form”. Is it feedback button between “Logout” and “My account”?

(1) Login at https://developer.nvidia.com/user/login
(2) Click green link “CUDA/GPU Computing Registered Developer Program”
(3) Under heading “Reporting An Issue” click green link “The Submit a Bug Form”

Thanx. The trouble was that my “CUDA/GPU Computing Registered Developer Program” status was not approved. Now all is ok.

hi, I have nvidia gtx 1650 graphic card and the same issue with my computer right now and I was trying to find a solution about it but there is not much of a solution on internet. The only same question was yours but could not understand how you solved it. Could you please explain it to me? How can I check if CUDA/GPU Computing Resgistered Developer Program is approved?

this is my nvidia-smi output
±----------------------------------------------------------------------------+
| NVIDIA-SMI 440.33.01 Driver Version: 440.33.01 CUDA Version: 10.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 ERR! On | 00000000:01:00.0 Off | N/A |
| N/A 50C P8 1W / N/A | 781MiB / 3914MiB | 6% Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1065 G /usr/lib/xorg/Xorg 72MiB |
| 0 1171 G /usr/bin/gnome-shell 50MiB |
| 0 1965 G /usr/lib/xorg/Xorg 348MiB |
| 0 2200 G /usr/bin/gnome-shell 303MiB |
| 0 8209 G /usr/bin/nvidia-settings 2MiB |
±----------------------------------------------------------------------------+

Hi,my 1050ti have the same ERR!
Fri Feb 11 11:10:46 2022
±----------------------------------------------------------------------------+
| NVIDIA-SMI 456.43 Driver Version: 456.43 CUDA Version: 11.1 |
|-------------------------------±---------------------±---------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 ERR! WDDM | 00000000:01:00.0 N/A | N/A |
| 38% 23C P8 N/A / N/A | 389MiB / 2048MiB | N/A Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
How to fix it?

Hello.

It was many years ago and I don’t remember if the problem with the name of the video card was solved, but I remember the main problem that I solved then. I had two video cards, and when parallelizing on both, after 20-60 minutes I got a crash, although the program worked correctly for days on the single video card. The problem was that the nouveau built-in open-source driver in Linux conflicted with NVIDIA’s proprietary drivers. Perhaps the problem of the incorrect name of the video card was also related with this.

Best regards, Maksim.