↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts
Newer posts →

Kernel – 6.10 Released – OK with (some) NVIDIA and VMware..

Adventures With Linux ™ Posted on July 16, 2024 by RGJuly 16, 2024

Kernel 6.10 is out, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2407.1/08151.html   It should be noted that some build errors etc. have been flagged against this release.. NVIDIA:     The latest 555.xx series of drivers compile OK, but have problems with some cards – especially the GTX1050/1070ti (not kernel-related), as mentioned in a previous article..  The latest 550.100 driver … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged buid issues, kernel 6.10, nvidia 1050 card issues, ok with laetst nvidia 550 series, ok with patched vmware 17.5.2 | 1 Reply

NVIDIA – Driver 555.52.04 Kills HDMI

Adventures With Linux ™ Posted on June 10, 2024 by RGJune 10, 2024

NVIDIAs latest beta driver 555.52.04 is OK on a 2023 HP Envy 17 laptop, but on my main system (HP 840 – kernel 6.9.3 – GTX 1070 Ti) it kills the HDMI signal.   The console (remote login..) shows: [81362.885957] [drm:drm_new_set_master [drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000800] Failed to grab modeset ownership [81362.896271] [drm:drm_new_set_master [drm]] *ERROR* [nvidia-drm] [GPU … Continue reading →

Posted in Bug, Linux, NVIDIA | Tagged 555.52.04, blank screen, gtx 1070 ti, no hdmi signal, nvidia, revert to 550.90.07 | Leave a reply

NVIDIA – Latest Driver OK with Kernel 6.10..

Adventures With Linux ™ Posted on June 5, 2024 by RGJune 5, 2024

NVIDIA driver 550.90.07 is out, and compiles/loads/runs successfully with Kernel 6.10-rc – tested with 6.10-rc2. Details are here:  https://www.nvidia.com/Download/driverResults.aspx/226768/en-us/ ……………………. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/Module.symvers CC [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia.mod.o LD [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia.ko CC [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-uvm.mod.o LD [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-uvm.ko CC [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-modeset.mod.o LD [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-modeset.ko CC [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-drm.mod.o LD [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-drm.ko CC [M]  /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-550.90.07/kernel/nvidia-peermem.mod.o LD [M] … Continue reading →

Posted in fixed, kernel, Linux, NVIDIA | Tagged 550.90.07, kernel 6.10, nvidia, ok | Leave a reply

Kernel – 6.10-rc1 is out.. OK with Patched VMware, NVIDIA Compile Fails.

Adventures With Linux ™ Posted on May 27, 2024 by RGMay 27, 2024

Kernel 6.10-rc1 has been released, and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2405.3/01595.html VMware 17.5.2 with the interim kernel-6.9 patchset compiles OK, but the latest NVIDIA 555.42.02  fails: …………………………… /home/rgadsdon/NVIDIA-Linux-x86_64-555.42.02/kernel/common/inc/nv-linux.h: In function ■nv_ioremap_wc■: /home/rgadsdon/NVIDIA-Linux-x86_64-555.42.02/kernel/common/inc/nv-linux.h:544:33: warning: suggest braces around empty body in an ■if■ statement [-Wempty-body] 544 | NV_MEMDBG_ADD(ptr, size); | ^ /home/rgadsdon/NVIDIA-Linux-x86_64-555.42.02/kernel/common/inc/nv-linux.h: In functionnv_vmap■: /home/rgadsdon/NVIDIA-Linux-x86_64-555.42.02/kernel/common/inc/nv-linux.h:670:51: warning: suggest braces around … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 17.5.2, 555.42.02, 6.10-rc1, new kernel, new vmware patch needed, nvidia fails, patched vmware compiles ok | Leave a reply

VMware – Licence Changes, and Fixes for Kernel 6.9..

Adventures With Linux ™ Posted on May 23, 2024 by RGMay 23, 2024

After the Broadcom takeover, the ‘Player’ versions of VMware are discontinued, and Workstation Pro is now ‘free for personal use’… It has been updated to version 17.5.2, but the changes are all for security patches, and overall functionality is unchanged. There has been some discussion as to whether this product is now ‘functionally stabilised’, with some commenting … Continue reading →

Posted in compilation, Fedora, fix, KDE, Linux, VMware, Wayland | Tagged 17.5.2, free for personal use, kernel 6.9 vmnet fix, vmware | 1 Reply

Fedora – Recent F40 update breaks QT Applications.. and a Nasty Workaround..

Adventures With Linux ™ Posted on April 3, 2024 by RGApril 4, 2024

I have recently been involved in bug reports etc for a new problem in Fedora 40, where a recent update has effectively broken all QT applications, resulting in KDE not functioning, and even # make xconfig is broken. The Fedora bug report is here:  https://bugzilla.redhat.com/show_bug.cgi?id=2272758 The problem is: # kwrite Illegal instruction (core dumped) # kate Illegal … Continue reading →

Posted in Bug, Fedora, fix, gcc, Hacks, KDE, Linux, Opinion, Plasma Desktop, Workaround | Tagged fedora 40, hack, illegal instruction, qt broken, temporary fix, workaround | 1 Reply

Kernel – 6.9-rc1 is out. NVIDIA OK, VMware Not…

Adventures With Linux ™ Posted on March 24, 2024 by RGMarch 24, 2024

Kernel 6.9-rc1 has been released, and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2403.3/00300.html As discovered in pre-rc testing last week, the latest NVIDIA driver – now 550.67 – is OK, and this now compiles successfully with GCC14.. VMware 17.5.1 (patched) vmmon compiles OK, but vmnet fails: ……………… CC [M] /tmp/modconfig-a8Fcf5/vmnet-only/smac.o CC [M] /tmp/modconfig-a8Fcf5/vmnet-only/vnetEvent.o CC [M] /tmp/modconfig-a8Fcf5/vmnet-only/vnetUserListener.o In file included … Continue reading →

Posted in compilation, gcc, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.9-rc1, nvidia 550.67 ok, nvidia compiles with gcc14, released, vmware 17.5.1 vmnet fails | 1 Reply

Kernel – 6.9-rc Pre-testing – NVIDIA OK, VMware Broken..

Adventures With Linux ™ Posted on March 17, 2024 by RGMarch 17, 2024

Testing an early pre-release version of Kernel 6.9-rc (March 16th) and – so far – the latest NVIDIA 550.54.14 compiles OK, but (patched) VMware vmnet 17.5.1 does not: …….. CC [M] /tmp/modconfig-1kunqP/vmnet-only/smac.o CC [M] /tmp/modconfig-1kunqP/vmnet-only/vnetEvent.o CC [M] /tmp/modconfig-1kunqP/vmnet-only/vnetUserListener.o In file included from ./include/linux/spinlock.h:305, from ./include/linux/sched.h:2138, from /tmp/modconfig-1kunqP/vmnet-only/bridge.c:25: /tmp/modconfig-1kunqP/vmnet-only/bridge.c: In function ‘VNetBridgeReceiveFromVNet’: /tmp/modconfig-1kunqP/vmnet-only/vmnetInt.h:44:39: error: ‘dev_base_lock’ undeclared (first use … Continue reading →

Posted in alpha release, compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged dev_base_lock, kernel 6.9, nvidia ok, pre release, testing, undefined, vmware vmnet fails | Leave a reply

Kernel – 6.8 Released – OK with latest NVIDIA and Patched VMware..

Adventures With Linux ™ Posted on March 10, 2024 by RGMarch 10, 2024

Kernel 6.8 is out, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2403.1/01820.html As expected, the latest NVIDIA driver 550.54.14 and VMware 17.5.1 (patched) compile and load/run OK.    The VMware patchset is at https://github.com/mkubecek/vmware-host-modules/tree/workstation-17.5.1 If you are running GCC 14 the NVIDIA source needs to be patched – see https://rglinuxtech.com/?p=3213 Robert Gadsdon.   March 10th 2024. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.8 released, nvidia gcc14 fix, ok with latest nvidia, ok with vmware patched | 2 Replies

NVIDIA – GCC 14 Breaks Compile – and Fix.. (VMware OK..)

Adventures With Linux ™ Posted on March 6, 2024 by RGMarch 6, 2024

Testing Fedora 40, which now includes GCC 14, and this breaks the NVIDIA driver 550.54.14 compile: ………………….. CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-connector.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-gem.o /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-gem.c:115:16: error: initialization of ‘int (*)(struct drm_gem_object *, struct iosys_map *)’ from incompatible pointer type ‘void * (*)(struct drm_gem_object *)’ [-Wincompatible-pointer-types] 115 | .vmap = nv_drm_gem_prime_vmap, | ^~~~~~~~~~~~~~~~~~~~~ /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-gem.c:115:16: note: (near initialization for ‘nv_drm_gem_funcs.vmap’) … Continue reading →

Posted in fix, gcc, Linux, NVIDIA, Opinion | Tagged 550.54.14, breaks nvidia compile, conftest.sh, fedora 40, fix available, gcc 14, vmware patchset ok | 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

  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..
  • Kernel – 6.17-rc Pre-release testing.. NVIDIA fails, but (Patched) VMware OK..
  • Kernel – 6.16 Released, No Surprises..
  • VMware – 17.6.4 is out. Still Needs Patching.. Features Removed..

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

  • 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
↑