Announcement

Collapse
No announcement yet.

Trouble with Nvidia Driver update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Those results look very good.
    I'd say we can now rule out a currently broken NVIDIA/DKMS setup.

    "dkms status" shows:

    nvidia/595.91.07, 7.0.0-31-generic, x86_64: installed

    so the NVIDIA module has been successfully built and installed for the kernel you're actually running.

    "lsmod" also shows the expected NVIDIA modules loaded:

    nvidia
    nvidia_modeset
    nvidia_drm
    nvidia_uvm

    And most importantly, "nvidia-smi" sees the RTX 4090 correctly and reports:

    Driver Version: 595.91.07
    CUDA Version: 13.2
    NVIDIA GeForce RTX 4090

    It is also clearly being used by the desktop and applications — Xorg, KWin, Plasma and Blender are all showing up in the process list.

    So I wouldn't change anything on this installation at the moment.

    The interesting question remains what happened when 610 was attempted. The current evidence doesn't point to a general NVIDIA, DKMS, or kernel problem. It looks much more like something specific to the 610 installation/update.

    I'd therefore keep 595 Open for now, since "ubuntu-drivers" identifies it as the recommended driver, and investigate the 610 transition separately.

    In short: the machine is healthy now, and I'd leave the working configuration alone.

    ▁ ▂ ▄ ▅ ▆ ▇ █ ᄂIПЦX FӨЯ ᄂIFΣ █ ▇ ▆ ▅ ▄ ▂ ▁

    Comment


      #17
      OK, thank you.
      ATM I always choose advanced boot options in grub to start this kernel.
      Not very convinient.

      Code:
      dpkg --list | grep linux-image
      rc linux-image-7.0.0-1006-gke 7.0.0-1006.7 amd64
      Signed kernel image gke
      rc linux-image-7.0.0-1010-oracle 7.0.0-1010.10 amd64
      Signed kernel image oracle
      rc linux-image-7.0.0-1011-gcp 7.0.0-1011.11 amd64
      Signed kernel image gcp
      rc linux-image-7.0.0-1012-aws 7.0.0-1012.12 amd64
      Signed kernel image aws
      rc linux-image-7.0.0-1012-azure 7.0.0-1012.12 amd64
      Signed kernel image azure
      rc linux-image-7.0.0-1012-ibm 7.0.0-1012.12 amd64
      Signed kernel image ibm
      rc linux-image-7.0.0-1013-oem 7.0.0-1013.13 amd64
      Signed kernel image oem
      rc linux-image-7.0.0-1016-nvidia 7.0.0-1016.16 amd64
      Signed kernel image nvidia
      rc linux-image-7.0.0-14-generic 7.0.0-14.14 amd64
      Signed kernel image generic
      ii linux-image-7.0.0-2016-nvidia-bos 7.0.0-2016.16 amd64
      Signed kernel image nvidia-bos
      rc linux-image-7.0.0-29-generic 7.0.0-29.29 amd64
      Signed kernel image generic
      rc linux-image-7.0.0-30-generic 7.0.0-30.30 amd64
      Signed kernel image generic
      ii linux-image-7.0.0-31-generic 7.0.0-31.31 amd64
      Signed kernel image generic
      ii linux-image-generic 7.0.0-31.31 amd64
      Generic Linux kernel image
      Code:
      ​ls -l /boot/
      total 238036
      -rw------- 1 root root 11133915 Jul 22 17:02 System.map-7.0.0-2016-nvidia-bos
      -rw------- 1 root root 11018211 Aug 1 04:09 System.map-7.0.0-31-generic
      -rw-r--r-- 1 root root 308293 Jul 22 17:02 config-7.0.0-2016-nvidia-bos
      -rw-r--r-- 1 root root 308473 Aug 1 04:09 config-7.0.0-31-generic
      drwxr-xr-x 4 root root 4096 Jan 1 1970 efi
      drwxr-xr-x 5 root root 4096 Sep 9 07:43 grub
      lrwxrwxrwx 1 root root 32 Sep 8 06:10 initrd.img -> initrd.img-7.0.0-2016-nvidia-bos
      -rw------- 1 root root 92942721 Sep 8 22:50 initrd.img-7.0.0-2016-nvidia-bos
      -rw------- 1 root root 92915554 Sep 7 14:02 initrd.img-7.0.0-31-generic
      lrwxrwxrwx 1 root root 27 Sep 9 07:43 initrd.img.old -> initrd.img-7.0.0-31-generic
      -rw-r--r-- 1 root root 156672 Nov 29 2025 mt86+ia32
      -rw-r--r-- 1 root root 161280 Nov 29 2025 mt86+x64
      lrwxrwxrwx 1 root root 29 Sep 8 06:10 vmlinuz -> vmlinuz-7.0.0-2016-nvidia-bos
      -rw------- 1 root root 17467784 Jul 22 17:15 vmlinuz-7.0.0-2016-nvidia-bos
      -rw------- 1 root root 17303944 Aug 1 04:01 vmlinuz-7.0.0-31-generic
      lrwxrwxrwx 1 root root 24 Sep 9 07:43 vmlinuz.old -> vmlinuz-7.0.0-31-generic
      ...investigate the 610 transition separately.
      Could you help me with that too?
      Last edited by LuisSeyfer; Today, 01:19 AM.

      Comment


        #18
        to be clear , you want to boot into the 7.0.0-31-generic kernel ?
        if so please 1st post the output of this :
        Code:
        grep "^GRUB_DEFAULT" /etc/default/grub
        ▁ ▂ ▄ ▅ ▆ ▇ █ ᄂIПЦX FӨЯ ᄂIFΣ █ ▇ ▆ ▅ ▄ ▂ ▁

        Comment


          #19
          I thought, since linux-image-7.0.0-2016-nvidia-bos came as an update, I should make this one run again.

          Code:
          grep "^GRUB_DEFAULT" /etc/default/grub
          GRUB_DEFAULT=0

          Comment


            #20
            Originally posted by LuisSeyfer View Post
            I thought, since linux-image-7.0.0-2016-nvidia-bos came as an update, I should make this one run again.

            Code:
            grep "^GRUB_DEFAULT" /etc/default/grub
            GRUB_DEFAULT=0
            which kernel were you booted in when you ran the command grep "^GRUB_DEFAULT" /etc/default/grub ?
            and is everything working fine with that kernel ?
            ▁ ▂ ▄ ▅ ▆ ▇ █ ᄂIПЦX FӨЯ ᄂIFΣ █ ▇ ▆ ▅ ▄ ▂ ▁

            Comment


              #21
              from your previous output it shows your machine has 2 kernels installed
              ii linux-image-7.0.0-31-generic
              ii linux-image-7.0.0-2016-nvidia-bos
              but the system is currently running 7.0.0-31-generic
              And /boot says
              initrd.img -> initrd.img-7.0.0-2016-nvidia-bos
              vmlinuz -> vmlinuz-7.0.0-2016-nvidia-bos
              Those symlinks point to the NVIDIA-BOS kernel, while uname -r says the machine booted the generic kernel.
              ▁ ▂ ▄ ▅ ▆ ▇ █ ᄂIПЦX FӨЯ ᄂIFΣ █ ▇ ▆ ▅ ▄ ▂ ▁

              Comment

              Users Viewing This Topic

              Collapse

              There are 0 users viewing this topic.

              Working...
              X