↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Crash and Burn..

Post navigation

← Older posts

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.17 Pre-release Tests..

Adventures With Linux ™ Posted on January 17, 2022 by RGJanuary 17, 2022

Kernel 5.17-rc1 is due out soon, and so I tested the latest (Jan 16th) Github version, to see if there were any surprises.. The latest NVIDIA driver – 510.39.01 – compiled and loaded/ran OK: …………. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/Module.symvers CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-drm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.39.01/kernel/nvidia-modeset.ko CC [M] … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.2.1, 510.39.01, github, kernel 5.17-pre, latest nvidia ok, patch available for vmware, testing | Leave a reply

Disks – Not so S.M.A.R.T. After All?

Adventures With Linux ™ Posted on December 1, 2021 by RGDecember 1, 2021

More problems with severe disk performance degradation, but SMART still shows the disc as ‘OK’.. This has now occurred three times over the last 2 years or so, with 1TB and 2TB disks that were around 4+ years old (in continuous use..).. The contents were still accessible, but data transfer was extremely slow – around 250KiB/s to … Continue reading →

Posted in Crash and Burn.., hardware, Linux | Tagged data xfer very slow, disk fail, read error, smart shows ok, write error | 1 Reply

ARM64 – Pi 4 USB Problems – And a Messy Fix..

Adventures With Linux ™ Posted on May 11, 2021 by RGMay 11, 2021

After some delay, I finally had a ‘good’ cooling solution for my 8GB Pi4, and resumed testing.. The last Kernel version I had running on it was 5.9-rc4, and everything seemed to be working OK (including 8GB of memory recognised). I then updated to 5.11.18, and found that none of the USB ports worked: # dmesg |grep … Continue reading →

Posted in aarch64, Crash and Burn.., Fedora, fix, Hacks, kernel, Linux / ARM, Opinion, patches, quirks, Raspberry Pi 4 | Tagged 5.10.34 fails, 5.11.18 with RH patchset, 5.12 fails, 5.13-rc fails, 5.9.16 works, 8gb, pi4, usb fails, workaround | 3 Replies

Kernel – 5.12-rc1 – USB-related Crash..

Adventures With Linux ™ Posted on March 1, 2021 by RGMarch 1, 2021

After running kernel 5.12-rc1 for short time, it crashed: ……………………………. usb 1-1.1.1.5: USB disconnect, device number 11 usb 1-1.1.1.5.4: USB disconnect, device number 12 cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0 BUG: kernel NULL pointer dereference, address: 0000000000000278 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) – not-present page PGD 0 P4D 0 Oops: 0000 … Continue reading →

Posted in Crash and Burn.., kernel, Linux, Opinion, USB | Tagged BUG kernel NULL pointer, crash, kernel 5.12-rc1, usb | Leave a reply

ARM64 – Fedora 33 Pre-release Kernel Boot Problem – and Workaround..

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

I have been testing Fedora 33 pre-release, and on x86_64 it seems relatively stable (usual caveats…) but on arm64 systems (Odroid N2 and Pi4) I found that after compiling a new kernel (5.8.3), the system booted, but login was impossible, and screen output was missing  (uart/console was OK). Kernels compiled with Fedora 32 all booted OK, and … Continue reading →

Posted in aarch64, ARM64, boot, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Odroid N2, Opinion | Tagged arm64, boot problem, cross-compile, fedora 33, kernel 5.8.3, login imposssible, modules not loading, timeout, workaround, x86_64 ok | Leave a reply

Kernel – 5.9-rc1 Released – VMware Still Broken.. NVIDIA Compile Fails..

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

Kernel 5.9-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2008.2/00223.html As expected, VMware is still broken, and fails/reboots when a VM start is attempted. Vmnet, with the latest patch, compiles OK, and there is a patch for vmmon and Kernel 5.9 available, for the Workstation 16 early-release, here: https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16 With regard to NVIDIA, the interim patch for … Continue reading →

Posted in Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc1, nvidia compile fails, vmmon vmnet patches available, vmware still broken | 2 Replies

VirtualBox – Latest Development Version Tests with Kernel 5.8 – Unstable..

Adventures With Linux ™ Posted on August 3, 2020 by RGAugust 4, 2020

I have been investigating alternatives, as VMware is currently a non-starter (literally..) with Kernel 5.8.. I installed the latest VirtualBox (6.1.97 r139689) from SVN (another blast from the past…) and managed – after some messing around – to get it to compile OK on my Fedora 32 test system with Kernel 5.8 (from kernel.org..)    I had … Continue reading →

Posted in Crash and Burn.., Fedora, Hacks, kernel, Linux, Opinion, VirtualBox, working | Tagged fedora guest ok, installs ok, Kernel 5.8, virtualbox 6.1.97r139689 | Leave a reply

Kernel – 5.8 Released – NVIDIA OK, but VMware Runtime Causes Reboot, With No Warning..

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

Kernel 5.8 is out, and details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2008.0/00586.html The (patched) VMware 15.5.6  vmmon/vmnet modules compile OK, and the latest NVIDIA driver 450.57 compiles and runs OK. However….    I cannot upgrade my main systems, as the catastrophic VMware runtime reboot still occurs, as mentioned in previous articles: $ uname -a Linux rgz220 5.8.0 #2 SMP Sun Aug … Continue reading →

Posted in Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged failure, Kernel 5.8, nvidia 450.57 ok, released, vmware runtime immediate reboot, vmware vmmon vmnet ok | 5 Replies

VMware – Kernel 5.8 is a Serious Problem?

Adventures With Linux ™ Posted on July 19, 2020 by RGJuly 19, 2020

Since the release of Kernel 5.8-rc1, any attempt I made to run a VMware client on that host system has failed catastrophically. ( see http://rglinuxtech.com/?p=2753 ) and the problem still persists, with 5.8-rc6. I had posted brief details of the issue on the VMware forum some weeks ago, but there has been no useful response. https://communities.vmware.com/thread/638457 I … Continue reading →

Posted in Crash and Burn.., kernel, Linux, Opinion, VirtualBox, VMware | Tagged incompatible, Kernel 5.8, no solution yet, problem, virtualbox, vmware | 2 Replies

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑