You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows build number: Microsoft Windows [Version 10.0.19041.388]
Your Distribution version: Ubuntu Release: 20.04
Whether the issue is on WSL 2 and/or WSL 1: (Should be version 2) Linux version 4.4.0-19041-Microsoft (Microsoft@Microsoft.com) (gcc version 5.4.0 (GCC) ) #1-Microsoft Fri Dec 06 14:06:00 PST 2019
Steps to reproduce
I'm in the process of trying to install cuda (and eventually tensorflow-gpu); I've so far apt-get installed cuda, but nvidia-smi is not working. As part of troubleshooting that, I've noticed that lspci is not working.
In the Ubuntu prompt
$ lspci
(no output)
$ sudo lspci
(no output)
$ lspci --version
lspci version 3.6.4
$ lspci --help
(works as expected)
$ lspci -i /usr/share/misc/pci.ids
(no output)
I am expecting to see at least my GPU, which is NVIDIA GeForce GTX 960M
Expected behavior
I'm expecting a list of devices, hopefully including the GPU
Actual behavior
No output
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Environment
Steps to reproduce
I'm in the process of trying to install cuda (and eventually tensorflow-gpu); I've so far apt-get installed cuda, but nvidia-smi is not working. As part of troubleshooting that, I've noticed that lspci is not working.
In the Ubuntu prompt
$ lspci
(no output)
$ sudo lspci
(no output)
$ lspci --version
lspci version 3.6.4
$ lspci --help
(works as expected)
$ lspci -i /usr/share/misc/pci.ids
(no output)
I am expecting to see at least my GPU, which is NVIDIA GeForce GTX 960M
Expected behavior
I'm expecting a list of devices, hopefully including the GPU
Actual behavior
No output
The text was updated successfully, but these errors were encountered: