↓
 

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 – 5.1-rc1 is out – VMware Fix Available, but NVIDIA Fails.

Adventures With Linux ™ Posted on March 17, 2019 by RGMarch 17, 2019

Kernel 5.1-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1903.2/00496.html VMware with the Kernel 5.0 patches fails to compile vmmon, but thanks to Michal Kubeček, a fix is currently available at https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.0.3-test.   I have applied this, and VMware 15.0.3 compiles and loads/runs OK with Kernel 5.1-rc1. NVIDIA 418.43 compile fails soon after commencing: …………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.43/kernel/common/inc/nv-list-helpers.h:94:19: error: … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, VMware | Tagged 418.43, kernel 5.1-rc1 released, nvidia compile fails, vmware patch available | 6 Replies

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

NVIDIA – Driver 415.23 – Finally, Works with Kernel 4.20..

Adventures With Linux ™ Posted on December 13, 2018 by RGDecember 13, 2018

After the embarrassment of driver 415.22 not actually compiling with Kernel 4.20, NVIDIA have now released 415.23.    Very brief details are here:  https://www.nvidia.com/Download/driverResults.aspx/141300/en-us This version does compile with Kernel 4.20 (tested with 4.20-rc6) but shows repeated warnings: ………………………………. In file included from /home/rgadsdon/Downloads/NVIDIA-Linux-x86_64-415.23/kernel/nvidia-uvm/uvm8_gpu.h:31, from /home/rgadsdon/Downloads/NVIDIA-Linux-x86_64-415.23/kernel/nvidia-uvm/uvm8_mmu_test.c:24: /home/rgadsdon/Downloads/NVIDIA-Linux-x86_64-415.23/kernel/nvidia-uvm/uvm_linux.h:263:2: warning: #warning “atomic64_t unavailable, demoting to atomic_t!” [-Wcpp] #warning “atomic64_t unavailable, … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion | Tagged atomic64_t unavailable, compile warnings, nvidia 415.23, ok with kernel 4.20, tested with 4.20-rc6 | Leave a reply

NVIDIA – Patch Available for 415.18 – Works OK with Kernel 4.20.

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

Thanks to loqs, there is now a viable patch for NVIDIA and Kernel 4.20. I applied the patch to driver 415.18, and tested with Kernel 4.20-rc3, and the driver compiles cleanly, now: ……………………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.18-420/kernel/nvidia-uvm.mod.o … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, patches, success | Tagged kernel 4.20-rc3, nvidia 415.18, patch available, success, tested | Leave a reply

NVIDIA – 396.54 Patched for Kernel 4.19-rc1 – OK for Some?

Adventures With Linux ™ Posted on August 29, 2018 by RGAugust 29, 2018

Thanks to Tomas Pruzina for more info on this problem…    I have now tested NVIDIA 396.54 – patched with the changes mentioned in my previous article – and it runs OK on my system (Fedora 28, KDE/Plasma).    I created a patched runtime version of the installer, and then (as root) installed it as usual: # ./NVIDIA-Linux-x86_64-396.54-419.run -s … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged black screen for some, kernel 4.19-rc1, nvidia 396.54, ok with fedora 28, patch | Leave a reply

X86_64 – Fedora Upgrade on Intel ‘Apollo Lake’ System Disables EFI boot – and Fix

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

The Intel SOC AP42 system is not supported by Grub2-EFI, but boots using rEFInd (see article at http://rglinuxtech.com/?p=2021 ). I had hoped to prevent the ‘automatic’ (re)install of grub2-efi etc by masking the (minimal) grub installation of grubby etc. – necessary to support the Kernel # make install function – using # rpm -e –justdb –nodeps <package>.  … Continue reading →

Posted in Apollo Lake, boot, Fedora, fix, Hacks, Intel, kernel, Linux, Opinion | Tagged altlinux rescue disk, efi disabled, fedora upgrade, fix, intel soc, refind | 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

Fedora – Fix For Annoying F27 KDE/Dolphin QT Bug..

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

The latest version of QT5 on Fedora 27 – qt5-qtbase-5.9.6-1.fc27.x86_64 – produces a very annoying display problem in KDE’s Dolphin file manager, where the window does not resize/reformat correctly, leaving large blank areas at each side: This has been identified as a QT5 bug/regression, and a patch is available, at https://codereview.qt-project.org/#/c/233482/ I have applied this, and Dolphin … Continue reading →

Posted in compilation, Fedora, fix, KDE, Linux, Opinion, patches, Performance | Tagged 5.9.6, display problem, dolphin, fedora 27, fix, kde, patch available, qt5 bug | Leave a reply

Kernel – 4.18-rc2 is Out – Includes fix for VMware Runtime, OK with Latest Patched VMware and NVIDIA.

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

Kernel 4.18-rc2 has been released, and brief details of changes from -rc1 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1806.3/00112.html This includes the cmdline fix, which enables the VMware runtimes to execute correctly.   The VMware 14.1.2 vmmon patch is still required (see http://rglinuxtech.com/?p=2322 ) NVIDIA 390.67 compiles OK, with the nvidia-drm-drv.c patch (see http://rglinuxtech.com/?p=2315 ) Robert Gadsdon.  June 24, 2018. … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, Performance, quirks, VMware | Tagged 390.67, 4.18-rc2 out, includes cmdline fix, kernel, nvidia-drm-drv.c patch, vmmon patch, vmware runtime | Leave a reply

Fedora – Easier ‘Fix’ for F28 Wine..

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

Wine on Fedora 28 is still broken with some windows apps, and to avoid having to individually download and then run RPM on a series of F27 wine rpms, it is possible to use dnf to do the update/replacement with the – working – Fedora 27 versions. # dnf update *wine* –releasever=27 –allowerasing –best This only works … Continue reading →

Posted in Fedora, fix, Linux, Opinion | Tagged dnf, fedora 28, fix, wine, wine f27 | 2 Replies

Post navigation

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