↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: kernel

Post navigation

← Older posts
Newer posts →

ARM64 – Odroid N2 – Latest U-Boot, Kernel 5.6-rc2, EFI, Fedora 31, Plasma/Wayland

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

I have recently acquired an Odroid N2 (4GB) and managed – with some difficulty – to get it to run a ‘modern’ U-Boot, Kernel 5.6-rc2, with EFI support, and Fedora 31. This time, there were no clues from OpenSuse, and all the examples I found still used the ancient/custom Hardkernel u-boot and a kernel.img ‘blob. Fortunately, the … Continue reading →

Posted in aarch64, ARM64, Fedora, Hacks, kernel, Linux / ARM, Odroid N2, quirks, U-Boot, UEFI | Tagged arm64, efi, fedora 31, kernel 5.6-rc2, odroid n2, plasma/wayland, u-boot | 3 Replies

Kernel – 5.6-rc1 Released – No Surprises?

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

Kernel 5.6-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2002.1/00576.html After the pre-release testing mentioned in my previous article, patched VMware 15.5.1 and patched/hacked NVIDIA 440.59 both compiled and ran, but with the same NVIDIA # startx tombstone, as previously mentioned.   I had already created a patched NVIDIA runtime, to make things easier: # ./NVIDIA-Linux-x86_64-440.59-k56.run -s –install-libglvnd … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.6-rc1 released, nvidia tombstone, ok, patched nvidia 440.59, patched vmware 15.5.1 | Leave a 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

NVIDIA – New Driver 440.59 – OK with Kernel 5.5, and No Tombstone..

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

NVIDIA have just released driver 440.59, and brief details – and download links – are here: https://devtalk.nvidia.com/default/topic/1070838/announcements-and-news/linux-solaris-and-freebsd-driver-440-59-long-lived-branch-release-/ I have tested this with Kernel 5.5.1, and it installs OK, and – for the first time – there is no ‘tombstone’ when # startx is executed. Robert Gadsdon.   February 3rd 2020. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged driver 440.59, no tombstone, nvidia, ok with kernel 5.5 | 1 Reply

NVIDIA – Beta Driver 440.48.02 – Compiles OK with Kernel 5.5..

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

NVIDIA have a Beta driver available, and this compiles OK with kernel 5.5.   Available from link here:  https://developer.nvidia.com/vulkan-driver I have installed this and – interestingly – it still gives a ‘tombstone’ at # startx, but appears to run OK despite that ?: [60044.039448] ————[ cut here ]———— [60044.043355] refcount_t: underflow; use-after-free. [60044.047445] WARNING: CPU: 1 PID: 45401 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 440.48.02, beta driver, compiles with kernel 5.5, nvidia, tombstone at startx | Leave a reply

Kernel – 5.5 released, OK with Patched VMware, and e1000e issues fixed.

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

Kernel 5.5 is out, and brief details of changes since -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/2001.3/02724.html This now works OK with Intel e1000e-supported Ethernet cards, and the patched version of VMware 15.5.1.   There is an interim patch for NVIDIA driver 440.44, and this gives a tombstone on # startx, on my systems, but seems to work OK, after that. … Continue reading →

Posted in Ethernet, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.5, new release, nvidia 440.44 interim patch, vmware 15.5.1 patched | 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 – e1000e – The Saga Continues..

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

After more testing, it appears that there is still a problem with the Intel e1000e driver and some – but not all – supported NICs.. I have several ex-HP systems that have Intel NICs, and some have more than one.   The HP Z820 has two (different models..): $ lspci |grep Eth 00:19.0 Ethernet controller: Intel Corporation 82579LM … Continue reading →

Posted in Ethernet, Fedora, hardware, Intel, kernel, Linux, Network, Opinion, some systems ok | Tagged constant up/down, e1000e, ethernet, intel, problems, revert patch, some nics ok, workaround | Leave a reply

NVIDIA – Another Kernel 5.5 Patch

Adventures With Linux ™ Posted on December 24, 2019 by RGDecember 24, 2019

There is another (modified?) patch available for the latest NVIDIA driver and Kernel 5.5-rc ( see the NVIDIA Forum article at https://devtalk.nvidia.com/default/topic/1068332/linux/nvidia-driver-does-not-build-on-linux-v5-5-release-candidate-kernel/ ). I have applied this to driver 440.44 on Kernel 5.5-rc3, and it compiles OK, and loads/runs without the ‘tombstone’ that I experienced with previous versions. Robert Gadsdon.  December 24th 2019. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, patches | Tagged compiles ok, nvidia 440-44, patch for kernel 5.5, runs, testing | Leave a reply

Post navigation

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