I’m experiencing an issue with my “GeForce RTX 5070 Ti” on Ubuntu Linux:
- GPU is detected in
lspci
, butnvidia-smi
shows “No devices found”.
OS: Ubuntu 24.04
Troubleshooting steps I’ve tried:
- Disabled Secure Boot.
- Added
nvidia-drm.modeset=1
to kernel parameters. - Confirmed kernel modules are loaded (
lsmod | grep nvidia
).
System Info:
- GPU PCI ID:
10de:2c05
(fromlspci -vnnn
) - Kernel:
6.11.0-25-generic
- Driver:
570.133.07
Could this be a compatibility issue with the RTX 5070 Ti?
Please advise how to resolve this.
p.s.
[I’ve tried this too]
jy@jy-MS-7E13:~$ lspci -vnnn | grep -A 10 “VGA compatible comtroller”
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GB203 [GeForce RTX 5070 Ti] [10de:2c05] (rev a1) (prog-if 00 [VGA controller])
Subsystem: NVIDIA Corporation Device [10de:205c]
Flags: bus master, fast devsel, latency 0, IRQ 16, IOMMU group 10
Memory at 80000000 (32-bit, non-prefetchable) [size=64M]
Memory at 4020000000 (64-bit, prefetchable) [size=256M]
Memory at 4040000000 (64-bit, prefetchable) [size=32M]
I/O ports at 4000 [size=128]
Expansion ROM at 84000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
===========
.Methods attempted & results
- Check the driver
$ lsmod | grep nvidia
Loaded normally (check nvidia, nvidia_drm, etc.)
- Secure Boot
$ sudo mokutil --disable-validation
Already disabled
-
Add kernel parameters
$ GRUB_CMDLINE_LINUX=“nvidia-drm.modeset=1” → update-grub >>> ❌ No changes (error persists) -
Check Wayland/Xorg
$ echo $XDG_SESSION_TYPE
❌ No Xorg log file (suspected Wayland session)
- Check driver version
$ dpkg -l | grep nvidia-driver
570.133.07 installed (too recent?)
-
Downgrade driver
$ sudo apt purge nvidia-* → sudo apt install nvidia-driver-550 >>> Partially successful (installation complete but nvidia-smi version mismatch) -
Manually install official driver
$ wget NVIDIA-Linux-x86_64-550.67.run → run
Installation successful but NVML version conflict (550.67 vs library mismatch)
- Reinstall DKMS
$ sudo dkms install -m nvidia -v 550.67
Already installed (suspected compatibility issue with kernel 6.11.0-25)
==========
***I would like to inform you that I submitted this suggestion three days ago and again this morning. The photo shows the results entered at the terminal at May 19 ,8:30 a.m. today, Korean time. Thank you.