↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Opinion

Post navigation

← Older posts
Newer posts →

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

Kernel – 6.8-rc1 Released – OK with Latest NVIDIA, and Patched VMware..

Adventures With Linux ™ Posted on January 21, 2024 by RGJanuary 21, 2024

Kernel 6.8-rc1 is out, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2401.2/05218.html The latest NVIDIA driver 535.154.05 compiles OK – with several warnings: ………. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-535.1 54.05/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/Module.symvers CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia.mod.o LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia.ko CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-uvm.mod.o LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-uvm.ko CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-modeset.mod.o LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-modeset.ko CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-drm.mod.o LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-535.154.05/kernel/nvidia-drm.ko CC [M] … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged 17.5.0, 535.154.05, kernel 6.8-rc1 released, ok with latest nvidia, ok with patched vmware | Leave a reply

Kernel – 6.8 Pre-testing – Breaks NVIDIA and VMware – VMware fix available..

Adventures With Linux ™ Posted on January 15, 2024 by RGJanuary 15, 2024

As kernel 6.8-rc1 is due in about a weeks time, I tested the Jan 14th version from Git, and both the latest NVIDIA 545.29.06 and VMware 17.5.0 failed.. NVIDIA: Multiple occurrences of ‘warning: no previous prototype‘ and then: ……………. In file included from /home/rgadsdon/NVIDIA-Linux-x86_64-545.29.06/kernel/nvidia-drm/nvidia-drm-drv.c:64: /home/rgadsdon/NVIDIA-Linux-x86_64-545.29.06/kernel/nvidia-drm/nvidia-drm-drv.c:1489:40: error: ‘DRM_UNLOCKED’ undeclared here (not in a function); did you mean ‘VM_LOCKED’? … Continue reading →

Posted in alpha release, compilation, fix, kernel, Linux, NVIDIA, Opinion, VMware | Tagged breaks latest nvidia and vmware, kernel 6.8, pre-testing, vmware fix available | 3 Replies

Kernel – At Last, 6.7 is Out..

Adventures With Linux ™ Posted on January 8, 2024 by RGJanuary 8, 2024

After some delay, Kernel 6.7 has been released, and brief details of changes since -rc8 are here:  https://lkml.iu.edu/hypermail/linux/kernel/2401.0/05149.html Once again, The latest NVIDIA 545.29.06 and (patched) VMware 17.5.0 both compile/run OK.. Robert Gadsdon.  January 8th 2024. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 17.5.0, 545.29.06, kernel 6.7 released, ok with latest nvidia, ok with patched vmware | Leave a reply

Kernel – 6.7-rc1 is out – No Surprises, so far..

Adventures With Linux ™ Posted on November 13, 2023 by RGNovember 13, 2023

Kernel 6.7-rc1 has been released, and brief details are here: https://lkml.org/lkml/2023/11/12/352 After some pre-testing last week, the latest NVIDIA 545.29.02 and VMware 17.5.0 with the latest patchset ( https://github.com/mkubecek/vmware-host-modules/tree/workstation-17.5.0 ) still compile/load OK.. Robert Gadsdon.   November 13th 2023. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 545.29.02, kernel 6.7-rc1 released, ok with latest nvidia, ok with vmware 17.5.0, patchset needed | Leave a reply

Kernel – 6.6 is out – OK with Latest NVIDIA – Needs VMware 17.5.0 Patchset..

Adventures With Linux ™ Posted on October 30, 2023 by RGOctober 30, 2023

Kernel 6.6 has been released, and brief details are here: https://lkml.iu.edu/hypermail/linux/kernel/2310.3/06370.html As expected, the latest NVIDIA 545.23.06  and VMware compile OK, but VMware 17.5.0 needs the latest patchset, to avoid reported issues..  The patchset can be found here: https://github.com/mkubecek/vmware-host-modules/tree/workstation-17.5.0 Robert Gadsdon.   October 30th 2023. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.6 released, ok with latest nvidia, vmware patchset needed | 1 Reply

Post navigation

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