I have updated recently my drivers in Ubuntu 22.04LTS for the NVIDIA GeForce MX150 to the version 535.86.10 and installed cuda 12.2. I got the newest drivers by sudo ubuntu-driver install
and the cuda 12.2 from nvidia directly. However, I get the following output when I am running nvidia-smi
:
+---------------------------------------------+
| NVIDIA-SMI 535.86.10 Driver Version: 535.86.10 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce MX150 On | 00000000:01:00.0 Off | N/A |
| N/A 48C P8 N/A / ERR! | 4MiB / 2048MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 2305 G /usr/lib/xorg/Xorg 4MiB |
+---------------------------------------------+
Why do I get so many N/A and why is there even an "ERR!" in the middle? I cannot really understand this table, since I didn't find much information in its documentation