Hi,
I found tha patch for 415.18 on kernel 4.20.rc3 at
http://rglinuxtech.com/?p=2440
Applied it 415.18 driver, but I got the error;
[…]
In file included from /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/common/inc/nv-linux.h:334,
from /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/nvidia/os-interface.c:15:
/usr/src/linux-4.20.0-rc3-1.1/include/linux/ipmi.h:166:44: note: expected ‘struct ipmi_user *’ but argument is of type ‘int’
int ipmi_request_settime(struct ipmi_user *user,
~~~~~~~~~~~~~~~~^~
CC [M] /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/nvidia/os-usermap.o
CC [M] /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/nvidia/nv-modeset-interface.o
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-4.20.0-rc3-1.1/scripts/Makefile.build:294: /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/nvidia/os-interface.o] Error 1
[…]In file included from /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/common/inc/nv-linux.h:334,
from /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/nvidia/os-interface.c:15:
/usr/src/linux-4.20.0-rc3-1.1/include/linux/ipmi.h:166:44: note: expected ‘struct ipmi_user *’ but argument is of type ‘int’
int ipmi_request_settime(struct ipmi_user *user,
~~~~~~~~~~~~~~~~^~
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-4.20.0-rc3-1.1/scripts/Makefile.build:294: /tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel/nvidia/os-interface.o] Error 1
make[3]: Target ‘__build’ not remade because of errors.
make[2]: *** [/usr/src/linux-4.20.0-rc3-1.1/Makefile:1580: module/tmp/selfgz5096/NVIDIA-Linux-x86_64-415.18-custom/kernel] Error 2
make[2]: Target ‘modules’ not remade because of errors.
make[2]: Leaving directory ‘/usr/src/linux-4.20.0-rc3-1.1-obj/x86_64/default’
make[1]: *** [Makefile:152: sub-make] Error 2
make[1]: Target ‘modules’ not remade because of errors.
make[1]: Leaving directory ‘/usr/src/linux-4.20.0-rc3-1.1’
make: *** [Makefile:79: modules] Error 2
ERROR: The nvidia kernel module was not created.
ERROR: Installation has failed. Please see the file ‘/var/log/nvidia-installer.log’ for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
What’s wrong with me, I wonder.
Could someone inform me of this failure?
Thanks