Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvidia-driver_535 #80

Open
Aya-Annabi opened this issue Apr 18, 2024 · 1 comment
Open

nvidia-driver_535 #80

Aya-Annabi opened this issue Apr 18, 2024 · 1 comment

Comments

@Aya-Annabi
Copy link

when i execute nvidia-smi command i got an error
Command 'nvidia-smi' not found, but can be installed with:

sudo apt install nvidia-utils-525 # version 525.147.05-0ubuntu0.20.04.1, or
sudo apt install nvidia-utils-525-server # version 525.147.05-0ubuntu0.20.04.1
sudo apt install nvidia-utils-535 # version 535.129.03-0ubuntu0.20.04.1
sudo apt install nvidia-utils-535-server # version 535.129.03-0ubuntu0.20.04.1
and when I tried these above commands but when I checked the cuda version
jetson@nano:~$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:43:33_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
and since then I got the error every time I tried to install anything even I tried to install the nvidia driver sudo apt install nvidia-driver-535
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-driver-535 is already the newest version (535.171.04-0ubuntu0.20.04.1).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
nvidia-driver-535 : Depends: libnvidia-gl-535 (= 535.171.04-0ubuntu0.20.04.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
and the 'apt --fix_broken install' couldn't fix the issues dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-535_535.171.
04-0ubuntu0.20.04.1_arm64.deb (--unpack):

@Qengineering
Copy link
Owner

nvidia-smi is used for CUDA accelerated graphic videocards in a PC environment, like GeForce RTX3060
Since the Jetson Nano is a SOC based device, it will not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants