↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts
Newer posts →

NVIDIA – New Driver 495.46, OK with Kernel 5.16..

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

NVIDIA have released driver version 495.46, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/184248/en-us This compiles OK with kernel 5.16 – with some ‘warnings’ – and loads/runs.   Tested with Kernel 5.16-rc5. ………………….. /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/Module.symvers CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-drm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-modeset.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-peermem.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-peermem.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-495.46/kernel/nvidia-uvm.ko … Continue reading →

Posted in compilation, Linux, NVIDIA | Tagged new driver, nvidia 495.46, ok with kernel 5.16, tested with 5.16-rc5 | 2 Replies

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

NVIDIA – Patch for 495.44, Kernel 5.16-rc1 Support..

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

Thanks to Gerd, there is now a patch for NVIDIA driver 495.44 and Kernel 5.16-rc1, which can be found under the comments on my previous article:  https://rglinuxtech.com/?p=2974 Of course, take care to cut/paste in text mode, as html will ruin the formatting etc.. I have applied this, and 495.44 now appears to compile/load/run OK, with kernel 5.16-rc1.. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, patches, success | Tagged kernel 5.16-rc1, nvidia 495.44, patch available, success | 1 Reply

Kernel – 5.16-rc1 Released. OK with Patched VMware 16.2.1, and NVIDIA 470.86

Adventures With Linux ™ Posted on November 14, 2021 by RGNovember 14, 2021

Kernel 5.16-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2111.1/06814.html The patched version of VMware 16.2.1 is OK, but NVIDIA 495.44 compile fails: ………….. /home/rgadsdon/NVIDIA-Linux-x86_64-495.44/kernel/nvidia-uvm/uvm_migrate_pageable.c:409:55: error: ‘MIGRATE_PFN_LOCKED’ undeclared (first use in this function); did you mean ‘MIGRATE_PFN_VALID’? 409 | dst[i] = migrate_pfn(page_to_pfn(dst_page)) | MIGRATE_PFN_LOCKED; | ^~~~~~~~~~~~~~~~~~ | MIGRATE_PFN_VALID /home/rgadsdon/NVIDIA-Linux-x86_64-495.44/kernel/nvidia-uvm/uvm_migrate_pageable.c:409:55: note: each undeclared identifier is reported only once … Continue reading →

Posted in Linux | 3 Replies

Kernel – 5.16 Pre-RC Tests.. OK, so far..

Adventures With Linux ™ Posted on November 10, 2021 by RGNovember 10, 2021

Just compiled/installed the November 10 git version of 5.16-pre, and the latest NVIDIA driver 495.44 compiles/loads OK. There is already a pre-release patchset for Kernel 5.16 and VMware 16.2.1, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.1-k5.16 With these, preliminary tests with NVIDIA and VMware have been successful.. ]# uname -a Linux rg400g4 5.16.0-rc0 #1 SMP PREEMPT Wed Nov 10 16:53:28 PST 2021 … Continue reading →

Posted in Hacks, kernel, Linux, new install, NVIDIA, Opinion, VMware | Tagged git version, kernel 5.16-pre, nov 10, nvidia 495.44 ok, vmware 16.2.1 patches | Leave a reply

Kernel – 5.15 is Out – With Built-in NTFS..

Adventures With Linux ™ Posted on October 31, 2021 by RGOctober 31, 2021

Kernel 5.15 has been released, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2110.3/07730.html As expected, this is OK with the latest NVIDIA (495.44) and VMware 6.2.0 – with the patchset from https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.2.0 The kernel now includes fully-functional drivers for NTFS, as mentioned in a previous (pre-release) article:  https://rglinuxtech.com/?p=2951 My fstab entry for this (for user id 1000, and mountpoint … Continue reading →

Posted in kernel, Linux, NTFS, NVIDIA, Opinion, patches, VMware | Tagged 16.2.0, 495.44, fstab example, kernel 5.15, new ntfs support, ok with latest nvidia, ok with vmware, patched | Leave a reply

VMware – 16.2.0 Released – Compiles with Kernel 5.15-rc..

Adventures With Linux ™ Posted on October 14, 2021 by RGOctober 14, 2021

VMware have released Workstation Pro 16.2.0, and details are here: https://docs.vmware.com/en/VMware-Workstation-Pro/16.2.0/rn/VMware-Workstation-1620-Pro-Release-Notes.html Compiles – with multiple warnings – with Kernel 5.15-rc5: # vmware-modconfig –console –install-all [AppLoader] GLib does not have GSettings support. Stopping vmware (via systemctl):                           [  OK  ] make: Entering directory ‘/tmp/modconfig-sAzCOh/vmmon-only’ Using kernel build system. /usr/bin/make -C /lib/modules/5.15.0-rc5/build/include/.. M=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory … Continue reading →

Posted in compilation, kernel, Linux, Opinion, VMware | Tagged 16.2.0, compiles with warnings, kernel 5.15-rc, limited testing, released, runs ok, vmware | Leave a reply

Kernel – 5.15-rc1 is released – OK with latest NVIDIA, and Latest Patched VMware 16.1.2..

Adventures With Linux ™ Posted on September 12, 2021 by RGSeptember 12, 2021

Kernel 5.15-rc1 is out, and a brief summary is here:  http://lkml.iu.edu/hypermail/linux/kernel/2109.1/05136.html As mentioned in a previous article ( https://rglinuxtech.com/?p=2951 ) this now includes in-kernel read/write NTFS support.. Briefly tested with the  latest NVIDIA (470.63.01) and latest patched VMware 16.1.2, which compile and load/run successfully.. Robert Gadsdon.  September 12th 2021. … Continue reading →

Posted in kernel, Linux, NTFS, NVIDIA, Opinion, VMware | Tagged includes in-kernel ntfs, kernel 5.15-rc1, ok with nvidia 470.63.01, ok with patched vmware 16.1.2 | Leave a reply

Kernel – 5.15. Early Test for New NTFS Support..

Adventures With Linux ™ Posted on September 7, 2021 by RGSeptember 7, 2021

As usual, the next release of Linux includes new features, but this time – with 5.15 – it now includes new NTFS read/write support in the kernel.      The code for this is from Paragon, and is already in the 5.15 codebase on git, so I decided to test it.. As this was pre-RC code, it also flagged … Continue reading →

Posted in alpha release, compilation, kernel, Linux, NTFS, Opinion | Tagged early tests, kernel 5.15, new ntfs, ntfs3, success | Leave a reply

ARM64 – Pi4 – Finally, a fix for the USB Issues..

Adventures With Linux ™ Posted on September 3, 2021 by RGSeptember 3, 2021

I had spent far too much time trying to solve the Pi4 USB conundrum ( see https://rglinuxtech.com/?p=2922 ) but did recently find that the 5.14-rc kernels enabled the USB3 hub, although USB2 still failed to function.    I then updated u-boot to the ‘latest’ version, and now everything (finally..) works as it should, again..: Updated u-boot to latest … Continue reading →

Posted in aarch64, compilation, fixed, hardware, Linux, Linux / ARM, Opinion, Raspberry Pi 4, U-Boot | Tagged fixed, kernel 5.14, raspberry pi 4, update to latest u-boot, usb problems | 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

  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..
  • Kernel – 6.17-rc Pre-release testing.. NVIDIA fails, but (Patched) VMware OK..
  • Kernel – 6.16 Released, No Surprises..
  • VMware – 17.6.4 is out. Still Needs Patching.. Features Removed..

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

  • 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
↑