error kernel 6.17.2-1-siduction-amd64

Started by dacorsa, 2025/10/13, 12:23:34

Previous topic - Next topic

dibl

FWIW -- I have a fully updated, troublefree siduction system with nvidia graphics:

  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia v: 580.126.18
  Display: wayland server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.9
    compositor: kwin_wayland driver: X: loaded: nvidia
    unloaded: fbdev,modesetting,nouveau,vesa gpu: nvidia,nvidia-nvswitch
    resolution: 1: 1920x1200~60Hz 2: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: nvidia,swrast
    platforms: gbm,wayland,x11,surfaceless,device
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 580.126.18
    renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
  API: Vulkan v: 1.4.341 drivers: nvidia,llvmpipe surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: nvidia-settings,nvidia-smi
    wl: wayland-info x11: xdriinfo, xdpyinfo, xprop, xrandr


and my dpkg -l output is identical to yours.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

Teriarch

@dacorsa

Now we know the output of apt and dkms is the same, we may address
the 13 removals:

nvidia-suspend-common           see below
libgl1-nvidia-glvnd-glx         no replacement
libgl1-nvidia-glvnd-glx:i386    no replacement
nvidia-alternative              removes nvidia-kernel-dkms
nvidia-driver-bin               no replacement
nvidia-egl-icd:i386             replacement available
nvidia-kernel-common            removes nvidia-kernel-dkms
nvidia-support                  removes nvidia-kernel-dkms
nvidia-vulkan-common            replacement available
nvidia-detect                   removes nvidia-kernel-dkms
nvidia-egl-common               replacement available
nvidia-installer-cleanup        removes nvidia-kernel-dkms
nvidia-legacy-check             removes nvidia-kernel-dkms

The nvidia version of nvidia-suspend-common for some reason leaves out
the systemd suspend services, so we backup the files for good measure and return
them after all is set and done:

$ find /usr/lib/systemd /usr/bin/nvidia-sleep.sh|grep nvidia|xargs -I{} sudo cp {} {}.org

# sudo cp /usr/lib/systemd/system/nvidia-resume.service /usr/lib/systemd/system/nvidia-resume.service.org
# sudo cp /usr/lib/systemd/system/systemd-homed.service.d/nvidia.conf /usr/lib/systemd/system/systemd-homed.service.d/nvidia.conf.org
# sudo cp /usr/lib/systemd/system/nvidia-suspend.service /usr/lib/systemd/system/nvidia-suspend.service.org
# sudo cp /usr/lib/systemd/system/systemd-suspend.service.d/nvidia.conf /usr/lib/systemd/system/systemd-suspend.service.d/nvidia.conf.org
# sudo cp /usr/lib/systemd/system/nvidia-hibernate.service /usr/lib/systemd/system/nvidia-hibernate.service.org
# sudo cp /usr/lib/systemd/system-sleep/nvidia /usr/lib/systemd/system-sleep/nvidia.org
# sudo cp /usr/bin/nvidia-sleep.sh /usr/bin/nvidia-sleep.sh.org

... return them after update (lest we forget):
$ find /usr/lib/systemd /usr/bin/nvidia-sleep.sh|grep nvidia|xargs -I{} sudo mv {}.org {}

Removal of the updated kernel modules would counteract our whole effort, hence we let them go.
Maybe someone can comment on libgl1-nvidia-glvnd-glx and nvidia-driver-bin, but I had no issues removing them,
so as far as I am concerned: Ten down, three to go.

But before you proceed I want you to test the updated drivers beforehand (assuming you are
running on kernel 6.17 and the "6.17" is not a typo):

$ cd /tmp
$ apt-get download nvidia-kernel-dkms
$ mkdir nvidia
$ cd nvidia
$ dpkg -x ../nvidia-kernel-dkms_595.58.03-1_amd64.deb .
$ cd usr/src/nvidia-595.58.03
$ make
$ ls -la *.ko

-rw-rw-r-- 1 wt wt    272480  4. Apr 13:13 nvidia-drm.ko
-rw-rw-r-- 1 wt wt 107230600  4. Apr 13:13 nvidia.ko
-rw-rw-r-- 1 wt wt   2062424  4. Apr 13:13 nvidia-modeset.ko
-rw-rw-r-- 1 wt wt      7336  4. Apr 13:13 nvidia-peermem.ko
-rw-rw-r-- 1 wt wt   3580064  4. Apr 13:13 nvidia-uvm.ko

At this point you can save the modules somewhere, boot into emergency
mode and try them out:
# insmod nvidia.ko

If that plays out, you are good to go (remember the suspend part from above).

dacorsa

Hi @Teriarch

thanks for all the info, i have uninstalled all 13 packages but when i restart the pc, stack on the desktop with the taskbar all gray, why?

thanks

Teriarch

@dacorsa

Maybe you can supply more information about the current state of your system, including:

- are the new nvidia drivers loaded and used ($ lsmod|grep nvidia)?
- did they even compile?
- are you still using the external nvidia card (and not the internal one, since the drivers didn't load)?
- can you provide a desktop image?
- can you start a konsole to ease the gathering of information?


dacorsa

Quote from: Teriarch on 2026/04/07, 19:28:55
@dacorsa

Maybe you can supply more information about the current state of your system, including:

- are the new nvidia drivers loaded and used ($ lsmod|grep nvidia)?
- did they even compile?
- are you still using the external nvidia card (and not the internal one, since the drivers didn't load)?
- can you provide a desktop image?
- can you start a konsole to ease the gathering of information?

Excuse me i'm very busy i will do ASAP
Thanks best regards