↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

Kernel – 5.4-rc2 is Out. No Change from rc1, so far?

Adventures With Linux ™ Posted on October 7, 2019 by RGOctober 7, 2019

Kernel 5.4-rc2 has been released, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1910.0/07213.html The odd behaviour of VMware and NVIDIA compiles still occurs, but there are patches submitted (see comments under -rc1 article http://rglinuxtech.com/?p=2614 for more details).   So far, I have not seen a fix for the NVIDIA compile failure. Robert Gadsdon.  October 7th 2019.   … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, quirks, VMware | Tagged compile quirks, kernel 5.4-rc2 released, patches submitted, same as rc1 | 1 Reply

Kernel – 5.4-rc1 Released – Odd Quirks with Kernel Symbols

Adventures With Linux ™ Posted on September 30, 2019 by RGSeptember 30, 2019

Kernel 5.4-rc1 is out – a day later than usual, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1909.3/04895.html My tests with VMware and NVIDIA revealed some odd errors/warning relating to kernel symbols.. With the latest NVIDIA (435.21) I got the following: # make make[1]: Entering directory ‘/usr/src/linux-5.4-rc1’ The Module.symvers file is missing, or does not contain any symbols exported … Continue reading →

Posted in Crash and Burn.., Fedora, Hacks, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged kernel 5.4-rc1 out, module symvers warnings, nvidia 435.21 fails, patched vmware 15.5 ok | 5 Replies

Kernel – 5.3 Finally Here – OK with Latest NVIDIA, and Patched VMware

Adventures With Linux ™ Posted on September 15, 2019 by RGSeptember 15, 2019

Kernel 5.3 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1909.1/05539.html Tested with VMware 15.1.0 (patched, as usual..) and NVIDIA 435.21, and both compile/run OK.. Robert Gadsdon.   September 15th 2019. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.3 released, latest nvidia, nvidia 435.21, ok, patched vmware, vmware 15.1.0 | Leave a reply

NVIDIA – New ‘Legacy’ Driver, OK with Latest Kernel

Adventures With Linux ™ Posted on July 31, 2019 by RGJuly 31, 2019

NVIDIA have just released driver version 430.40, and ‘legacy’ driver 390.129, which is also OK with the latest Kernel (tested with 5.3-rc2): ………………………. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia-uvm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.129/kernel/nvidia.ko make[1]: Leaving … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, success | Tagged 390.129, 430.40, legacy driver, new drivers, nvidia, ok with kernel 5.3-rc2 | Leave a reply

Kernel – 5.3-rc1 is Out. NVIDIA OK, VMware vmmon Fails, and a Fix.

Adventures With Linux ™ Posted on July 21, 2019 by RGJuly 21, 2019

Tested the newly released Kernel 5.3-rc1 (brief details here: http://lkml.iu.edu/hypermail/linux/kernel/1907.2/04769.html ) The latest NVIDIA (430.34) compiles and runs OK, and (patched) VMware 15.1.0 vmnet compiles OK, but vmmon fails: ……… CC [M] /tmp/modconfig-Kk5UU0/vmmon-only/common/cpuid.o /tmp/modconfig-Kk5UU0/vmmon-only/linux/hostif.c: In function ‘HostIF_SetFastClockRate’: /tmp/modconfig-Kk5UU0/vmmon-only/linux/hostif.c:3406:10: error: too many arguments to function ‘force_sig’ 3406 | force_sig(SIGKILL, linuxState.fastClockThread); | ^~~~~~~~~ In file included from ./include/linux/taskstats_kern.h:12, from … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.3-rc1 released, fix, hack, kernel, nvidia 430.34 ok, vmmon compile fails, vmware 15.1.0 patched | 7 Replies

Kernel – 5.2 Released – No Surprises..

Adventures With Linux ™ Posted on July 7, 2019 by RGJuly 7, 2019

Kernel 5.2 is out – slightly later than usual – and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1907.0/05444.html As expected, the latest NVIDIA (430.26) and patched VMware 15.1.0 compile and run OK. Robert Gadsdon.   July 7 2019.   … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.2 released, kernel, nvidia 430.26, ok with latest nvidia and patched vmware, vmware 15.1.0 | 2 Replies

Kernel – 5.2-rc1 Released – Mostly Harmless..

Adventures With Linux ™ Posted on May 19, 2019 by RGMay 19, 2019

Kernel 5.2-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1905.2/02345.html OK this time, with the latest NVIDIA (430.14), and with patched VMware 15.1.0. It still includes the annoying weird logic change to  # make xconfig, so I will be producing an – unofficial – patch to revert this, soon. Robert Gadsdon.  May 19, 2019. … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 5.2-rc1 released, ok with nvidia 430.14, ok with patched vmware 15.1.0 | 2 Replies

NVIDIA – Kernel 5.1 fix also works with Legacy driver 390.116

Adventures With Linux ™ Posted on May 17, 2019 by RGMay 17, 2019

After some serious problems on my test system with plasma-workspace 5.15.x and nouveau (to be described in a separate article..) I had to contemplate moving back to the proprietary nvidia driver, but found – of course – that older cards were not supported by the ‘latest’ drivers. I did find that at least one of the older … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged kernel 5.1 fix, nvidia 390.116, ok, works | 3 Replies

Kernel – 5.1 Released, OK with latest NVIDIA, and Patched VMware

Adventures With Linux ™ Posted on May 5, 2019 by RGMay 5, 2019

Kernel 5.1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1905.0/03532.html The latest NVIDIA driver (430.09) and patched VMware 15.0.4 both compile and run OK. One odd quirk, is that the behaviour of # make xconfig has changed, and if you have your custom configs saved out-of-tree, then the save option tries to save them back to the … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, quirks, VMware | Tagged kernel 5.1, latest nvidia ok, make xconfig quirk, patched vmware ok, released | 5 Replies

Kernel – 5.1-rc3 Released – NVIDIA (Patched) OK, but Must Have VMware 15.0.4 (Patched)

Adventures With Linux ™ Posted on March 31, 2019 by RGMarch 31, 2019

Kernel 5.1-rc3 has been released, and brief details of changes since -rc2 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1903.3/08402.html NVIDIA 418.56 with the 5.1 patch compiles and runs OK, but if you are still using VMware 15.0.3 – with the vmmon/vmnet patches – the installer may fail, with a rather vague error message: ………. make[1]: ‘postbuild’ is up to date. make[1]: … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged installer fail., kernel 5.1-rc3, must use vmware 15.0.4 patched, patched nvidia 418.56 ok | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑