Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU : RTX A5000
• DeepStream Version
Deepstream 6.0
• JetPack Version (valid for Jetson only)
No
• TensorRT Version
TensoRT 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only)
- NVIDIA driver 470.63.01
• Issue Type( questions, new requirements, bugs)
Bugs
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
To reproduce the issue, the following command is provied
- Driver installation command
dkms build-essential linux-headers-generic -y
./NVIDIA-Linux-x86_64-470.63.01.run --no-x-check --silent --dkms
- CUDA installation command
cuda_11.4.1_470.57.02_linux.run --silent --toolkit --samples
echo 'export PATH=/usr/local/cuda-11.4/bin:$PATH' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=/usr/local/cuda-11.4/lib64:$LD_LIBRARY_PATH' >> ~/.bashrc
source ~/.bashrc
- CuDNN installation command
tar -xzvf cudnn-11.4-linux-x64-v8.2.4.15.tgz
cp -P cuda/include/cudnn.h /usr/local/cuda-11.4/include
cp -P cuda/lib64/libcudnn* /usr/local/cuda-11.4/lib64/
chmod a+r /usr/local/cuda-11.4/lib64/libcudnn*
After that, I type ‘nvidia-smi’ to check the installation result and the product name space show ERR! and Persistence-M show Off as attached image
I have checked the deviceQuery
and the follow error be shown as below:
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
- If I upgrade my driver version to 5xx, the problem can be solve. However, I want to run Deepstream 6.0 on RTX A5000 if I use higher driver version I cannot install Deepstream 6.0 on it and as I checked the nvidia driver 470.63.02 also support RTX A5000 seri from download driver link
- I hope you can help me to solve the problem while still use nvidia driver 470.63.02
Thank you for your time I and hope to hear from you soon.