Thanks a lot. 6.10.5-1-default #1 SMP PREEMPT_DYNAMIC Fri Aug 16 11:15:41 UTC 2024 (30fd964) x86_64 x86_64 x86_64 GNU/Linux is now working with nVidia GTX570 and patched nvidia-390.157 driver. BR Am 19/08/2024 um 14:45 schrieb Stephan Hemeier via openSUSE Users:
You have to patch the nvidia driver https://build.opensuse.org/projects/X11:Drivers:Video/packages/nvidia-gfxG04...
The diver builds here.
Stephan
Am Montag, 19. August 2024, 14:26:07 CEST schrieb Peter Maffter via openSUSE Users:
I just take this old thread to keep a kind of history here. If you guys want me to open a complete new thread, just tell me.
After my holidays I did a 20240722-0 -> 20240816-0
and there again the nVidia compilation for the older 390 driver is broken. Bad luck that I did not check the compilation update for this zypper dup.
I turned up the number of kept kernels just to be on the safe side.
Afterwards I made an update 20240816-0 -> 20240817-0
That shows: ... /usr/src/kernel-modules/nvidia-390.157-default/nvidia/os-mlock.c: In function ‘nv_follow_pfn’: /usr/src/kernel-modules/nvidia-390.157-default/nvidia/os-mlock.c:24:12: error: implicit declaration of function ‘follow_pfn’; did you mean ‘follow_pte’? [-Werror=implicit-function-declaration] 24 | return follow_pfn(vma, address, pfn); | ^~~~~~~~~~ | follow_pte cc1: some warnings being treated as errors ...
I also read the older thread about Subject: TW - note: gcc 14 break Nvidia driver build - still working on patch for 390/470 (thanks drankinatty@gmail.com) but my gcc is: gcc (SUSE Linux) 13.3.1 20240807 [revision 9d368828bd4d04ce507e02a581be850fca849fae] (I never changed that)
Is there any patch for correcting the "implicit declaration of function ‘follow_pfn’"-bug? Does some patch from the gcc14 topic shoot my compilation with gcc13 here?
Thanks in advance BR