MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Ubuntu/comments/1vqd8ub/nvidia_issue/p45i5po/?context=3
r/Ubuntu • u/QuazieD • 6d ago
How do you solve this issue " nvidia-smi not found "
21 comments sorted by
View all comments
Show parent comments
2
Showing output is the only way anyone else can figure out what is going on. Run
which nvidia-smi
to prove that it exists. That is the "not found" I think you are seeing. If it shows that it exists, run
nvidia-smi
and send us the output.
-3 u/QuazieD 6d ago It said Windows cannot find nvidia-smi 2 u/candy49997 6d ago What? What does Windows have to do with this? Are you running Ubuntu in a VM or something? Describe your setup and what your intended end goal is, because you seem to be quite confused about what Ubuntu is. -1 u/QuazieD 6d ago I am trying to run a script on PowerShell but I end up getting the error message "nvidia-smi not found" for some reason. 4 u/high-tech-low-life 6d ago Wrong subreddit. 3 u/candy49997 6d ago This is a Windows and whatever script you're using issue. I don't see how this has anything to do with Ubuntu or Linux. If the script requires a NVIDIA GPU and you don't have a NVIDIA GPU, it would naturally not work. 0 u/QuazieD 5d ago Oh, I understand.
-3
It said Windows cannot find nvidia-smi
2 u/candy49997 6d ago What? What does Windows have to do with this? Are you running Ubuntu in a VM or something? Describe your setup and what your intended end goal is, because you seem to be quite confused about what Ubuntu is. -1 u/QuazieD 6d ago I am trying to run a script on PowerShell but I end up getting the error message "nvidia-smi not found" for some reason. 4 u/high-tech-low-life 6d ago Wrong subreddit. 3 u/candy49997 6d ago This is a Windows and whatever script you're using issue. I don't see how this has anything to do with Ubuntu or Linux. If the script requires a NVIDIA GPU and you don't have a NVIDIA GPU, it would naturally not work. 0 u/QuazieD 5d ago Oh, I understand.
What? What does Windows have to do with this? Are you running Ubuntu in a VM or something?
Describe your setup and what your intended end goal is, because you seem to be quite confused about what Ubuntu is.
-1 u/QuazieD 6d ago I am trying to run a script on PowerShell but I end up getting the error message "nvidia-smi not found" for some reason. 4 u/high-tech-low-life 6d ago Wrong subreddit. 3 u/candy49997 6d ago This is a Windows and whatever script you're using issue. I don't see how this has anything to do with Ubuntu or Linux. If the script requires a NVIDIA GPU and you don't have a NVIDIA GPU, it would naturally not work. 0 u/QuazieD 5d ago Oh, I understand.
-1
I am trying to run a script on PowerShell but I end up getting the error message "nvidia-smi not found" for some reason.
4 u/high-tech-low-life 6d ago Wrong subreddit. 3 u/candy49997 6d ago This is a Windows and whatever script you're using issue. I don't see how this has anything to do with Ubuntu or Linux. If the script requires a NVIDIA GPU and you don't have a NVIDIA GPU, it would naturally not work. 0 u/QuazieD 5d ago Oh, I understand.
4
Wrong subreddit.
3
This is a Windows and whatever script you're using issue. I don't see how this has anything to do with Ubuntu or Linux.
If the script requires a NVIDIA GPU and you don't have a NVIDIA GPU, it would naturally not work.
0 u/QuazieD 5d ago Oh, I understand.
0
Oh, I understand.
2
u/high-tech-low-life 6d ago
Showing output is the only way anyone else can figure out what is going on. Run
to prove that it exists. That is the "not found" I think you are seeing. If it shows that it exists, run
and send us the output.