Can not found my RTX2060 in 25.10 RC1

I have a RTX2060 GPU, system version 25.10 RC.1. I can found it in Isolated GPU menu, or Application Edit menu.

But return “no device were found” when run nvidia-smi in system shell or container’s shell.

truenas_admin@truenas[~]$ lspci | grep -i nvidia
61:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 12GB] (rev a1)
61:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
truenas_admin@truenas[~]$ lspci -v | grep -i nvidia
61:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 12GB] (rev a1) (prog-if 00 [VGA controller])
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
61:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
truenas_admin@truenas[~]$ nvidia-smi
No devices were found

What can I do?

It should be supported with the new drivers.

lspci -nn, should get you the pci id to check.

also cat /proc/driver/nvidia/version should get the current drivers version, to additionally validate against.

My GPU has dropped support, so I am not running it yet. Its a shame they didn’t implement a tickbox/selector for different driver versions.

In this case, you wanna run old hardware, you don’t go to 25.10. New post yesterday outlines which cards are now supported and which ones are left behind.

1 Like

RTX2060 in the compatible list.

Yes, I can get ID and driver version.

truenas_admin@truenas[~]$ lspci -nn | grep -i nvidia
61:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU106 [GeForce RTX 2060 12GB] [10de:1f03] (rev a1)
61:00.1 Audio device [0403]: NVIDIA Corporation TU106 High Definition Audio Controller [10de:10f9] (rev a1)
truenas_admin@truenas[~]$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX Open Kernel Module for x86_64 570.172.08 Release Build (dvs-builder@U22-I3-AF01-21-3) Tue Jul 8 18:08:21 UTC 2025
GCC version: gcc version 12.2.0 (Debian 12.2.0-14+deb12u1)

But “nvidia-smi” can not found it.

truenas_admin@truenas[~]$ nvidia-smi
No devices were found

Same is happening for me. I had to remove my older P400 and P2000, and I wonder if there is something “stuck” on that? I can also see my newer 2060 in lspci but not in nvidia-smi. Any joy for you yet?

You can’t run the two drivers at the same time, is the short answer.
See NVIDIA Kernel Module Change in TrueNAS 25.10 - What This Means for You