Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1323  / 3 Years ago, sat, september 4, 2021, 1:11:51

I was trying to run a program in Ubuntu on Windows 10 but for some reason it just cannot find my NVIDA driver. I have tried install via the '$sudo apt-get nvidia-xxx' (tried different versions too), but it didn't seem to help.


When I do '$nvidia-smi' it returns 'NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.'.
When I do '$nvidia-settings' it returns 'ERROR: The control display is undefined; please run nvidia-settings --help for usage information.'


I have then followed some of the steps on the internet trying to do $lspci -k | grep -EA2 'VGA|3D', the results are


> lspci: Unable to load libkmod resources: error -2 5ba5:00:00.0 3D
> controller: Microsoft Corporation Basic Render Driver
> Kernel driver in use: dxgkrnl e7a1:00:00.0 3D controller: Microsoft Corporation Basic Render Driver
> Kernel driver in use: dxgkrnl

alternatively if I do a sudo lshw -C display
results would be:


 *-display:0
description: 3D controller
product: Basic Render Driver
vendor: Microsoft Corporation
physical id: 2
bus info: pci@5ba5:00:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: driver=dxgkrnl latency=0
resources: irq:0
*-display:1
description: 3D controller
product: Basic Render Driver
vendor: Microsoft Corporation
physical id: 3
bus info: pci@e7a1:00:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: driver=dxgkrnl latency=0
resources: irq:0

Anyone has any idea how to resolve this? Thanks in advance


PS for reference, if i do a nivida-smi on powershell it would have:


+-----------------------------------------------------------------------------+
| NVIDIA-SMI 452.39 Driver Version: 452.39 CUDA Version: 11.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Quadro P620 WDDM | 00000000:01:00.0 On | N/A |
| 34% 40C P5 N/A / N/A | 1064MiB / 2048MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+

More From » drivers

 Answers
5

I have things worked out using https://ubuntu.com/tutorials/enabling-gpu-acceleration-on-ubuntu-on-wsl2-with-the-nvidia-cuda-platform#1-overview which Terrance shared with me the other day! Thanks Terrance!


[#210] Sunday, September 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
brasiplacar

Total Points: 314
Total Questions: 124
Total Answers: 97

Location: Dominican Republic
Member since Wed, Mar 17, 2021
3 Years ago
brasiplacar questions
Tue, Jan 10, 23, 06:22, 1 Year ago
Wed, Oct 13, 21, 15:19, 3 Years ago
Wed, May 4, 22, 00:06, 2 Years ago
Thu, Jan 5, 23, 15:40, 1 Year ago
Mon, Sep 13, 21, 14:46, 3 Years ago
;