<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7952&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Ceres upgrade to kernel 7.0.3 error NVIDIA driver]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7952</link>
		<description><![CDATA[The most recent posts in Ceres upgrade to kernel 7.0.3 error NVIDIA driver.]]></description>
		<lastBuildDate>Tue, 05 May 2026 23:01:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Ceres upgrade to kernel 7.0.3 error NVIDIA driver]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63623#p63623</link>
			<description><![CDATA[<p>this command not help</p><p><span class="bbc">sudo apt reinstall nvidia-legacy-340xx-kernel-dkms</span></p><div class="codebox"><pre><code>root@devuan:/home/freeartist-devuan# dkms status
nvidia-legacy-340xx/340.108, 6.12.57+deb13-amd64, x86_64: installed
nvidia-legacy-340xx/340.108, 6.19.11+deb14-amd64, x86_64: installed
nvidia-legacy-340xx/340.108, 6.19.14+deb14-amd64, x86_64: installed
root@devuan:/home/freeartist-devuan# </code></pre></div><p>problem with dkms that can`t build nvidia <span class="bbc">uvm</span> module for kernel 7.0.3</p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Tue, 05 May 2026 23:01:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63623#p63623</guid>
		</item>
		<item>
			<title><![CDATA[Ceres upgrade to kernel 7.0.3 error NVIDIA driver]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63621#p63621</link>
			<description><![CDATA[<p>At end of the upgrading process i have this</p><div class="codebox"><pre><code>Processing triggers for initramfs-tools (0.151)…
update-initramfs: Generating /boot/initrd.img-6.19.14+deb14-amd64
I: The initramfs will attempt to resume from /dev/sdd5
I: (UUID=132b6ad7-4fd2-4211-9072-871347617609)
I: Set the RESUME variable to override this.
Processing triggers for libc-bin (2.42-15)…
Errors were encountered while processing:
 linux-headers-7.0.3+deb14-amd64
 linux-headers-amd64
 linux-image-7.0.3+deb14-amd64
 linux-image-amd64
Error: Sub-process /usr/bin/dpkg returned an error code (1)
root@devuan:/etc/apt/sources.list.d# </code></pre></div><p><span class="bbc">sudo apt --fix-broken install</span></p><div class="codebox"><pre class="vscroll"><code>Building module(s).........................(bad exit status: 2)
Failed command:
env NV_VERBOSE=1 make -j4 modules KERNEL_UNAME=7.0.3+deb14-amd64; env NV_VERBOSE=1 make -j4 -C uvm modules KERNEL_UNAME=7.0.3+deb14-amd64 KBUILD_EXTMOD=/var/lib/dkms/nvidia-legacy-340xx/340
.108/build/uvm

Error! Bad return status for module build on kernel: 7.0.3+deb14-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-legacy-340xx/340.108/build/make.log for more information.

Autoinstall on 7.0.3+deb14-amd64 failed for module(s) nvidia-legacy-340xx(10).

Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
run-parts: /etc/kernel/postinst.d/dkms exited with return code 1
dpkg: error processing package linux-image-7.0.3+deb14-amd64 (--configure):
 old linux-image-7.0.3+deb14-amd64 package postinst maintainer script subprocess failed with exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-7.0.3+deb14-amd64 (= 7.0.3-1); however:
  Package linux-headers-7.0.3+deb14-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-7.0.3+deb14-amd64 (= 7.0.3-1); however:
  Package linux-image-7.0.3+deb14-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-7.0.3+deb14-amd64
 linux-image-7.0.3+deb14-amd64
 linux-headers-amd64
 linux-image-amd64
Error: Sub-process /usr/bin/dpkg returned an error code (1)
root@devuan:/etc/apt/sources.list.d#</code></pre></div><p><span class="bbc">/var/lib/dkms/nvidia-legacy-340xx/340.108/build/make.log </span></p><div class="codebox"><pre class="vscroll"><code>nv.c: In function ‘nvidia_open’:
nv.c:1468:33: error: ‘screen_info’ undeclared (first use in this function)
 1468 |         if (nv-&gt;primary_vga &amp;&amp; (screen_info.orig_video_isVGA != 0x01))
      |                                 ^~~~~~~~~~~
nv.c:1468:33: note: each undeclared identifier is reported only once for each function it appears in
make[4]: *** [/usr/src/linux-headers-7.0.3+deb14-common/scripts/Makefile.build:294: nv.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:2129: .] Error 2
make[2]: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:260: __sub-make] Error 2
make[2]: Leaving directory &#039;/var/lib/dkms/nvidia-legacy-340xx/340.108/build&#039;
make[1]: *** [Makefile:260: __sub-make] Error 2
make[1]: Leaving directory &#039;/usr/src/linux-headers-7.0.3+deb14-common&#039;
make: *** [Makefile:219: nvidia.ko] Error 2
make: Entering directory &#039;/var/lib/dkms/nvidia-legacy-340xx/340.108/build/uvm&#039;
cd ./..; make module SYSSRC=/lib/modules/7.0.3+deb14-amd64/source SYSOUT=/lib/modules/7.0.3+deb14-amd64/build KBUILD_EXTMOD=./..
NVIDIA UVM: CC=x86_64-linux-gnu-gcc-15, HOST_CC=x86_64-linux-gnu-gcc-15 NV_TARGET_ARCH=x86_64
NVIDIA UVM: CONFTEST=/bin/sh ./conftest.sh x86_64-linux-gnu-gcc-15 x86_64-linux-gnu-gcc-15 x86_64 /lib/modules/7.0.3+deb14-amd64/source /lib/modules/7.0.3+deb14-amd64/build
make[1]: Entering directory &#039;/var/lib/dkms/nvidia-legacy-340xx/340.108/build&#039;
KERNEL_SOURCES: /lib/modules/7.0.3+deb14-amd64/source
EXTRA_CFLAGS: -O2 -DNVIDIA_UVM_LITE_ENABLED -DLinux -D__linux__ -DNVIDIA_UVM_RM_ENABLED  -I/var/lib/dkms/nvidia-legacy-340xx/340.108/build -I./..
NVIDIA: calling KBUILD...
make NV_MODULE_SUFFIX= KBUILD_OUTPUT=/lib/modules/7.0.3+deb14-amd64/build KERNEL_SOURCES=/lib/modules/7.0.3+deb14-amd64/source KERNEL_OUTPUT=/lib/modules/7.0.3+deb14-amd64/build KBUILD_VERB
OSE=1 -C /lib/modules/7.0.3+deb14-amd64/source M=/var/lib/dkms/nvidia-legacy-340xx/340.108/build ARCH=x86_64 modules
make[2]: Entering directory &#039;/usr/src/linux-headers-7.0.3+deb14-common&#039;
make  -C /usr/src \
-f /usr/src/linux-headers-7.0.3+deb14-common/Makefile modules
make[3]: Entering directory &#039;/usr/src&#039;
make --no-print-directory -C /usr/src \
-f /usr/src/linux-headers-7.0.3+deb14-common/Makefile modules
make -f /usr/src/linux-headers-7.0.3+deb14-common/scripts/Makefile.build obj=. need-builtin=1 need-modorder=1
/usr/src/linux-headers-7.0.3+deb14-common/scripts/Makefile.build:37: Makefile: No such file or directory
make[5]: *** No rule to make target &#039;Makefile&#039;.  Stop.
make[4]: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:2129: .] Error 2
make[3]: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:260: __sub-make] Error 2
make[3]: Leaving directory &#039;/usr/src&#039;
make[2]: *** [Makefile:260: __sub-make] Error 2
make[2]: Leaving directory &#039;/usr/src/linux-headers-7.0.3+deb14-common&#039;
make[1]: *** [Makefile:219: nvidia.ko] Error 2
make[1]: Leaving directory &#039;/var/lib/dkms/nvidia-legacy-340xx/340.108/build&#039;
make: *** [Makefile:226: ../Module.symvers] Error 2
make: Leaving directory &#039;/var/lib/dkms/nvidia-legacy-340xx/340.108/build/uvm&#039;

# exit code: 2
# elapsed time: 00:01:09</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Tue, 05 May 2026 20:37:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63621#p63621</guid>
		</item>
	</channel>
</rss>
