Hello,
My PC:
- Ubuntu 24.04
- kernel: 6.8.1-1031-realtime #32-Ubuntu SMP PREEMPT_RT
- GPU: RTX 5080
I’m trying to install the drivers in this setup following the official guide: Choose an Installation Method — NVIDIA Driver Installation Guide
The first thing I noticed is that in the compatibility table there is ubuntu 24 but doesn’t specify about the kernel type so I followed the installation with the open kernel module. This is the error I get:
ERROR (dkms apport): kernel package linux-headers-6.8.1-1031-realtime is not sup
ported
Error! Bad return status for module build on kernel: 6.8.1-1031-realtime (x86_64
)
Consult /var/lib/dkms/nvidia/580.95.05/build/make.log for more information.
dpkg: error al procesar el paquete nvidia-dkms-580-open (–configure):
el subproceso instalado paquete nvidia-dkms-580-open script post-installation d
evolvió el código de salida de error 10
dpkg: problemas de dependencias impiden la configuración de nvidia-driver-580-op
en:
nvidia-driver-580-open depende de nvidia-dkms-580-open (= 580.95.05-0ubuntu1);
sin embargo:
El paquete `nvidia-dkms-580-open’ no está configurado todavía.
dpkg: error al procesar el paquete nvidia-driver-580-open (–configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de nvidia-open:
nvidia-open depende de nvidia-driver-580-open (>= 580.95.05) | nvidia-driver-58
0-server-open (>= 580.95.05); sin embargo:
El paquete nvidia-driver-580-open' no está configurado todavía. El paquete nvidia-driver-580-server-open’ no está instalado.
dpkg: error al procesar el paquete nvidia-open (–configure):
problemas de dependencias - se deja sin configurar
Configurando libnvidia-compute-580:amd64 (580.95.05-0ubuntu1) …
No se escribió un informe «apport» porque el mensaje de error indica que es un m
ensaje de error asociado a un fallo previo.
No se escribió un informe «apport» po
rque el mensaje de error indica que es un mensaje de error asociado a un fallo p
revio.
Configurando libnvidia-gl-580:amd64 (580.95.05-0ubuntu1) …
Configurando libnvidia-decode-580:amd64 (580.95.05-0ubuntu1) …
Configurando libnvidia-encode-580:amd64 (580.95.05-0ubuntu1) …
Procesando disparadores para man-db (2.12.0-4build2) …
Procesando disparadores para dbus (1.14.10-4ubuntu4.1) …
Procesando disparadores para desktop-file-utils (0.27-2build1) …
Procesando disparadores para initramfs-tools (0.142ubuntu25.5) …
update-initramfs: Generating /boot/initrd.img-6.16.0-061600-generic
Procesando disparadores para gnome-menus (3.36.0-1.1ubuntu3) …
Procesando disparadores para libc-bin (2.39-0ubuntu8.6) …
Se encontraron errores al procesar:
nvidia-dkms-580-open
nvidia-driver-580-open
nvidia-open
E: Sub-process /usr/bin/dpkg returned an error code (1)
I know this topic has a long history of people trying to set up nvidia drivers in various versions of ubuntu RT kernels without success due to the incompatibility, and seems my case is not different. I found some people that succeded but those guides are outdated for the new ubuntu and GPU releases… my question is:
There is a way to install drivers or is totally impossible?