Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] nvidia-uvm.ko build without Module.symvers?  (Read 3455 times)

Miho

  • Guest
[EN] nvidia-uvm.ko build without Module.symvers?
« on: 2015/04/19, 06:06:38 »
Hi,
with the nvidia-driver 346.59 the nvidia-uvm module fails on load (340.x worked).
Code: [Select]
modprobe: ERROR: could not insert 'nvidia_uvm': Invalid argumentand journalctl:
Code: [Select]
kernel: nvidia_uvm: no symbol version for nvUvmInterfaceChannelDestroy
kernel: nvidia_uvm: Unknown symbol nvUvmInterfaceChannelDestroy (err -22)
kernel: nvidia_uvm: no symbol version for nvUvmInterfaceQueryCaps
kernel: nvidia_uvm: Unknown symbol nvUvmInterfaceQueryCaps (err -22)
...
Following the information/workaround in messages #40 and #52 in this bugreport solved the issue for me.
inxi
Code: [Select]
System:    Kernel: 4.0.0-towo.1-siduction-amd64 x86_64 (64 bit) Desktop: Xfce 4.10.2
           Distro: siduction 14.1.0 Indian Summer - xfce - (201411230427)
Graphics:  Card: NVIDIA GK104 [GeForce GTX 770]
           Display Server: X.Org 1.16.4 driver: nvidia Resolution: 1920x1200@59.95hz, 1920x1200@59.95hz
           GLX Renderer: GeForce GTX 770/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 346.59

Is this an issue with nvidia-kernel-dkms or is there anything I should do to prevent this with future nvidia versions?

greetz
Miho