↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: workaround

Post navigation

← Older posts
Newer posts →

Ethernet – Intel e1000e OK with some Kernel 5.4 Systems, but not all?

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

After updating my main HP Z820 system to Kernel 5.4, I found that the previous Intel e1000e Ethernet problem I had encountered on my test system with Kernel 5.4-rc6 seemed to have reappeared. (see http://rglinuxtech.com/?p=2632 ). But – this time, two of my systems with e1000e drivers were OK, but the third – the HP Z820 – … Continue reading →

Posted in Ethernet, hardware, Intel, kernel, Linux, Network, Opinion, patches | Tagged ethernet, intel e1000e, kernel 5.4, problems, revert patch, some systems ok, workaround | Leave a reply

Fedora – Fix for Broken rpmbuild in Fedora 31.

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

Testing Fedora 31 – which is still work-in-progress, of course.. Tried to use # rpmbuild –rebuild to create a missing RPM from a F30 source RPM, and found the following error: ………….. Illegal char ‘)’ (0x29) in: Obsoletes:………. I found a reference to this error in the buglist, but it had been flagged as ‘rawhide’, and closed, … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, Linux, Opinion, quirks | Tagged fedora 31, fix, illegal char, pre release, rpmbuild bug, workaround | Leave a reply

NVIDIA – 410.xx Runtime Segfault – Solved..

Adventures With Linux ™ Posted on November 3, 2018 by RGNovember 4, 2018

Solved:    After more investigation, reinstalling the Xorg driver fixed the problem..  # dnf reinstall xorg-x11-server-Xorg After successfully patching the NVIDIA 410.73 driver (see previous article), I encountered another problem at runtime, after # startx : ………………………………. [ 145.489] (II) Initializing extension GLX [ 145.489] (II) AIGLX: Screen 0 is not DRI2 capable [ 145.489] (EE) AIGLX: reverting … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches | Tagged fedora 29, kernel 4.19, nvidia 410.xx, patched 396.54, runtime, segfault, workaround | 2 Replies

NVIDIA – 410.73 PM Gotcha, for Some..

Adventures With Linux ™ Posted on November 3, 2018 by RGNovember 3, 2018

I just encountered a problem installing the latest NVIDIA driver 410.73 on my ‘Main’ system, having successfully tested it on my ‘Test’ system: …………………… MODPOST 4 modules WARNING: “nv_pmops_suspend” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_resume” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_thaw” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_poweroff” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_restore” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_freeze” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! ………………….. It appears that NVIDIA now … Continue reading →

Posted in kernel, Linux, NVIDIA | Tagged 410.73, linux, nvidia, nv_pmops, patch, reauires pm compiled in, workaround | Leave a reply

Fedora – F28 Upgrade on ARM64 – Fix for GPG Errors..

Adventures With Linux ™ Posted on July 6, 2018 by RGJuly 6, 2018

When doing a # dnf system-upgrade reboot on an ARM64 system you may encounter a stream of GPG errors, followed by reboot, without upgrade. To fix this, simply import the F28 GPG key in advance, as done for Rawhide: # rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary After this, the system-upgrade should proceed correctly.. Robert Gadsdon.   July 6, 2018   … Continue reading →

Posted in aarch64, ARM64, Fedora, fix, Linux | Tagged aarch64, arm64, dnf system-upgrade, fedora, fix, gpg errors, workaround | 1 Reply

VMware – Odd Behaviour with Kernel 4.18-rc1, and a Workaround?

Adventures With Linux ™ Posted on June 18, 2018 by RGJune 18, 2018

VMware 14.1.2 worked OK with Kernel 4.17, on my Fedora 28 test system, but after updating to 4.18-rc1 the following occurred: Modules (vmmon/vmnet) compiled OK, but – after further testing – appeared to have a runtime problem..    I applied the vmmon patches from Michal Kubeček, at https://github.com/mkubecek/vmware-host-modules/commit/3f2a6c720f68 and this also compiled cleanly. When I ran # vmware-modconfig … Continue reading →

Posted in compilation, Fedora, fix, Hacks, kernel, Linux, Opinion, patches, VMware | Tagged kernel 4.18-rc1, runtime problems, userland, vmmon patch, vmware 14.1.2, workaround | 5 Replies

IA64 – Update to Kernel 4.15-rc1..

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

Just updated the Itanium2 system (RX2600/ZX9000 hybrid) to kernel 4.15-rc1, but encountered a problem with the NFSv4 code.    Recent changes have exposed problems with ‘older’ compilers, and the system currently has GCC 4.3 (on Fedora 9/IA64): ………………….. CALL scripts/checksyscalls.sh <stdin>:1185:2: warning: #warning syscall perf_event_open not implemented <stdin>:1239:2: warning: #warning syscall seccomp not implemented <stdin>:1317:2: warning: #warning syscall … Continue reading →

Posted in Fedora, fix, IA64, Itanium, kernel, Linux | Tagged gcc 4.3, ia64, itanium2, kernel, kernel 4.15-rc1, kernel code compile issue, linux, workaround | Leave a reply

Fedora – 26-27 DNF Upgrade Woes, and a Workaround..

Adventures With Linux ™ Posted on November 15, 2017 by RGNovember 25, 2017

After upgrading four Fedora systems (x86_64) from release 26 to 27, using # dnf system-upgrade download –refresh –releasever=27 –allowerasing –nogpgcheck –best -y, two of these worked OK, but two failed – with a sudden reboot, back to F26 – and no (apparent) error displayed, after # dnf system-upgrade reboot had rebooted the system, and the upgrade process … Continue reading →

Posted in boot, Fedora, fix, Hacks, Linux, Opinion, quirks, success | Tagged 27 upgrade, dnf system-upgrade, fail, fedora, fix, reboot, workaround | 4 Replies

Intel – Fix for Atom MMC/GPT warning..

Adventures With Linux ™ Posted on September 15, 2017 by RGSeptember 15, 2017

I had been getting a warning on boot with recent kernels on my Intel Atom-based UP system, and found a workaround..    The error flagged is – apparently – harmless, and is due to systemd not being able to recognise some mmc disk partitions at that stage of the boot process.. …… [ 5.124250] systemd-gpt-auto-generator[416]: Failed to dissect: … Continue reading →

Posted in fix, hardware, Intel Atom, kernel, Linux, Opinion, quirks, UP Board | Tagged boot time, failed to dissect, gpt, intel atom, kernel, linux, mmc, soc, warning, workaround | 2 Replies

NVIDIA – New Driver With 4.11 Workaround, Not a Fix…

Adventures With Linux ™ Posted on May 5, 2017 by RGMay 10, 2017

NVIDIA have released driver 375.66, and the details are here:  http://www.nvidia.com/Download/driverResults.aspx/118290/en-us The details include the following: “Installation of the nvidia-drm kernel module is now optional. The new ‘- -no-drm’ option can be used to prevent nvidia-installer from building and installing nvidia-drm, on systems where this kernel module fails to build and/or load.” This does not mention Kernel … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged --no-drm option, compile options, for kernel 4.11, not a fix, nvidia 375.66, workaround | 5 Replies

Post navigation

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