↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts
Newer posts →

Kernel – 4.20 released – In Time for the Festivities..

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

Kernel 4.20 has just been released, in time for the Festive Season, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1812.2/06158.html . As expected, the latest NVIDIA (415.25) and VMware (15.0.2) both compile and load/run OK. Robert Gadsdon.   December 23, 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | 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 – New Driver, Supposed to Fix Kernel 4.20 Issues – but Doesn’t?

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

NVIDIA have released driver 415.22, which is supposed to fix compile problems with Kernel 4.20.   Details are here:  https://www.nvidia.com/Download/driverResults.aspx/141072/en-us Unfortunately, this still fails to compile (tested with 4.20-rc5): ………………………….. CC [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.22/kernel/nvidia/linux_nvswitch.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.22/kernel/nvidia/linux_nvswitch.c: In function ‘nvswitch_os_snprintf_time’: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.22/kernel/nvidia/linux_nvswitch.c:1585:5: error: implicit declaration of function ‘time_to_tm’; did you mean ‘time64_to_tm’? [-Werror=implicit-function-declaration] time_to_tm(time_nsec / NVSWITCH_NSEC_PER_SEC, 0, &t); ^~~~~~~~~~ time64_to_tm cc1: some … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 415.22, compile still fails, kernel 4.20-rc5, nvidia | 4 Replies

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 – 415.18 Released – Fixes PM Problem, but Still Fails with Kernel 4.20

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

NVIDIA driver 415.18 is out, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/140282/en-us The good news, is that it fixes the problem with kernel power-management (PM), which is no longer required for the driver to compile/load.: ……………….. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-415.18/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-415.18/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/NVIDIA-Linux-x86_64-415.18/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-415.18/kernel/nvidia-drm.ko CC /home/rgadsdon/NVIDIA-Linux-x86_64-415.18/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-415.18/kernel/nvidia-modeset.ko CC … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 415.18, fixes pm problem, no fix for kernel 4.20, nvidia | 2 Replies

Kernel – 4.20-rc3 Released, OK with latest VMware, Still no NVIDIA Fix..

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

Kernel 4.20-rc3 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1811.2/01363.html VMware 15.0.1 is still OK, but there is still no solution for NVIDIA.   I posted details of my testing to the NVIDIA Forum over a week ago, but there has been no response, so far.. Robert Gadsdon.  November 18, 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 4.20-rc3, nvidia still fails, vmware 15.0.1 ok | 4 Replies

NVIDIA – 4.20-rc1 Fix? – More Work Needed..

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

I created a combo runtime patch for NVIDIA 410.73 on Kernel 4.20-rc1, by combining the changes identified in my previous article ( see http://rglinuxtech.com/?p=2426 ) with the pm patch (see http://rglinuxtech.com/?p=2421 ). The result ran – eventually – after blanking/refreshing the display, with garbage characters at top/bottom, so all was obviously not OK.. ……………………… [ 121.826292] [drm] … Continue reading →

Posted in Hacks, KDE, kernel, Linux, NVIDIA, Opinion | Tagged kernel 4.20-rc1, not ok, nvidia 410.73, patch, test | 2 Replies

Kernel – 4.20-rc1 Released – OK with VMware, not with NVIDIA, and possible fix?

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

Kernel 4.20-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1811.0/02531.html VMware 15.0 installs OK, but the latest NVIDIA fails.. (410.73 with the pm patch, if needed): …………………… /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73-custom/kernel/nvidia/linux_nvswitch.c:1582:5: error: implicit declaration of function ‘time_to_tm’; did you mean ‘time64_to_tm’? [-Werror=implicit-function-declaration] time_to_tm(time_nsec / NVSWITCH_NSEC_PER_SEC, 0, &t); ^~~~~~~~~~ time64_to_tm ………………… I made the change to linux_nvswitch.c, and then: ………………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73-custom/kernel/nvidia-drm/nvidia-drm-gem-nvkms-memory.c:348:11: … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged fix needs testing, kernel 4.20-rc1 released, nvidia 410-73 compile fails, ok with vmware 15.0, possible patches | 2 Replies

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

Post navigation

← Older posts
Newer posts →

If You Like This…

You may like my other - less technical - blog. 'Today's Technology Commentary', at rhgtechnology.com

Recent Posts

  • Kernel – 6.18-rc1 Released – Mostly Harmless..
  • Kernel – 6.17 is out… Almost No Surprises?
  • NVIDIA – New Driver 580.82.09, OK with Kernel 6.17..
  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..

Most Popular..

aarch64 android apc arm arm64 armv7 boot compile compile fail cross-compile cubox-i4-pro cubox-i4pro dreamplug fail fedora fedora 17 fix fixed hack kernel linux new driver nvidia odroid c2 odroid u3 ok ok with latest nvidia patch patch available patched problems raspberry pi released success testing u-boot update usb vmmon vmnet vmnet patch vmware vmware 10.0.2 workaround x86_64

Categories

  • aarch64
  • alpha release
  • AMD
  • Android
  • APC
  • Apollo Lake
  • arm
  • ARM64
  • armv7
  • Audacity
  • Audio
  • Bacula
  • BananaPro
  • boot
  • BTRFS
  • Bug
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dracut
  • Dragonboard
  • Dreamplug
  • dual-boot
  • DVB
  • DVB-S2
  • Ethernet
  • Fedora
  • Firmware
  • fix
  • fixed
  • FUSE
  • gcc
  • geekbox
  • Gentoo
  • GK802
  • grub
  • Hacks
  • hardware
  • Hikey
  • HPPA
  • HTC
  • IA64
  • Intel
  • Intel Atom
  • intel ethernet
  • Itanium
  • KDE
  • kernel
  • Kodi
  • Linux
  • Linux / ARM
  • linux install
  • LTO
  • Network
  • new install
  • Next CHIP
  • NTFS
  • NVIDIA
  • NVME
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock Pi N10
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • serial console
  • some systems ok
  • success
  • U-Boot
  • UART
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • Webmin
  • WiFi
  • Win 7
  • Workaround
  • working
  • X86_64
  • XBMC

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
Original content © Robert Gadsdon 2013
↑