💡 Every command in this guide must be run in a terminal. Open a terminal by pressing CTRL + ALT + T or accessing the command line in a TTY (CTRL + ALT + F3).
By default, Debian 12 doesn’t grant sudo to the first user. Let’s fix that.
| diff -u -r a/common/inc/nv-linux.h b/common/inc/nv-linux.h | |
| --- a/common/inc/nv-linux.h 2025-04-08 23:05:21.000000000 +1000 | |
| +++ b/common/inc/nv-linux.h 2026-02-14 14:53:46.824504148 +1100 | |
| @@ -58,10 +58,8 @@ | |
| #include <linux/version.h> | |
| #include <linux/utsname.h> | |
| -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 32) | |
| -#error "This driver does not support kernels older than 2.6.32!" | |
| -#elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 7, 0) |
💡 Every command in this guide must be run in a terminal. Open a terminal by pressing CTRL + ALT + T or accessing the command line in a TTY (CTRL + ALT + F3).
By default, Debian 12 doesn’t grant sudo to the first user. Let’s fix that.