Hello I’ve tried to install NVIDIA open drivers on my debian 13 with kernel version 6.12.63+deb13-amd64.
I have an rtx 5060 ti blackwell which means according to debian documentation that I can only install the open drivers.
But not matter which kernel version I try:
- 6.12.38+deb13
- 6.12.43+deb13
- 6.12.63+deb13
- 6.18.0-061800-generic
I tried different driver versions too: 575, 580, 590 and also the master branch of NVIDIA/open-gpu-kernel-modules
I also tried: https://github.com/devleonardoamaral/debian-nvidia-installer
I keep getting the same issue.
I have built other kernel modules with dkms. Namely zfs
Here is a ticket opened on open-gpu-kernel-modules github with more information including logs. I’m open to any suggestions
https://github.com/NVIDIA/open-gpu-kernel-modules/issues/1006
A snippet of the logs, but the exported twice is repeated thousands of times:
ERROR: modpost: net/qrtr/qrtr: 'qrtr_endpoint_unregister' exported twice. Previous export was in net/qrtr/qrtr.ko ERROR: modpost: net/qrtr/qrtr: 'qrtr_ns_init' exported twice. Previous export was in net/qrtr/qrtr.ko ERROR: modpost: net/qrtr/qrtr: 'qrtr_ns_remove' exported twice. Previous export was in net/qrtr/qrtr.ko ERROR: modpost: virt/lib/irqbypass: 'irq_bypass_register_producer' exported twice. Previous export was in virt/lib/irqbypass.ko ERROR: modpost: virt/lib/irqbypass: 'irq_bypass_unregister_producer' exported twice. Previous export was in virt/lib/irqbypass.ko ERROR: modpost: virt/lib/irqbypass: 'irq_bypass_register_consumer' exported twice. Previous export was in virt/lib/irqbypass.ko ERROR: modpost: virt/lib/irqbypass: 'irq_bypass_unregister_consumer' exported twice. Previous export was in virt/lib/irqbypass.ko make[5]: *** [/usr/src/linux-headers-6.12.43+deb13-common/scripts/Makefile.modpost:145: /tmp/open-gpu-kernel-modules/kernel-open/Module.symvers] Error 1 make[4]: *** [/usr/src/linux-headers-6.12.43+deb13-common/Makefile:1922: modpost] Error 2 make[3]: *** [/usr/src/linux-headers-6.12.43+deb13-common/Makefile:236: __sub-make] Error 2 make[3]: Leaving directory '/usr/src/linux-headers-6.12.43+deb13-amd64' make[2]: *** [Makefile:236: __sub-make] Error 2 make[2]: Leaving directory '/usr/src/linux-headers-6.12.43+deb13-common' make[1]: *** [Makefile:138: modules] Error 2 make[1]: Leaving directory '/tmp/open-gpu-kernel-modules/kernel-open' make: *** [Makefile:59: modules] Error 2