↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: fix

Post navigation

← Older posts
Newer posts →

Linux – Dual-Boot Nasty Hack..

Adventures With Linux ™ Posted on March 14, 2018 by RGMarch 14, 2018

I am setting up an HP Z820 as – primarily – a video creating/editing/restoring system, but I need to be able to boot into Windows 7 Pro (for Vegas Pro, AviSynth, Prodrenalin, Mercalli, etc. etc..) and Linux (Fedora)..   I had set up dual-boot systems before, and I am still using Windows 7 Pro SP1, but this time … Continue reading →

Posted in boot, dual-boot, Fedora, fix, grub, Hacks, Linux, Opinion, quirks, UEFI, Win 7 | Tagged dual-boot, fedora entry missing, fix, grub2, hack, linux, substitute, success, uefi, windows 7, z820 | Leave a reply

Linux – Dual-Boot Nasty Hack..

Adventures With Linux ™ Posted on March 14, 2018 by RGMarch 14, 2018

I am setting up an HP Z820 as – primarily – a video creating/editing/restoring system, but I need to be able to boot into Windows 7 Pro (for Vegas Pro, AviSynth, Prodrenalin, Mercalli, etc. etc..) and Linux (Fedora)..   I had set up dual-boot systems before, and I am still using Windows 7 Pro SP1, but this time … Continue reading →

Posted in boot, dual-boot, Fedora, fix, grub, Hacks, Linux, Opinion, quirks, UEFI, Win 7 | Tagged dual-boot, fedora entry missing, fix, grub2, hack, linux, substitute, success, uefi, windows 7, z820 | Leave a reply

NVIDIA – Possible Fix for Kernel 4.16..

Adventures With Linux ™ Posted on March 6, 2018 by RGMarch 6, 2018

Thanks to the efforts of mlau on the NVIDIA Devtalk Forum, there is a possible fix for the swiotlb issue with Kernel 4.16..     See https://devtalk.nvidia.com/default/topic/1030082/linux/kernel-4-16-rc1-breaks-latest-drivers-unknown-symbol-swiotlb_map_sg_attrs-/ for details.. For NVIDIA driver 384.111, I had to increment all the nv–linux.h patch line number references by 100 (so ‘…@@ –1209,6 +1209,7 @@… becomes …@@ –1309,6 +1309,7 @@..’ and ‘..@@ -1251,7 … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged 384.111 patched, kernel 4.16, nv-linux.h, nvidia, possible fix, swiotlb | Leave a reply

Kernel – 4.14.10 Still breaks NVIDIA!

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

Just updated the test system to Kernel 4.14.10, and was ‘somewhat dismayed‘ – to put it politely – that the NVIDIA breakage introduced in 4.14.9 is still there! ………… /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.98/kernel/nvidia-uvm/uvm8_va_block.c: In function ‘block_cpu_fault_locked’: /usr/src/linux-4.14.10/arch/x86/include/asm/processor.h:826:39: error: implicit declaration of function ‘task_stack_page’; did you mean ‘task_stack_vm_area’? [-Werror=implicit-function-declaration] unsigned long __ptr = (unsigned long)task_stack_page(task); \ ^ /usr/src/linux-4.14.10/arch/x86/include/asm/processor.h:900:26: note: in expansion … Continue reading →

Posted in Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged 384.98, 4.14.9 patch still works, kernel 4.14.10, linux, nvidia, still breaks nvidia | 5 Replies

Kernel – 4.14.9 NVIDIA Saga – Simple Patch, or Wait for 4.14.10..?

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

More on the Kernel 4.14.9 NVIDIA breakage..     Basically, code that should have only gone into 4.15-rc found its way into 4.14.9 – which is why the existing 4.15 NVIDIA patch fixed it..     Thanks to dinosaur_ on the NVIDIA forum, there is a simpler patch available:  https://devtalk.nvidia.com/default/topic/1028016/linux/patch-for-compiling-v384-98-modules-with-linux-v4-14-9-/ There is also a 4.14.10-rc1 patch which is supposed to revert … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, Opinion, patches | Tagged kernel, kernel 4.14.9, linx, nvidia 384.98, simpler patch | Leave a reply

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

VMware – Fix for Kernel 4.15-rc1..

Adventures With Linux ™ Posted on November 27, 2017 by RGNovember 27, 2017

Thanks – again – to mkubecek, there is now a fix for VMware 14.0.0 and Kernel 4.15 – and details are here:   https://github.com/mkubecek/vmware-host-modules/commit/562121d7bc06 The fix involves changes to vmmon-only/linux/driver.c and vmmon-only/linux/hostif.c, and a new file: vmmon-only/include/compat_timer.h .    I have tested this on 4.15-rc1, and now vmmon compiles, and vmware loads/runs, correctly. Robert Gadsdon.  November 27, 2017. … Continue reading →

Posted in compilation, fix, kernel, Linux, VMware | Tagged fix, kernel 4.15-rc1, success, vmmon, vmware 14.0.0 | 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

NVIDIA – 4.14 Kernel Fix Submitted for AMD / GPL Issue..

Adventures With Linux ™ Posted on November 9, 2017 by RGNovember 9, 2017

Just in time for 4.14 ‘Final’, a patch has been submitted to fix the NVIDIA / AMD ‘Secure Memory Encryption’ GPL issue..   (See previous article http://rglinuxtech.com/?p=2070 for more info) Details are here:   https://github.com/torvalds/linux/commit/87df26175e67c26ccdd3a002fbbb8cde78e28a19 Robert Gadsdon.   November 9, 2017. … Continue reading →

Posted in AMD, fix, kernel, Linux, NVIDIA | Tagged amd, fix submitted, gpl issue, kernel 4.14 final, nvidia, secure memory encryption | Leave a reply

NVIDIA – 4.14 Kernel Fix Submitted for AMD / GPL Issue..

Adventures With Linux ™ Posted on November 9, 2017 by RGNovember 9, 2017

Just in time for 4.14 ‘Final’, a patch has been submitted to fix the NVIDIA / AMD ‘Secure Memory Encryption’ GPL issue..   (See previous article http://rglinuxtech.com/?p=2070 for more info) Details are here:   https://github.com/torvalds/linux/commit/87df26175e67c26ccdd3a002fbbb8cde78e28a19 Robert Gadsdon.   November 9, 2017. … Continue reading →

Posted in AMD, fix, kernel, Linux, NVIDIA | Tagged amd, fix submitted, gpl issue, kernel 4.14 final, nvidia, secure memory encryption | Leave a reply

Post navigation

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