↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts

Kernel – 5.18 released – OK with latest NVIDIA, and Patched VMware..

Adventures With Linux ™ Posted on May 22, 2022 by RGMay 22, 2022

Kernel 5.18 is out, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2205.2/08834.html As expected, the latest NVIDIA driver – 515.43.04 – compiles and loads/runs OK, and the 5.18-patched vmmon/vmnet for VMware 16.2.3 is OK.    The VMware patchset for 5.18 is still at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.3-k5.18 , but the changes should eventually be applied to the standard 16.2.3 patch. Robert Gadsdon..   May … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.18, nvidia 515.43.04 ok, released, vmware 16.2.3 patched ok | Leave a reply

NVIDIA – New Driver Release – OK with Kernel 5.18..

Adventures With Linux ™ Posted on April 26, 2022 by RGApril 26, 2022

NVIDIA have just released driver version 510.68.02, and the (very brief..) details are here:   https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-510-68-02-production-branch-release/212651 Although there is no mention in the notes, this version compiles/runs OK with Kernel 5.18 (tested with 5.18-rc4): …………………….. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-modeset/nv-modeset-interface .o /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-modeset/nvidia-modeset-linux.o /ho me/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-modeset/nv-kthread-q.o  MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/Module.symvers  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-drm.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-drm.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-modeset.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-510.68.02/kernel/nvidia-modeset.ko  CC … Continue reading →

Posted in kernel, Linux, NVIDIA | Tagged 510.68.02, new driver, nvidia, ok with kernel 5.18, tested with 5.18-rc4 | Leave a reply

Kernel – 5.18-rc1 Released. Breaks VMware and NVIDIA. VMware Fix Available.

Adventures With Linux ™ Posted on April 3, 2022 by RGApril 3, 2022

Kernel 5.18-rc1 is out, and (brief) details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2204.0/02355.html VMware 16.2.3 vmmon/vmnet compiles fail, but there is a fix available, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.3-k5.18.    I have applied this, and both compile OK. NVIDIA 510.60.02 compile fails: ………………. CONFTEST: drm_alpha_blending_available CONFTEST: ib_peer_memory_symbols CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.60.02/kernel/nvidia/nv.o /home/rgadsdon/NVIDIA-Linux-x86_64-510.60.02/kernel/nvidia/nv.c: In function ‘nv_set_dma_address_size’: /home/rgadsdon/NVIDIA-Linux-x86_64-510.60.02/kernel/nvidia/nv.c:2768:9: error: implicit declaration of function ‘pci_set_dma_mask’; did you mean … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged 16.2.3, 510.60.02, kernel 5.18-rc1, nvidia compile fails, vmware fix available | 21 Replies

Kernel – 5.17 Released – Finally..

Adventures With Linux ™ Posted on March 20, 2022 by RGMarch 20, 2022

Kernel 5.17 has now been released, after an (extra) 5.17-rc8 last week..   Brief details are here: https://lkml.iu.edu/hypermail/linux/kernel/2203.2/04407.html As expected, the latest VMware (16.2.3) with the latest patchset, and NVIDIA 510.54, compile and load/run OK..    VMware patchset by Michal Kubeček is at https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.2.3 Robert Gadsdon  March 20th, 2022. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.17, nvidia 510.54 ok, released, vmware 16.2.3 patched ok | Leave a reply

Kernel – 5.17-rc5 Compile Fail, and Fix..

Adventures With Linux ™ Posted on February 21, 2022 by RGFebruary 21, 2022

This one fell between the cracks, and should have been fixed before -rc5 was released… ……………….. AR net/netfilter/built-in.a LD [M] net/netfilter/nf_conntrack.o CC [M] net/netfilter/xt_socket.o net/netfilter/xt_socket.c: In function ‘socket_mt_destroy’: net/netfilter/xt_socket.c:224:17: error: implicit declaration of function ‘nf_defrag_ipv6_disable’; did you mean ‘nf_defrag_ipv4_disable’? [-Werror=implicit-function-declaration] 224 | nf_defrag_ipv6_disable(par->net); | ^~~~~~~~~~~~~~~~~~~~~~ | nf_defrag_ipv4_disable cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:288: … Continue reading →

Posted in compilation, fix, kernel, Linux | Tagged compile fail, fix, kernel 5.17-rc5, nf_defrag_ipv6_disable, success | Leave a reply

NVIDIA – Fix for ‘Legacy’ 390.xx and Kernel 5.17..

Adventures With Linux ™ Posted on February 2, 2022 by RGFebruary 2, 2022

I have an old HP 8760W laptop, which needs the NVIDIA ‘legacy’ 390.xx driver series, and Nouveau is (yet again) not working as it should.. From the patch for kernel 5.17 support and driver 470.94, at https://gist.github.com/joanbm/6c7b027b9436bf31ce979927e544e9d5 it seemed that the changes necessary should be simple.. In fact this patch can be used, with the following change.. … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, Opinion | Tagged 390.147, kernel 5.17, modified patch, nv-procfs.h, nvidia | Leave a reply

Kernel – 5.17-rc1 is Out, and No Surprises..

Adventures With Linux ™ Posted on January 23, 2022 by RGJanuary 23, 2022

A little earlier in the day than usual, Kernel 5.17-rc1 has been released, and (very) brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2201.2/06983.html After my pre-testing last week, there were no surprises, and the 5.17-compatible version of the VMware patchset is now part of the standard 16.2.1 download, at https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.2.1 – and the latest NVIDIA driver – 510.39.01 – compiles … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.2.1, 5.17-rc1, 510.39.01, kernel, ok with latest nvidia, patched vmware ok, released | Leave a reply

VMware – Convoluted Guest Freeze Fix…

Adventures With Linux ™ Posted on January 20, 2022 by RGJanuary 20, 2022

I had been struggling for some considerable time with guest (Win10) performance issues with VMware – including application (Photoshop CS6) ‘freezing’ for a time, and overall very sluggish responses.. I had found several articles that suggested cause/effect/fix for this, but none really worked.. I made changes to control khugepaged: …………………….. [root@rglinux820 ~]$ echo never | tee /sys/kernel/mm/transparent_hugepage/defrag … Continue reading →

Posted in Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged fixes, guset freeze, kcompactd0, transparent_hugepage, vmware | 2 Replies

Kernel – 5.17 Pre-release Tests..

Adventures With Linux ™ Posted on January 17, 2022 by RGJanuary 17, 2022

Kernel 5.17-rc1 is due out soon, and so I tested the latest (Jan 16th) Github version, to see if there were any surprises.. The latest NVIDIA driver – 510.39.01 – compiled and loaded/ran OK: …………. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/Module.symvers CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-drm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset.ko CC [M] … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.2.1, 510.39.01, github, kernel 5.17-pre, latest nvidia ok, patch available for vmware, testing | Leave a reply

Kernel – 5.16 – Later Than Usual..

Adventures With Linux ™ Posted on January 9, 2022 by RGJanuary 9, 2022

Kernel 5.16 has – finally – been released, after deliberate delay (with an -rc8) due to the ‘holiday season’..    Details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2201.1/00613.html As expected, the latest version of NVIDIA (495.46) and the latest patched VMware 16.2.1 all compile and load/run OK.. NVIDIA: ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset/nv-kthread-q.o  MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/Module.symvers  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-drm.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-drm.ko … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.16, nvidia 495.46 ok, released, vmware 16.2.1 patched ok | Leave a reply

Post navigation

← Older posts

If You Like This…

You may like my other - less technical - blog. 'Today's Technology Commentary', at rhgtechnology.com

Recent Posts

  • Kernel – 5.18 released – OK with latest NVIDIA, and Patched VMware..
  • NVIDIA – New Driver Release – OK with Kernel 5.18..
  • Kernel – 5.18-rc1 Released. Breaks VMware and NVIDIA. VMware Fix Available.
  • Kernel – 5.17 Released – Finally..
  • Kernel – 5.17-rc5 Compile Fail, and Fix..

Most Popular..

aarch64 android apc arm arm64 armv7 boot compile compile fail cross-compile cubox-i4-pro cubox-i4pro dreamplug fail fedora fedora 17 fix fixed hack kernel kernel 3.12 kernel 3.13 linux new driver nvidia odroid c2 odroid u3 ok patch patched problems raspberry pi released success testing u-boot update usb vmmon patch vmnet vmnet patch vmware vmware 10.0.2 workaround x86_64

Categories

  • aarch64
  • alpha release
  • AMD
  • Android
  • APC
  • Apollo Lake
  • arm
  • ARM64
  • armv7
  • Audacity
  • Audio
  • Bacula
  • BananaPro
  • boot
  • BTRFS
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dragonboard
  • Dreamplug
  • dual-boot
  • DVB
  • DVB-S2
  • Ethernet
  • Fedora
  • Firmware
  • fix
  • fixed
  • FUSE
  • gcc
  • geekbox
  • Gentoo
  • GK802
  • grub
  • Hacks
  • hardware
  • Hikey
  • HPPA
  • HTC
  • IA64
  • Intel
  • Intel Atom
  • intel ethernet
  • Itanium
  • KDE
  • kernel
  • Kodi
  • Linux
  • Linux / ARM
  • linux install
  • LTO
  • Network
  • new install
  • Next CHIP
  • NTFS
  • NVIDIA
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • some systems ok
  • success
  • U-Boot
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • WiFi
  • Win 7
  • working
  • X86_64
  • XBMC

Archives

  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
Original content © Robert Gadsdon 2013
↑