↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: fixed

NVIDIA – New Driver, OK with Kernel 6.2 ..

Adventures With Linux ™ Posted on January 5, 2023 by RGJanuary 5, 2023

NVIDIA have released driver 525.78.01, and brief details are here:   https://www.nvidia.com/Download/driverResults.aspx/198284/en-us/ Although it is not mentioned in the ‘Release Highlights’..   this version compiles OK and loads/runs with Kernel 6.2 (tested with 6.2-rc2): …………………………….. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64 -525.78.01/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/nvidia-modeset/nv-kthread -q.o  MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/Module.symvers  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/nvidia.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/nvidia.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/nvidia-uvm.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-525.78.01/kernel/nvidia-uvm.ko  CC [M] … Continue reading →

Posted in fixed, kernel, Linux, NVIDIA, Opinion | Tagged 525.78.01, new driver, nvidia, ok with kernel 6.2, tested with 6.2-rc2 | Leave a reply

ARM64 – Pi4 – Finally, a fix for the USB Issues..

Adventures With Linux ™ Posted on September 3, 2021 by RGSeptember 3, 2021

I had spent far too much time trying to solve the Pi4 USB conundrum ( see https://rglinuxtech.com/?p=2922 ) but did recently find that the 5.14-rc kernels enabled the USB3 hub, although USB2 still failed to function.    I then updated u-boot to the ‘latest’ version, and now everything (finally..) works as it should, again..: Updated u-boot to latest … Continue reading →

Posted in aarch64, compilation, fixed, hardware, Linux, Linux / ARM, Opinion, Raspberry Pi 4, U-Boot | Tagged fixed, kernel 5.14, raspberry pi 4, update to latest u-boot, usb problems | Leave a reply

VMware – Workstation 16.0.0 Released – OK with Kernel 5.8, and 5.9-rc..

Adventures With Linux ™ Posted on September 16, 2020 by RGSeptember 16, 2020

VMware have now released Workstation Pro 16.0.0, and details are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/16/rn/VMware-Workstation-16-Pro-Release-Notes.html This version now works correctly – and compiles, with multiple warnings – on Kernel 5.8 (tested with 5.8.9) and also on Kernel 5.9-rc5. To fix the messy compile – and thanks again to Michal Kubeček – there is a patchset for vmmon/vmware available, here:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.0.0 … Continue reading →

Posted in compilation, fixed, kernel, Linux, Opinion, patches, VMware | Tagged ok with 5.9-rc, ok with kernel 5.8, patchset available, vmware 16 released | 3 Replies

VMware – Another Update – 15.5.6 – Fails with Kernel 5.7 – Fix Available.

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

VMware have just released another update – Workstation 15.5.6, and details are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/15.5/rn/VMware-Workstation-1556-Pro-Release-Notes.html .    This time, there are some Linux Client-related fixes included.. This fails to compile with Kernel 5.7, but there is a fix available (tested with 5.7.2), at:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.6 Robert Gadsdon.   June 10th 2020. … Continue reading →

Posted in fixed, kernel, Linux, Opinion, VMware | Tagged fails with kernel 5.7, fix available, tested ok, vmware 15.5.6 | 4 Replies

Kernel – 5.7-rc1 is Out. Patched VMware OK, and Patch Available for NVIDIA..

Adventures With Linux ™ Posted on April 12, 2020 by RGApril 12, 2020

Kernel 5.7-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2004.1/04252.html There have been some reports of kernel crash on boot, so test with care..   My system (HP Z220) booted without any issues.. 5.6-patched VMware 15.5.2 compiled and ran OK, although the latest NVIDIA – 440.82 – failed to compile, but thanks to Isaak I. Aleksandrov, there … Continue reading →

Posted in fixed, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged fixed, kernel 5.7-rc1 released, nvidia 440.82 compile fail, patch available, patched vmware 15.5.2 ok | Leave a reply

NVIDIA – New Driver – Finally, Supports Kernel 5.6..

Adventures With Linux ™ Posted on April 7, 2020 by RGApril 7, 2020

NVIDIA have released driver 440.82, and details are here:  https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-440-82-long-lived-branch-release/118864 Tested with latest Kernel 5.6, and compiles/runs OK: ……………… ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-modeset/nv-kthread-q.o MODPOST 4 modules CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-drm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-modeset.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia-uvm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-440.82/kernel/nvidia.ko make[1]: Leaving directory ‘/usr/src/linux-5.6.3-rc2’ Robert … Continue reading →

Posted in fixed, kernel, Linux, NVIDIA, Opinion | Tagged 440.82, new driver, nvidia, ok with kernel 5.6, tested with 5.6.3-rc2 | Leave a reply

WiFi – Kernel 5.6 Problems – Fixed in 5.6.2.

Adventures With Linux ™ Posted on April 1, 2020 by RGApril 1, 2020

There are problems with 802.11 and the first releases of Kernel 5.6.0/1, but this will be fixed in 5.6.2:  http://lkml.iu.edu/hypermail/linux/kernel/2004.0/01296.html If you have not already updated to Kernel 5.x, best to wait for 5.6.2! Robert Gadsdon.   April 1st 2020. … Continue reading →

Posted in fixed, kernel, Linux, WiFi | Tagged 802.11, fixed in 5.6.2, kernel 5.6, wifi problem | Leave a reply

NVIDIA – Driver 440.31 Released – Finally, Compiles Cleanly with Kernel 5.4..

Adventures With Linux ™ Posted on November 4, 2019 by RGNovember 4, 2019

NVIDIA have just released driver 440.31, and details are here:  https://devtalk.nvidia.com/default/topic/1065987/announcements-and-news/linux-solaris-and-freebsd-driver-440-31-long-lived-branch-release-/ I have tested this with Kernel 5.4-rc6, and – as mentioned in the release notes – there is no annoying ‘Module.symvers…‘ message any more. Robert Gadsdon.  November 4th, 2019. … Continue reading →

Posted in fixed, kernel, Linux, NVIDIA, Opinion | Tagged 440.31 released, clean compile with 5.4-rc6, module.symvers, nvidia | Leave a reply

New Install – Dual-Boot, Serial Console, Intel Ethernet Issues – Fixed..

Adventures With Linux ™ Posted on February 18, 2019 by RGFebruary 18, 2019

Setting up an old HP8000 desktop small-form-factor system as a crash-and-burn test system, with dual-boot Fedora 29 and Windows 7, on separate drives. First slight gotcha with the Fedora install: The installation utility shows the two disks, the first of which has Windows 7 (sda) and the second – additional – was for the Fedora Linux install … Continue reading →

Posted in Crash and Burn.., dual-boot, Ethernet, Fedora, fix, fixed, grub, Hacks, hardware, Intel, kernel, Linux, linux install, Opinion, quirks, Win 7 | Tagged dual-boot, fedora, fixed, intel ethernet, linux, new install, serial console port, win7 | Leave a reply
Original content © Robert Gadsdon 2013
↑