91
Upgrade Warnings / Re: Problem with kernel 6.15.3-1-siduction-amd64
« Last post by Teriarch on 2025/06/23, 22:02:11 »Hi Pip,
Don't give up so easily, and besides: The nouveau driver offers only restricted functionality.
Proceed a follows:
$ sudo apt-get update
$ sudo apt-get install nvidia-tesla-470-driver
The last command fails on nvidia-tesla-470-kernel-dkms (unless towo applied the patch in the meantime,
hence check for version nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4).
Get the patched version from
https://wormhole.app/08x65v#teV4IvWkirPB-eXLrijzPA
md5sum filename
6acbeb508691f14d481cc44798e748ff nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb
(Don't worry about the 4c, it simply contains the latest patch and will reinstall the 4 version, btw: the link is
only valid for the next 24 hours)
Install it:
$ sudo dpkg -i nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb
If it fails, please attach the output of the last command in your next message.
Good luck!
PS.: I'd like to see an output like the following with all the gory details:
-----------------------------------------------------
After the error I did a
sudo dpkg -i nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb
with the following result:
(Lese Datenbank ... 312816 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb ...
Deleting module nvidia-tesla-470/470.256.02 completely from the DKMS tree.
Entpacken von nvidia-tesla-470-kernel-dkms (470.256.02-7.siduction.4b) über (470.256.02-7.siduction.4) ...
nvidia-tesla-470-kernel-dkms (470.256.02-7.siduction.4b) wird eingerichtet ...
Loading new nvidia-tesla-470/470.256.02 DKMS files...
Building for 6.15.3-1-siduction-amd64
Building initial module nvidia-tesla-470/470.256.02 for 6.15.3-1-siduction-amd64
The kernel is built without module signing facility, modules won't be signed
Applying patch cc_version_check-gcc5.patch... done.
Applying patch bashisms.patch... done.
Applying patch 0001-some-power-management-features-were-not-yet-in-Linux.patch... done.
Applying patch 0033-refuse-to-load-legacy-module-if-IBT-is-enabled.patch... done.
Applying patch 0034-fix-typos.patch... done.
Applying patch 0037-import-pfn_valid-w-o-GPL-rcu_read_lock-unlock-from-v.patch... done.
Applying patch 0042-Log-an-error-message-when-nv_mem_client_init-fails-d.patch... done.
Applying patch 0043-backport-follow_pfn-changes-from-550.90.07.patch... done.
Applying patch 0045-let-the-virt_addr_valid-macro-use-nv_pfn_valid-on-pp.patch... done.
Applying patch 0046-virt_addr_valid-wants-a-void-argument.patch... done.
Applying patch kernel-6.12.patch... done.
Applying patch kernel-6.13.patch... done.
Applying patch nvidia-470xx-fix-linux-6.14.patch... done.
Applying patch nvidia-470xx-fix-linux-6.15.patch... done.
Applying patch fragile-ARCH.patch... done.
Applying patch conftest-verbose.patch... done.
Applying patch use-kbuild-compiler.patch... done.
Applying patch conftest-prefer-arch-headers.patch... done.
Applying patch use-kbuild-flags.patch... done.
Building module(s)........................ done.
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-modeset.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-drm.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-uvm.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-peermem.ko
Running depmod... done.
------------------------------------------------------------------------------------------
If the patches succeed, it has nothing to do with the deb file, but rather with a somehow broken build
system. We have to know, otherwise we are digging forever...
Don't give up so easily, and besides: The nouveau driver offers only restricted functionality.
Proceed a follows:
$ sudo apt-get update
$ sudo apt-get install nvidia-tesla-470-driver
The last command fails on nvidia-tesla-470-kernel-dkms (unless towo applied the patch in the meantime,
hence check for version nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4).
Get the patched version from
https://wormhole.app/08x65v#teV4IvWkirPB-eXLrijzPA
md5sum filename
6acbeb508691f14d481cc44798e748ff nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb
(Don't worry about the 4c, it simply contains the latest patch and will reinstall the 4 version, btw: the link is
only valid for the next 24 hours)
Install it:
$ sudo dpkg -i nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb
If it fails, please attach the output of the last command in your next message.
Good luck!
PS.: I'd like to see an output like the following with all the gory details:
-----------------------------------------------------
After the error I did a
sudo dpkg -i nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb
with the following result:
(Lese Datenbank ... 312816 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von nvidia-tesla-470-kernel-dkms_470.256.02-7.siduction.4c_amd64.deb ...
Deleting module nvidia-tesla-470/470.256.02 completely from the DKMS tree.
Entpacken von nvidia-tesla-470-kernel-dkms (470.256.02-7.siduction.4b) über (470.256.02-7.siduction.4) ...
nvidia-tesla-470-kernel-dkms (470.256.02-7.siduction.4b) wird eingerichtet ...
Loading new nvidia-tesla-470/470.256.02 DKMS files...
Building for 6.15.3-1-siduction-amd64
Building initial module nvidia-tesla-470/470.256.02 for 6.15.3-1-siduction-amd64
The kernel is built without module signing facility, modules won't be signed
Applying patch cc_version_check-gcc5.patch... done.
Applying patch bashisms.patch... done.
Applying patch 0001-some-power-management-features-were-not-yet-in-Linux.patch... done.
Applying patch 0033-refuse-to-load-legacy-module-if-IBT-is-enabled.patch... done.
Applying patch 0034-fix-typos.patch... done.
Applying patch 0037-import-pfn_valid-w-o-GPL-rcu_read_lock-unlock-from-v.patch... done.
Applying patch 0042-Log-an-error-message-when-nv_mem_client_init-fails-d.patch... done.
Applying patch 0043-backport-follow_pfn-changes-from-550.90.07.patch... done.
Applying patch 0045-let-the-virt_addr_valid-macro-use-nv_pfn_valid-on-pp.patch... done.
Applying patch 0046-virt_addr_valid-wants-a-void-argument.patch... done.
Applying patch kernel-6.12.patch... done.
Applying patch kernel-6.13.patch... done.
Applying patch nvidia-470xx-fix-linux-6.14.patch... done.
Applying patch nvidia-470xx-fix-linux-6.15.patch... done.
Applying patch fragile-ARCH.patch... done.
Applying patch conftest-verbose.patch... done.
Applying patch use-kbuild-compiler.patch... done.
Applying patch conftest-prefer-arch-headers.patch... done.
Applying patch use-kbuild-flags.patch... done.
Building module(s)........................ done.
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-modeset.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-drm.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-uvm.ko
Installing /lib/modules/6.15.3-1-siduction-amd64/updates/dkms/nvidia-tesla-470-peermem.ko
Running depmod... done.
------------------------------------------------------------------------------------------
If the patches succeed, it has nothing to do with the deb file, but rather with a somehow broken build
system. We have to know, otherwise we are digging forever...