↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: fix

Post navigation

← Older posts

Kernel – 6.2-rc1 is out, for Xmas..

Adventures With Linux ™ Posted on December 26, 2022 by RGDecember 26, 2022

Kernel 6.2-rc1 has been released, and details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2212.3/00313.html As expected, VMware 17 with the latest patchset is OK, but NVIDIA 525.60.13 fails to compile.. There is a provisional NVIDIA patch for kernel 6.2-rc1 available, but this has been produced for driver 470.xx, and does not apply cleanly to 525.60.13, but I hacked it (removing the … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged hacked patch available, kernel 67.2-rc1 released, nvidia 525.60.13 fails, vmware 17 patchset ok | Leave a reply

Kernel/Boot – Bizarre Dracut problem – Bogus Apple Modules Added, Fails – Cause Found..

Adventures With Linux ™ Posted on November 18, 2022 by RGNovember 19, 2022

During update of the kernel to 6.0.9, on my main dual-xeon Fedora 37 system, I found the following error displayed: ……………………… dracut-install: Failed to find module ‘apple_mailbox’ dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.SGbOUU/initramfs –kerneldir /lib/modules/6.0.9/ -m apple_mailbox nvme_apple pinctrl-apple-gpio macsmc macsmc-rtkit i2c-apple tps6598x apple-dart dwc3 dwc3-of-simple xhci-pci pcie-apple gpio_macsmc spi-apple spi-hid-apple spi-hid-apple-of rtc-macsmc simple-mfd-spmi spmi-apple-controller nvmem_spmi_mfd apple-dockchannel dockchannel-hid … Continue reading →

Posted in Dracut, Fedora, fix, Hacks, kernel, Linux, Opinion, quirks | Tagged apple modules, asahi-firmware, dracut, error, fix, kernel 6.0.9 | Leave a reply

Kernel – 6.1-rc1 is out, OK with latest NVIDIA, and Patchset for VMware 16.2.4

Adventures With Linux ™ Posted on October 17, 2022 by RGOctober 17, 2022

Kernel 6.1-rc1 has been released, and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2210.2/00359.html The latest NVIDIA driver 520.56.06 compiles OK, with a few ‘warnings’..  and there is a patchset for VMware 16.2.4 here:  https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.4-k6.1 . Note that this is a work-in-progress, but compiles/loads OK with 6.1-rc1.. There have been some issues reported with this kernel release, especially in relation … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.1-rc1 released, ok with nvidia 520.56.06, patchset for vmware 16.2.4 | Leave a reply

NVIDIA – Possible Fix for 6.0?

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

After more testing, I found a potential fix for the ‘Kernel 6.0-rc0’ compile problem.. In NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-drm/nvidia-drm-helper.c: Around Line 30: add: #include <drm/drm_framebuffer.h> And the compile completes successfully: ……………………….. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/Module.symvers CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-drm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-modeset.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-peermem.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-peermem.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-uvm.mod.o … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged 515.65.01, hack, nvidia, possible fix for kernel 6.0-rc, use at own risk | 7 Replies

Kernel – 5.19-rc1 Released. OK With Patched VMware, and a Hack for NVIDIA..

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

Kernel 5.19-rc1 is out, and details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2206.0/04428.html There is a patchset for VMware 16.2.3, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.3-k5.19 .   I have tested this with 5.19-rc1, and VMware compiles and loads/runs OK. The latest NVIDIA driver (515.48.07) compile fails, but a hack is to edit NVIDIA-Linux-x86_64-515.48.07/kernel/nvidia-drm/nvidia-dma-resv-helper.h and NVIDIA-Linux-x86_64-515.48.07/kernel/nvidia-drm/nvidia-drm-prime-fence.c and change nv_dma_resv_add_excl_fence to dma_resv_add_excl_fence After this, the driver compiles … Continue reading →

Posted in Fedora, fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged hack for nvidia, kernel 5.19-rc1 released, patch for vmware available | 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

NVIDIA – Patch for 495.44, Kernel 5.16-rc1 Support..

Adventures With Linux ™ Posted on November 18, 2021 by RGNovember 18, 2021

Thanks to Gerd, there is now a patch for NVIDIA driver 495.44 and Kernel 5.16-rc1, which can be found under the comments on my previous article:  https://rglinuxtech.com/?p=2974 Of course, take care to cut/paste in text mode, as html will ruin the formatting etc.. I have applied this, and 495.44 now appears to compile/load/run OK, with kernel 5.16-rc1.. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, patches, success | Tagged kernel 5.16-rc1, nvidia 495.44, patch available, success | 1 Reply

Kernel – 5.14-rc4 – VMware 16.1.2 Fix Already Available..

Adventures With Linux ™ Posted on August 2, 2021 by RGAugust 2, 2021

Kernel 5.14-rc4 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2108.0/00269.html The most recent – patched – NVIDIA driver 470.57.02 is OK, but if you have an earlier version of the VMware 16.1.2 patchset, you may encounter an error when booting a Windows guest: “The operation on file “/home/rgadsdon/vmware/Windows_XP_Pro-SP3-2/Windows_XP_Pro-000001-cl3-s002.vmdk” failed.”  … etc … – followed by boot failure.. … Continue reading →

Posted in fix, kernel, Linux, Opinion, patches, VMware | Tagged fixed in latest patchset, kernel 5.14-rc4, operation failed, VMware 16.1.2, vmware guest boot fail | Leave a reply

NVIDIA – Patch for Kernel 5.14-rc. Support..

Adventures With Linux ™ Posted on July 13, 2021 by RGJuly 13, 2021

Thanks (again) to Joan Bruguera, there is a patch available for NVIDIA driver 465.31, at https://gist.github.com/joanbm/144a965c36fc1dc0d1f1b9be3438a368 I have tested this with the latest beta driver – 470.42.01 – and kernel 5.14-rc1, and it does apply OK (with some offsets): …… patching file a/kernel/common/inc/nv-time.h Hunk #2 succeeded at 215 (offset 9 lines). patching file a/kernel/nvidia-drm/nvidia-drm-drv.c Hunk #2 succeeded … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, Opinion | Tagged kernel 5.14, ndidia, patch for 465.31, tested with 470.42.01 | 5 Replies

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑