↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts
Newer posts →

Kernel – 4.19 Released – OK with latest NVIDIA and VMware..

Adventures With Linux ™ Posted on October 26, 2018 by RGOctober 26, 2018

Apologies for the late arrival of this article, due to extended trip overseas, and hardware failure on return!   RG. Kernel 4.19 is out, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/1810.2/05220.html  The info here is worth reading, as it includes more on the Linus kernel handover – and ‘hand-back’.. It is worth mentioning that some issues have already been … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 4.19, lkml discussion, new release, nvidia 410.73 ok, vmware 15.0 ok | Leave a reply

VMware – Workstation 15 Released – OK with Kernel 4.19..

Adventures With Linux ™ Posted on September 27, 2018 by RGSeptember 27, 2018

VMware Workstation Pro 15.0.0 has been released, and details are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/15/rn/workstation-15-release-notes.html As expected, this compiles/loads/runs OK with Kernel 4.19 (tested with 4.19-rc5).     The UI seems – IMHO – to have a slightly retro look, but this is probably supposed to look more ‘Windows10’-like.. Robert Gadsdon.   September 27, 2018. … Continue reading →

Posted in Linux, VMware | Tagged 4.19-rc5, ok with kernel 4.19, vmware 15 released | Leave a reply

Kernel – New Home for Release Candidates..

Adventures With Linux ™ Posted on September 23, 2018 by RGSeptember 24, 2018

Updated Sept 24, to give specific location (from 4.19-rc5 release) In case you had previously been accessing the work-in-progress -rc version of the Kernel at https://github.com/torvalds/linux, then – after 4.19-rc4 – it can be found here:  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/ To get the latest source: # git clone -b master –single-branch https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Tarballs can be found here (under ‘Download‘): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ … Continue reading →

Posted in kernel, Linux | Tagged -rc version, after 4.19-rc4, kernel, linux, location | Leave a reply

NVIDIA – New 4XX Driver, OK with Kernel 4.19..

Adventures With Linux ™ Posted on September 21, 2018 by RGSeptember 21, 2018

NVIDIA have version-bumped their driver, and new driver 410.57 is now available, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/138279/en-us Tested with Kernel 4.19-rc4, and this version compiles/loads OK, without any need for a patch.. …………………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.57/kernel/nvidia-uvm.mod.o … Continue reading →

Posted in kernel, Linux, NVIDIA, Performance | Tagged 4.19-rc4, 410.57, new driver, nvidia, ok with kernel 4.19 | Leave a reply

Kernel – 4.19-rc2 – OK with Latest VMware, and Patched NVIDIA

Adventures With Linux ™ Posted on September 2, 2018 by RGSeptember 2, 2018

Kernel 4.19-rc2 is out, and details of changes from -rc1 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1809.0/00713.html As with -rc1, the latest VMware (14.1.3) compiles/loads OK, and the latest NVIDIA (396.54 and 390.87) with the patch mentioned in a previous article ( http://rglinuxtech.com/?p=2391 ) compiles and loads OK.    The patch is applicable to both versions.. Robert Gadsdon.    September 2, 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged kernel 4.19-rc2, nvidia 396.54 390.87, ok, patched, vmware 14.1.3 | 5 Replies

NVIDIA – 396.54 Patched for Kernel 4.19-rc1 – OK for Some?

Adventures With Linux ™ Posted on August 29, 2018 by RGAugust 29, 2018

Thanks to Tomas Pruzina for more info on this problem…    I have now tested NVIDIA 396.54 – patched with the changes mentioned in my previous article – and it runs OK on my system (Fedora 28, KDE/Plasma).    I created a patched runtime version of the installer, and then (as root) installed it as usual: # ./NVIDIA-Linux-x86_64-396.54-419.run -s … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged black screen for some, kernel 4.19-rc1, nvidia 396.54, ok with fedora 28, patch | Leave a reply

Kernel – 4.19-rc1 – OK with VMware, breaks NVIDIA – and Possible Fix..

Adventures With Linux ™ Posted on August 27, 2018 by RGAugust 27, 2018

Kernel 4.19-rc1 has been released, and very brief details of changes are here: http://lkml.iu.edu/hypermail/linux/kernel/1808.3/01014.html VMware 14.1.3 compiles/loads OK, but NVIDIA (396.54) compile failed: …………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-396.54/kernel/nvidia-drm/nvidia-drm-encoder.c:219:11: error: implicit declaration of function ‘drm_mode_connector_attach_encoder’; did you mean ‘drm_connector_attach_encoder’? [-Werror=implicit-function-declaration] ret = drm_mode_connector_attach_encoder(connector, encoder); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drm_connector_attach_encoder cc1: some warnings being treated as errors ……………….. – and a similar error with nvidia-drm-connector.c … Continue reading →

Posted in DisplayLink, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 4.19-rc1, displaylink 4.2 compile fail, drm_mode_connector_attach_encoder, kernel, nvidia 396.54 compile fail, possible fix, released, vmware 14.1.3 ok | 6 Replies

VMware – 14.1.3 Released – OK with Kernel 4.18..

Adventures With Linux ™ Posted on August 20, 2018 by RGAugust 20, 2018

VMware 14.1.3 has been released, and details (not very informative..) are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/14/rn/workstation-1413-release-notes.html Although it is not mentioned, this version does work OK with Kernel 4.18 without any patches (tested with 4.18.3) Robert Gadsdon.   August 19, 2018 … Continue reading →

Posted in kernel, Linux, VMware | Tagged no patch needed, ok with kernel 4.18, vmware 14.1.3 | Leave a reply

VMware – 14.1.3 Released – OK with Kernel 4.18..

Adventures With Linux ™ Posted on August 20, 2018 by RGAugust 20, 2018

VMware 14.1.3 has been released, and details (not very informative..) are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/14/rn/workstation-1413-release-notes.html Although it is not mentioned, this version does work OK with Kernel 4.18 without any patches (tested with 4.18.3) Robert Gadsdon.   August 19, 2018 … Continue reading →

Posted in kernel, Linux, VMware | Tagged no patch needed, ok with kernel 4.18, vmware 14.1.3 | 3 Replies

Kernel – 4.18 Finally Released – OK with latest NVIDIA, and Patched VMware

Adventures With Linux ™ Posted on August 12, 2018 by RGAugust 12, 2018

Kernel 4.18 has finally arrived, and details of changes since -rc8 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1808.1/02806.html As expected, after changes in -rc7, the latest NVIDIA and (patched) VMware all compile/load OK..    Tested with VMware 14.1.2 with the vmmon patch, and NVIDIA 390.77 and 396.51. Coincidentally, I can also confirm that 4.18 boots OK on HP PA-RISC (HP9000/785-C3700) – but … Continue reading →

Posted in HPPA, kernel, Linux, NVIDIA, PA-RISC, patches, VMware | Tagged 14.1.2, 390.77, 396.51, kernel 4.18 final, nvidia ok, released, vmmon patched, vmware | Leave a reply

Post navigation

← Older posts
Newer posts →

If You Like This…

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

Recent Posts

  • Kernel – 6.18-rc1 Released – Mostly Harmless..
  • Kernel – 6.17 is out… Almost No Surprises?
  • NVIDIA – New Driver 580.82.09, OK with Kernel 6.17..
  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..

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 linux new driver nvidia odroid c2 odroid u3 ok ok with latest nvidia patch patch available patched problems raspberry pi released success testing u-boot update usb vmmon 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
  • Bug
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dracut
  • 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
  • NVME
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock Pi N10
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • serial console
  • some systems ok
  • success
  • U-Boot
  • UART
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • Webmin
  • WiFi
  • Win 7
  • Workaround
  • working
  • X86_64
  • XBMC

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • 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
↑