Skip to content

Instantly share code, notes, and snippets.

@siddhsql
Created June 12, 2023 01:53
Show Gist options
  • Save siddhsql/2a263d61016fb3e5187952fe5cbe509a to your computer and use it in GitHub Desktop.
Save siddhsql/2a263d61016fb3e5187952fe5cbe509a to your computer and use it in GitHub Desktop.
$ sudo apt-get install linux-headers-`uname -r`
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
linux-headers-5.10.0-23-cloud-amd64
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 858 kB of archives.
After this operation, 3331 kB of additional disk space will be used.
Get:1 https://deb.debian.org/debian-security bullseye-security/main amd64 linux-headers-5.10.0-23-cloud-amd64 amd64 5.10.179-1 [858 kB]
Fetched 858 kB in 0s (1860 kB/s)
Selecting previously unselected package linux-headers-5.10.0-23-cloud-amd64.
(Reading database ... 110727 files and directories currently installed.)
Preparing to unpack .../linux-headers-5.10.0-23-cloud-amd64_5.10.179-1_amd64.deb ...
Unpacking linux-headers-5.10.0-23-cloud-amd64 (5.10.179-1) ...
Setting up linux-headers-5.10.0-23-cloud-amd64 (5.10.179-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-23-cloud-amd64:
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j2 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=5.10.0-23-cloud-amd64 modules.............................
cleaning build area...
DKMS: build completed.
nvidia.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.10.0-23-cloud-amd64/updates/dkms/
nvidia-uvm.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.10.0-23-cloud-amd64/updates/dkms/
nvidia-modeset.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.10.0-23-cloud-amd64/updates/dkms/
nvidia-drm.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.10.0-23-cloud-amd64/updates/dkms/
nvidia-peermem.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.10.0-23-cloud-amd64/updates/dkms/
depmod...
DKMS: install completed.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment