seit dem letzten Update bekomme ich bei meinem Debian Testing die nvidia-Treiber nichtmehr geladen.
Bei Kernel 5.2.0-2 fehlen da auch die Headers, also bin ich wieder auf 5.19.0.1 gegangen, aber auch da fehlen die treiber nun:
Code: Alles auswählen
# systemctl status systemd-modules-load.service
× systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Sat 2022-10-01 17:48:06 CEST; 26min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 737 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 737 (code=exited, status=1/FAILURE)
CPU: 20ms
Oct 01 17:48:06 Home systemd-modules-load[741]: modprobe: ERROR: could not insert 'nvidia': Invalid argument
Oct 01 17:48:06 Home systemd-modules-load[744]: modprobe: FATAL: Module nvidia-current-modeset not found in directory /lib/modules/5.19.0-1-amd64
Oct 01 17:48:06 Home systemd-modules-load[739]: modprobe: ERROR: ../libkmod/libkmod-module.c:1047 command_do() Error running install command 'modprobe nvidia ; modprobe -i nvidia-current-modeset ' for module >
Oct 01 17:48:06 Home systemd-modules-load[739]: modprobe: ERROR: could not insert 'nvidia_modeset': Invalid argument
Oct 01 17:48:06 Home systemd-modules-load[745]: modprobe: FATAL: Module nvidia-current-drm not found in directory /lib/modules/5.19.0-1-amd64
Oct 01 17:48:06 Home systemd-modules-load[737]: Error running install command 'modprobe nvidia-modeset ; modprobe -i nvidia-current-drm ' for module nvidia_drm: retcode 1
Oct 01 17:48:06 Home systemd-modules-load[737]: Failed to insert module 'nvidia_drm': Invalid argument
Oct 01 17:48:06 Home systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 01 17:48:06 Home systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 01 17:48:06 Home systemd[1]: Failed to start Load Kernel Modules.
Code: Alles auswählen
# nvidia-detect
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP108 [GeForce GT 1030] [10de:1d01] (rev a1)
Checking card: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
Your card is supported by all driver versions.
Your card is also supported by the Tesla 470 drivers series.
Your card is also supported by the Tesla 450 drivers series.
Your card is also supported by the Tesla 418 drivers series.
It is recommended to install the
nvidia-driver
package.
Code: Alles auswählen
# apt-cache policy nvidia-driver
nvidia-driver:
Installed: (none)
Candidate: 470.141.03-1
Version table:
470.141.03-1 500
500 http://deb.debian.org/debian testing/non-free amd64 Packages
Hat mir da jemand 'nen tipp, wie ich das wieder zum laufen bekomme?
Thx!
EDIT:
Nun habe ich mit dpkg-reconfigure nvidia-kernel-dkms Module bauen können:
Code: Alles auswählen
# dpkg-reconfigure nvidia-kernel-dkms
Loading new nvidia-current-470.141.03 DKMS files...
Building for 5.19.0-1-amd64
Building initial module for 5.19.0-1-amd64
/usr/sbin/dkms: line 1055: kmodsign: command not found
/usr/sbin/dkms: line 1055: kmodsign: command not found
/usr/sbin/dkms: line 1055: kmodsign: command not found
/usr/sbin/dkms: line 1055: kmodsign: command not found
/usr/sbin/dkms: line 1055: kmodsign: command not found
Done.
nvidia-current.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.19.0-1-amd64/updates/dkms/
nvidia-current-modeset.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.19.0-1-amd64/updates/dkms/
nvidia-current-drm.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.19.0-1-amd64/updates/dkms/
nvidia-current-uvm.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.19.0-1-amd64/updates/dkms/
nvidia-current-peermem.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.19.0-1-amd64/updates/dkms/
depmod...
# modprobe nv
nv_tco nvidia-current-modeset nvidia-wmi-ec-backlight nvme-fabrics nvme-tcp nvmet-rdma
nvidia-current nvidia-current-peermem nvme nvme-fc nvmet nvmet-tcp
nvidia-current-drm nvidia-current-uvm nvme-core nvme-rdma nvmet-fc nvram
# lsmod | grep nv
nvidia_drm 73728 0
drm_kms_helper 192512 1 nvidia_drm
nvidia_modeset 1204224 2 nvidia_drm
nvidia 35483648 18 nvidia_modeset
drm 602112 4 drm_kms_helper,nvidia,nvidia_drm
beim Booten sagt er:[ 67.799] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 67.799] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 67.799] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 67.800] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 67.805] (--) PCI:*(1@0:0:0) 10de1462:8c98 rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
[ 67.805] (II) LoadModule: "glx"
[ 67.805] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 67.806] (II) Module glx: vendor="X.Org Foundation"
[ 67.806] compiled for 1.21.1.4, module version = 1.0.0
[ 67.806] ABI class: X.Org Server Extension, version 10.0
[ 67.806] (II) LoadModule: "nvidia"
[ 67.806] (WW) Warning, couldn't open module nvidia
[ 67.806] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 67.806] (II) LoadModule: "modesetting"
[ 67.806] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 67.806] (II) Module modesetting: vendor="X.Org Foundation"
[ 67.806] compiled for 1.21.1.4, module version = 1.21.1
[ 67.806] Module class: X.Org Video Driver
[ 67.806] ABI class: X.Org Video Driver, version 25.2
[ 67.806] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 67.806] (WW) Falling back to old probe method for modesetting
[ 67.807] (EE) Screen 0 deleted because of no matching config section.
[ 67.807] (II) UnloadModule: "modesetting"
[ 67.807] (EE) Device(s) detected, but none match those in the config file.
[ 67.807] (EE)
Fatal server error:
[ 67.807] (EE) no screens found(EE)
[ 67.807] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 67.807] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 67.807] (EE)
[ 67.808] (EE) Server terminated with error (1). Closing log file.
dmesg sagt:Failed to start DisplayLink Driver Service
Failed to start Light Display Manager
# dmesg | grep nvid
[ 6.095044] nvidia: loading out-of-tree module taints kernel.
[ 6.095061] nvidia: module license 'NVIDIA' taints kernel.
[ 6.140935] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 6.273230] nvidia-nvlink: Nvlink Core is being initialized, major device number 246
[ 6.274627] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 6.625203] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 470.141.03 Thu Jun 30 18:34:41 UTC 2022
[ 6.871082] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 6.871091] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[ 7.636809] audit: type=1400 audit(1664644336.111:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=756 comm="apparmor_parser"
[ 7.636815] audit: type=1400 audit(1664644336.111:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=756 comm="apparmor_parser"
[ 8.098577] caller _nv000720rm+0x1ad/0x200 [nvidia] mapping multiple BARs