↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: fix

Post navigation

← Older posts
Newer posts →

Kernel – Fix for 5.9-rc6 Compile Fail..

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

A fix has now been produced, for the dax compile fail with 5.9-rc6: Reported: http://lkml.iu.edu/hypermail/linux/kernel/2009.2/07060.html Fix: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=88b67edd7247466bc47f01e1dc539b0d0d4b931e I have tested this, and the kernel now compiles OK, and loads/runs as expected.. Robert Gadsdon.   September 21st 2020. … Continue reading →

Posted in fix, kernel, Linux, Opinion, patches | Tagged compile fail, dax, fixed, kernel 5.9-rc6, patch | Leave a reply

VMware – 5.8 Fix now merged with 15.5.6 Patchset..

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

The fixes for Kernel 5.8 (and 5.9-rc..) support have now been incorporated in the usual VMware vmmon/vmnet 15.5.6 patchset, at: https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.6.     Thanks are due to baryonix and mkubecek .. Robert Gadsdon.   September 6th 2020. … Continue reading →

Posted in fix, kernel, Linux, patches, VMware | Tagged kernel 5.8 patches merged, vmmon, vmnet, vmware 15.5.6 | 8 Replies

VMware – Fix for Kernel 5.8 Available..

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

With thanks to huyz for the notification – there is now a patch from baryonix available for VMware 15.5.6 and Kernel 5.8..    The patch is available here:  https://github.com/baryonix/vmware-host-modules/tree/fixes-for-5.8 I have – briefly – tested this with Kernel 5.8.5, and it was successful..     As the usual # vmware and # vmware-modconfig still segfault, then vmmon/vmnet have to be … Continue reading →

Posted in fix, kernel, Linux, Opinion, patches, success, VMware | Tagged fix, patch for kernel 5.8, vmmon / vmnet, vmware | Leave a reply

Fedora – Fun with ZRAM..

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

Fedora 33 will be using ZRAM as standard for swap, rather than a partition or swapfile on disk.    I had no problem with this on a new F33 install (Odroid H2Plus) but after upgrading an existing Fedora 32 system it refused to initialise, and ‘/dev/zram0‘ did not exist.    Research revealed that the documentation for much of this … Continue reading →

Posted in alpha release, boot, Fedora, fix, Hacks, kernel, Linux, Opinion | Tagged /dev/zram0 missing, fedora 33, fix, old config, swap, upgrade, zram | Leave a reply

VMware – Kernel 5.8/5.9 Problems – To be Fixed in Workstation Pro 16?

Adventures With Linux ™ Posted on August 21, 2020 by RGAugust 21, 2020

VMware have announced the release of Workstation Pro 16:  https://blogs.vmware.com/workstation/2020/08/announcing-workstation-16-and-fusion-12.html From various comments seen elsewhere, it would appear that WS 16 should include fixes for Kernel 5.8/5.9 runtime compatibility..   Actual release date is – so far – vague, but may be sometime towards the end of September.. Robert Gadsdon.   August 21st 2020. … Continue reading →

Posted in fix, kernel, Linux, Opinion, VMware | Tagged details vague, possible fix for kernel 5.8/5.9, vmware 16 announced | 1 Reply

Kernel – 5.8 Pre-testing.. Fix for NVIDIA. Problems with VMware Runtime.

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

There is now an interim patch available, for NVIDIA 440.82 and Kernel 5.8, at https://gitlab.com/snippets/1986228 This should be applied as well as the 5.7 patch, and I have tested this with pre-release Kernel 5.8-git version from June 12th, and it works OK.    Note that this is an interim patch, and may be updated once 5.8-rc1 is released.. … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.8pre-release, nvidia 440.82 patch available, vmware-modconfig segfaults, workarounds | 1 Reply

Kernel – Pre-Release Tests for 5.6-rc1 ..

Adventures With Linux ™ Posted on February 6, 2020 by RGFebruary 6, 2020

Kernel 5.6-rc1 should be out on Sunday, February 9th, but I noticed that early-version-test patches are already available for VMware 15.5.1, here:  https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-15.5.1-k5.6 These patches gave clues to what might affect NVIDIA as well, and I managed to get a GIT version of 5.6-rc1-pre (dated February 5th) to compile OK, and was able to use this.   Of … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, success, VMware | Tagged kernel 5.6-rc1 pre-release, nvidia 440.59 patches, success, testing, vmware 15.5.1 patch | Leave a reply

Ethernet – If you Can’t Wait for 5.4.14, an Unofficial e1000e Patch for 5.4.13..

Adventures With Linux ™ Posted on January 20, 2020 by RGJanuary 20, 2020

As there is (so far) no sign of an update to the 5.4.x kernel series, I have uploaded a _very unofficial_ patch I had already created for 5.4.13, and I have tested this, and so far it seems to work OK..    It is based on an ‘earlier’ e1000e patch version found on linux/netdev.. https://www.spinics.net/lists/netdev/msg623693.html,  and thanks are … Continue reading →

Posted in compilation, Crash and Burn.., Ethernet, fix, Hacks, Intel, kernel, Linux, Network, Opinion, patches | Tagged disconnect bug, e1000e, fix, kernel 5.4.13, unofficial patch, use at own risk | Leave a reply

Kernel – 5.5-rc7 – Finally, a Fix for Intel e1000e..

Adventures With Linux ™ Posted on January 19, 2020 by RGJanuary 19, 2020

Kernel 5.5-rc7 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2001.2/04928.html This includes e1000e: Revert “e1000e: Make watchdog use delayed work”, and I have tested this, and it appears to have – finally – fixed the problem. Hopefully this will be back-ported to the next release of the 5.4 x kernel..! Robert Gadsdon.   January 20th, 2020. … Continue reading →

Posted in Ethernet, fix, Intel, kernel, Linux, Network | Tagged finally fixed, intel e1000e, kernel 5.5-rc7, ok, tested | Leave a reply

Ethernet – Intel e1000e Still Broken with 5.4-rc6

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

Just tested Kernel 5.4-rc6 on a system with Intel e1000e, and this is still broken, despite being reported when -rc1 was released.. http://lkml.iu.edu/hypermail/linux/kernel/1910.3/07624.html Kernel release notes for 5.4-rc6 are here:   http://lkml.iu.edu/hypermail/linux/kernel/1911.0/01280.html The problem, is that the Ethernet connection repeatedly activates/deactivates, making the connection useless: (From KDE/Plasma)…………… Connection ‘eth0’ deactivated. Connection ‘eth0’ activated. Connection ‘eth0’ deactivated. Connection ‘eth0’ … Continue reading →

Posted in Ethernet, fix, intel ethernet, kernel, Linux, Network, patches | Tagged fix, intel e1000e broken, kernel 5.4-rc6, revert patch | 6 Replies

Post navigation

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